Searched refs:symbol (Results 51 - 63 of 63) sorted by relevance

123

/haiku/src/kits/interface/
H A DMenuItem.cpp833 const char* symbol = " "; local
835 symbol = kDeleteShortcutUTF8;
837 symbol = kUTF8ControlMap[(int)fShortcutChar];
839 fSuper->DrawString(symbol, where);
/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css28 superscript, surname, symbol, systemitem, token, trademark, type, ulink,
/haiku/headers/private/file_systems/
H A DQueryParser.h398 // set string to a valid start of the equation symbol
407 // search the (in)equation for the actual equation symbol (and for other operators
426 // first character of the equation symbol
428 // test for the right symbol (as this doesn't need any memory)
453 // lets change "start" to point to the first character after the symbol
1142 const char* symbol = "???";
1144 case OP_EQUAL: symbol = "=="; break;
1145 case OP_UNEQUAL: symbol = "!="; break;
1146 case OP_GREATER_THAN: symbol = ">"; break;
1147 case OP_GREATER_THAN_OR_EQUAL: symbol
[all...]
/haiku/src/system/kernel/
H A Dint.cpp105 const char *symbol, *imageName; local
109 NULL, &symbol, &imageName, &exactMatch);
115 kprintf(" %s:%-*s (%p)", imageName, 45 - length, symbol,
H A Dguarded_heap.cpp588 const char* symbol; local
593 if (elf_debug_lookup_symbol_address(address, &baseAddress, &symbol,
595 kprintf(" %p %s + 0x%lx (%s)%s\n", (void*)address, symbol,
H A Dheap.cpp827 const char *symbol; local
832 if (elf_debug_lookup_symbol_address(info.caller, &baseAddress, &symbol,
834 kprintf(" %s + 0x%lx (%s)%s\n", symbol,
/haiku/headers/private/runtime_loader/
H A Druntime_loader.h110 // pointer to symbol participation data structures
153 // Singly-linked list of symbol patchers for symbols defined respectively
192 // symbol patcher callback
195 struct image_t** foundInImage, void** symbol, int32* type);
/haiku/src/system/kernel/debug/
H A Dtracing.cpp152 const char* symbol; local
158 if (elf_debug_lookup_symbol_address(address, &baseAddress, &symbol,
163 demangledName = debug_demangle_symbol(symbol, buffer,
168 demangledName != NULL ? demangledName : symbol,
H A Ddebug.cpp2194 debug_demangle_symbol(const char* symbol, char* buffer, size_t bufferSize, argument
2198 return sDemangleModule->demangle_symbol(symbol, buffer, bufferSize,
2205 return symbol;
2210 debug_get_next_demangled_argument(uint32* _cookie, const char* symbol, argument
2214 return sDemangleModule->get_next_argument(_cookie, symbol, name,
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp151 // a kernel symbol
354 arch_debug_contains_call(Thread *thread, const char *symbol, argument
/haiku/src/system/kernel/slab/
H A DSlab.cpp800 const char* symbol; local
805 if (elf_debug_lookup_symbol_address(info.caller, &baseAddress, &symbol,
807 kprintf(" %s + %#" B_PRIxADDR " (%s)%s\n", symbol,
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dmode.cpp453 vii. Read PCH FDI Receiver ISR ([DevIBX-B+] IIR) for symbol lock in bit 9 (retry at least once if no
/haiku/src/system/kernel/vm/
H A Dvm_page.cpp1280 const char* symbol; local
1285 if (elf_debug_lookup_symbol_address(info.caller, &baseAddress, &symbol,
1287 kprintf(" %s + %#" B_PRIxADDR " (%s)%s\n", symbol,

Completed in 99 milliseconds

123