Home
last modified time | relevance | path

Searched refs:exactMatch (Results 1 – 25 of 25) sorted by relevance

/haiku/src/add-ons/kernel/debugger/disasm/
H A Ddisasm.cpp65 bool exactMatch; in disasm_command() local
69 &imageName, &exactMatch); in disasm_command()
73 &imageName, &exactMatch); in disasm_command()
/haiku/src/servers/app/
H A DScreenConfigurations.cpp63 bool exactMatch = false; in BestFit() local
81 exactMatch = true; in BestFit()
99 *_exactMatch = exactMatch; in BestFit()
111 bool exactMatch; in Set() local
112 screen_configuration* configuration = BestFit(id, info, &exactMatch); in Set()
114 if (configuration != NULL && configuration->has_info && !exactMatch) { in Set()
/haiku/src/system/kernel/arch/ppc/
H A Darch_debug.cpp93 bool exactMatch; in print_stack_frame() local
95 &image, &exactMatch); in print_stack_frame()
99 &baseAddress, &symbol, &image, &exactMatch); in print_stack_frame()
105 (exactMatch ? "" : " (nearest)")); in print_stack_frame()
/haiku/src/system/kernel/arch/m68k/
H A Darch_debug.cpp94 bool exactMatch; in print_stack_frame() local
96 &image, &exactMatch); in print_stack_frame()
100 &baseAddress, &symbol, &image, &exactMatch); in print_stack_frame()
106 (exactMatch ? "" : " (nearest)")); in print_stack_frame()
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DDirectory.cpp88 bool exactMatch; member
572 bool exactMatch; in LookupEntry() local
574 exactMatch); in LookupEntry()
578 if (!exactMatch) { in LookupEntry()
589 index, exactMatch ? "" : " not "); in LookupEntry()
595 if (!exactMatch) in LookupEntry()
656 info.exactMatch); in LookupNextEntry()
659 info.index, info.exactMatch ? "" : " not "); in LookupNextEntry()
666 if (!info.exactMatch && info.index > 0) in LookupNextEntry()
685 if (infos[depth].exactMatch) in LookupNextEntry()
[all …]
/haiku/src/kits/debug/
H A DImage.cpp91 bool exactMatch = false; in LookupSymbol() local
108 exactMatch = true; in LookupSymbol()
110 if (exactMatch || symbolDelta < deltaFound) { in LookupSymbol()
115 if (exactMatch) in LookupSymbol()
126 *_exactMatch = exactMatch; in LookupSymbol()
H A DSymbolLookup.cpp328 "%s, exact match: %d\n", symbolFound, image->name, exactMatch)); in LookupSymbolAddress()
605 bool exactMatch = false; in LookupSymbol() local
646 exactMatch = true; in LookupSymbol()
653 "%s, exact match: %d\n", symbolFound, fImage->name, exactMatch)); in LookupSymbol()
661 *_exactMatch = exactMatch; in LookupSymbol()
H A Ddebug_support.cpp415 bool *exactMatch) in debug_lookup_symbol_address() argument
429 exactMatch); in debug_lookup_symbol_address()
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp282 bool exactMatch; in print_stack_frame() local
293 &exactMatch); in print_stack_frame()
299 if (exactMatch && demangle) { in print_stack_frame()
304 if (!exactMatch || !demangle || status != B_OK) { in print_stack_frame()
307 exactMatch ? "" : " (nearest)"); in print_stack_frame()
/haiku/src/system/kernel/
H A Dkernel_daemon.cpp148 bool exactMatch; in Dump() local
151 (addr_t)daemon->function, NULL, &symbol, &imageName, &exactMatch); in Dump()
152 if (status == B_OK && exactMatch) { in Dump()
H A Dtimer.cpp184 bool exactMatch; in dump_timers() local
187 (addr_t)event->hook, NULL, &symbol, &imageName, &exactMatch); in dump_timers()
188 if (error == B_OK && exactMatch) { in dump_timers()
H A Delf.cpp208 bool exactMatch; in dump_address_info() local
222 &imageName, &exactMatch); in dump_address_info()
226 &imageName, &exactMatch); in dump_address_info()
231 address - baseAddress, imageName, exactMatch ? "" : " (nearest)"); in dump_address_info()
1428 bool exactMatch = false; in LookupSymbolAddress() local
1472 exactMatch = true; in LookupSymbolAddress()
1504 *_exactMatch = exactMatch; in LookupSymbolAddress()
1631 bool exactMatch = false; in elf_debug_lookup_symbol_address() local
1667 exactMatch = true; in elf_debug_lookup_symbol_address()
1669 if (exactMatch || symbolDelta < deltaFound) { in elf_debug_lookup_symbol_address()
[all …]
H A Dint.cpp106 bool exactMatch; in dump_int_statistics() local
109 NULL, &symbol, &imageName, &exactMatch); in dump_int_statistics()
110 if (error == B_OK && exactMatch) { in dump_int_statistics()
H A Dguarded_heap.cpp590 bool exactMatch; in dump_guarded_heap_stack_trace() local
594 &imageName, &exactMatch) == B_OK) { in dump_guarded_heap_stack_trace()
597 exactMatch ? "" : " (nearest)"); in dump_guarded_heap_stack_trace()
H A Dheap.cpp829 bool exactMatch; in dump_allocations_per_caller() local
833 &imageName, &exactMatch) == B_OK) { in dump_allocations_per_caller()
836 exactMatch ? "" : " (nearest)"); in dump_allocations_per_caller()
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp291 bool exactMatch; in print_stack_frame() local
302 &exactMatch); in print_stack_frame()
308 if (exactMatch && demangle) { in print_stack_frame()
313 if (!exactMatch || !demangle || status != B_OK) { in print_stack_frame()
316 exactMatch ? "" : " (nearest)"); in print_stack_frame()
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp379 bool exactMatch; in print_stack_frame() local
390 &exactMatch); in print_stack_frame()
396 if (exactMatch && demangle) { in print_stack_frame()
401 if (!exactMatch || !demangle || status != B_OK) { in print_stack_frame()
404 exactMatch ? "" : " (nearest)"); in print_stack_frame()
766 bool exactMatch; in print_call() local
772 &exactMatch); in print_call()
778 if (exactMatch && (argCount == 0 || argCount == -1)) { in print_call()
786 exactMatch ? "" : " (nearest)"); in print_call()
/haiku/headers/private/debug/
H A Ddebug_support.h79 bool *exactMatch);
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp213 bool exactMatch; in print_stack_frame() local
224 &exactMatch); in print_stack_frame()
230 if (exactMatch && demangle) { in print_stack_frame()
235 if (!exactMatch || !demangle || status != B_OK) { in print_stack_frame()
238 exactMatch ? "" : " (nearest)"); in print_stack_frame()
/haiku/src/system/runtime_loader/
H A Delf.cpp877 bool exactMatch = false; in get_nearest_symbol_at_address() local
881 for (uint32 i = 0; i < HASHTABSIZE(image) && !exactMatch; i++) { in get_nearest_symbol_at_address()
893 exactMatch = true; in get_nearest_symbol_at_address()
901 *_exactMatch = exactMatch; in get_nearest_symbol_at_address()
/haiku/src/servers/debug/
H A DDebugServer.cpp903 bool exactMatch; in _LookupSymbolAddress() local
908 sizeof(imageName), &exactMatch); in _LookupSymbolAddress()
918 (exactMatch ? "" : " (closest symbol)")); in _LookupSymbolAddress()
/haiku/src/system/libroot/posix/malloc/debug/
H A Dguarded_heap.cpp251 bool exactMatch; in guarded_heap_print_stack_trace() local
258 &location, &exactMatch); in guarded_heap_print_stack_trace()
266 address - (addr_t)location, exactMatch ? "" : " (nearest)"); in guarded_heap_print_stack_trace()
/haiku/src/system/kernel/slab/
H A DSlab.cpp834 bool exactMatch; in dump_allocations_per_caller() local
838 &imageName, &exactMatch) == B_OK) { in dump_allocations_per_caller()
841 exactMatch ? "" : " (nearest)"); in dump_allocations_per_caller()
/haiku/src/system/kernel/debug/
H A Dtracing.cpp155 bool exactMatch; in print_stack_trace() local
159 &imageName, &exactMatch) == B_OK) { in print_stack_trace()
170 exactMatch ? "" : " (nearest)"); in print_stack_trace()
/haiku/src/system/kernel/vm/
H A Dvm_page.cpp1311 bool exactMatch; in dump_page_allocations_per_caller() local
1315 &imageName, &exactMatch) == B_OK) { in dump_page_allocations_per_caller()
1318 exactMatch ? "" : " (nearest)"); in dump_page_allocations_per_caller()