Lines Matching refs:exactMatch
208 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()
1674 if (exactMatch) in elf_debug_lookup_symbol_address()
1696 exactMatch = true; in elf_debug_lookup_symbol_address()
1698 if (exactMatch || symbolDelta < deltaFound) { in elf_debug_lookup_symbol_address()
1703 if (exactMatch) in elf_debug_lookup_symbol_address()
1720 *_exactMatch = exactMatch; in elf_debug_lookup_symbol_address()