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

/haiku/src/add-ons/kernel/debugger/disasm/
H A Ddisasm.cpp65 bool exactMatch; local
69 &imageName, &exactMatch);
73 &imageName, &exactMatch);
/haiku/src/servers/app/
H A DScreenConfigurations.cpp63 bool exactMatch = false; local
81 exactMatch = true;
99 *_exactMatch = exactMatch;
111 bool exactMatch; local
112 screen_configuration* configuration = BestFit(id, info, &exactMatch);
114 if (configuration != NULL && configuration->has_info && !exactMatch) {
/haiku/src/system/kernel/arch/ppc/
H A Darch_debug.cpp93 bool exactMatch; local
95 &image, &exactMatch);
99 &baseAddress, &symbol, &image, &exactMatch);
105 (exactMatch ? "" : " (nearest)"));
/haiku/src/system/kernel/arch/m68k/
H A Darch_debug.cpp94 bool exactMatch; local
96 &image, &exactMatch);
100 &baseAddress, &symbol, &image, &exactMatch);
106 (exactMatch ? "" : " (nearest)"));
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DDirectory.cpp88 bool exactMatch; member in struct:DirEntryTree::LevelInfo
572 bool exactMatch; local
574 exactMatch);
578 if (!exactMatch) {
589 index, exactMatch ? "" : " not ");
595 if (!exactMatch)
656 info.exactMatch);
659 info.index, info.exactMatch ? "" : " not ");
666 if (!info.exactMatch && info.index > 0)
685 if (infos[depth].exactMatch)
[all...]
/haiku/src/system/kernel/
H A Dkernel_daemon.cpp148 bool exactMatch; local
151 (addr_t)daemon->function, NULL, &symbol, &imageName, &exactMatch);
152 if (status == B_OK && exactMatch) {
H A Dtimer.cpp187 bool exactMatch; local
190 (addr_t)event->hook, NULL, &symbol, &imageName, &exactMatch);
191 if (error == B_OK && exactMatch) {
H A Delf.cpp208 bool exactMatch; local
222 &imageName, &exactMatch);
226 &imageName, &exactMatch);
231 address - baseAddress, imageName, exactMatch ? "" : " (nearest)");
1426 bool exactMatch = false; local
1470 exactMatch = true;
1502 *_exactMatch = exactMatch;
1629 bool exactMatch = false; local
1665 exactMatch = true;
1667 if (exactMatch || symbolDelt
[all...]
H A Dint.cpp106 bool exactMatch; local
109 NULL, &symbol, &imageName, &exactMatch);
110 if (error == B_OK && exactMatch) {
H A Dguarded_heap.cpp590 bool exactMatch; local
594 &imageName, &exactMatch) == B_OK) {
597 exactMatch ? "" : " (nearest)");
H A Dheap.cpp829 bool exactMatch; local
833 &imageName, &exactMatch) == B_OK) {
836 exactMatch ? "" : " (nearest)");
/haiku/src/kits/debug/
H A DImage.cpp91 bool exactMatch = false; local
108 exactMatch = true;
110 if (exactMatch || symbolDelta < deltaFound) {
115 if (exactMatch)
126 *_exactMatch = exactMatch;
H A DSymbolLookup.cpp328 "%s, exact match: %d\n", symbolFound, image->name, exactMatch));
605 bool exactMatch = false; local
646 exactMatch = true;
653 "%s, exact match: %d\n", symbolFound, fImage->name, exactMatch));
661 *_exactMatch = exactMatch;
H A Ddebug_support.cpp415 bool *exactMatch)
429 exactMatch);
412 debug_lookup_symbol_address(debug_symbol_lookup_context *lookupContext, const void *address, void **baseAddress, char *symbolName, int32 symbolNameSize, char *imageName, int32 imageNameSize, bool *exactMatch) argument
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp291 bool exactMatch; local
302 &exactMatch);
308 if (exactMatch && demangle) {
313 if (!exactMatch || !demangle || status != B_OK) {
316 exactMatch ? "" : " (nearest)");
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp282 bool exactMatch; local
293 &exactMatch);
299 if (exactMatch && demangle) {
304 if (!exactMatch || !demangle || status != B_OK) {
307 exactMatch ? "" : " (nearest)");
/haiku/headers/private/debug/
H A Ddebug_support.h79 bool *exactMatch);
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp379 bool exactMatch; local
390 &exactMatch);
396 if (exactMatch && demangle) {
401 if (!exactMatch || !demangle || status != B_OK) {
404 exactMatch ? "" : " (nearest)");
765 bool exactMatch; local
771 &exactMatch);
777 if (exactMatch && (argCount == 0 || argCount == -1)) {
785 exactMatch ? "" : " (nearest)");
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp207 bool exactMatch; local
209 &symbolName, &imageName, &exactMatch) >= B_OK) {
/haiku/src/system/runtime_loader/
H A Delf.cpp882 bool exactMatch = false;
886 for (uint32 i = 0; i < HASHTABSIZE(image) && !exactMatch; i++) {
898 exactMatch = true;
906 *_exactMatch = exactMatch;
/haiku/src/system/libroot/posix/malloc_debug/
H A Dguarded_heap.cpp239 bool exactMatch; local
246 &location, &exactMatch);
254 address - (addr_t)location, exactMatch ? "" : " (nearest)");
/haiku/src/system/kernel/slab/
H A DSlab.cpp802 bool exactMatch; local
806 &imageName, &exactMatch) == B_OK) {
809 exactMatch ? "" : " (nearest)");
/haiku/src/servers/debug/
H A DDebugServer.cpp903 bool exactMatch; local
908 sizeof(imageName), &exactMatch);
918 (exactMatch ? "" : " (closest symbol)"));
/haiku/src/system/kernel/debug/
H A Dtracing.cpp155 bool exactMatch; local
159 &imageName, &exactMatch) == B_OK) {
170 exactMatch ? "" : " (nearest)");
/haiku/src/system/kernel/vm/
H A Dvm_page.cpp1279 bool exactMatch; local
1283 &imageName, &exactMatch) == B_OK) {
1286 exactMatch ? "" : " (nearest)");

Completed in 132 milliseconds