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

/haiku-fatelf/src/add-ons/kernel/debugger/disasm/
H A Ddisasm.cpp65 bool exactMatch; local
69 &imageName, &exactMatch);
73 &imageName, &exactMatch);
/haiku-fatelf/src/servers/app/
H A DScreenConfigurations.cpp62 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-fatelf/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-fatelf/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-fatelf/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.cpp348 "%s, exact match: %d\n", symbolFound, image->name, exactMatch));
573 bool exactMatch = false; local
614 exactMatch = true;
621 "%s, exact match: %d\n", symbolFound, fImage->name, exactMatch));
629 *_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-fatelf/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-fatelf/src/system/kernel/
H A Dkernel_daemon.cpp170 bool exactMatch; local
173 (addr_t)daemon->function, NULL, &symbol, &imageName, &exactMatch);
174 if (status == B_OK && exactMatch) {
H A Dint.cpp91 bool exactMatch; local
94 NULL, &symbol, &imageName, &exactMatch);
95 if (error == 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.cpp209 bool exactMatch; local
223 &imageName, &exactMatch);
227 &imageName, &exactMatch);
232 address - baseAddress, imageName, exactMatch ? "" : " (nearest)");
1410 bool exactMatch = false; local
1454 exactMatch = true;
1486 *_exactMatch = exactMatch;
1612 bool exactMatch = false; local
1648 exactMatch = true;
1650 if (exactMatch || symbolDelt
[all...]
H A Dguarded_heap.cpp631 bool exactMatch; local
635 &imageName, &exactMatch) == B_OK) {
638 exactMatch ? "" : " (nearest)");
H A Dheap.cpp829 bool exactMatch; local
833 &imageName, &exactMatch) == B_OK) {
836 exactMatch ? "" : " (nearest)");
/haiku-fatelf/headers/private/debug/
H A Ddebug_support.h75 bool *exactMatch);
/haiku-fatelf/src/system/kernel/arch/x86/
H A Darch_debug.cpp370 bool exactMatch; local
381 &exactMatch);
387 if (exactMatch && demangle) {
392 if (!exactMatch || !demangle || status != B_OK) {
395 exactMatch ? "" : " (nearest)");
756 bool exactMatch; local
762 &exactMatch);
768 if (exactMatch && (argCount == 0 || argCount == -1)) {
776 exactMatch ? "" : " (nearest)");
/haiku-fatelf/src/system/kernel/debug/
H A Dtracing.cpp155 bool exactMatch; local
159 &imageName, &exactMatch) == B_OK) {
170 exactMatch ? "" : " (nearest)");
730 bool exactMatch; local
734 &imageName, &exactMatch) == B_OK) {
737 exactMatch ? "" : " (nearest)");
/haiku-fatelf/src/system/kernel/slab/
H A DSlab.cpp802 bool exactMatch; local
806 &imageName, &exactMatch) == B_OK) {
809 exactMatch ? "" : " (nearest)");
/haiku-fatelf/src/servers/debug/
H A DDebugServer.cpp745 bool exactMatch; local
750 sizeof(imageName), &exactMatch);
760 (exactMatch ? "" : " (closest symbol)"));
/haiku-fatelf/src/system/kernel/vm/
H A Dvm_page.cpp1243 bool exactMatch; local
1247 &imageName, &exactMatch) == B_OK) {
1250 exactMatch ? "" : " (nearest)");

Completed in 468 milliseconds