Home
last modified time | relevance | path

Searched refs:BaseSegmentAddress (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1249 uint64_t BaseSegmentAddress = 0; in dumpSymbolNamesFromObject() local
1254 BaseSegmentAddress = Seg.vmaddr; in dumpSymbolNamesFromObject()
1260 BaseSegmentAddress = Seg.vmaddr; in dumpSymbolNamesFromObject()
1274 if (SymbolList[J].Address == Entry.address() + BaseSegmentAddress && in dumpSymbolNamesFromObject()
1281 S.Address = Entry.address() + BaseSegmentAddress; in dumpSymbolNamesFromObject()
1314 S.Address = Entry.other() + BaseSegmentAddress; in dumpSymbolNamesFromObject()
1321 S.Address = Entry.address() + BaseSegmentAddress; in dumpSymbolNamesFromObject()
1628 if (SymbolList[J].Address == FoundFns[f] + BaseSegmentAddress) in dumpSymbolNamesFromObject()
1636 F.Address = FoundFns[f] + BaseSegmentAddress; in dumpSymbolNamesFromObject()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp310 uint64_t &BaseSegmentAddress) { in getSectionsAndSymbols() argument
339 BaseSegmentAddress = SLC.vmaddr; in getSectionsAndSymbols()
6944 uint64_t BaseSegmentAddress; in DisassembleMachO() local
6947 BaseSegmentAddress); in DisassembleMachO()
6957 BaseAddress = BaseSegmentAddress; in DisassembleMachO()
9821 uint64_t BaseSegmentAddress = 0; in printMachOExportsTrie() local
9826 BaseSegmentAddress = Seg.vmaddr; in printMachOExportsTrie()
9832 BaseSegmentAddress = Seg.vmaddr; in printMachOExportsTrie()
9851 Entry.address() + BaseSegmentAddress); in printMachOExportsTrie()