Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1134 uint64_t BaseSegmentAddress = 0; in dumpSymbolsFromDLInfoMachO() local
1139 BaseSegmentAddress = Seg.vmaddr; in dumpSymbolsFromDLInfoMachO()
1145 BaseSegmentAddress = Seg.vmaddr; in dumpSymbolsFromDLInfoMachO()
1159 if (S.Address == Entry.address() + BaseSegmentAddress && in dumpSymbolsFromDLInfoMachO()
1167 S.Address = Entry.address() + BaseSegmentAddress; in dumpSymbolsFromDLInfoMachO()
1198 S.Address = Entry.other() + BaseSegmentAddress; in dumpSymbolsFromDLInfoMachO()
1205 S.Address = Entry.address() + BaseSegmentAddress; in dumpSymbolsFromDLInfoMachO()
1510 if (SymbolList[J].Address == FoundFns[f] + BaseSegmentAddress) in dumpSymbolsFromDLInfoMachO()
1518 F.Address = FoundFns[f] + BaseSegmentAddress; in dumpSymbolsFromDLInfoMachO()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp320 BaseSegmentAddress = SLC.vmaddr; in getSectionsAndSymbols()
327 BaseSegmentAddress = SLC.vmaddr; in getSectionsAndSymbols()
1046 uint64_t BaseSegmentAddress = 0; in PrintFunctionStarts() local
1051 BaseSegmentAddress = SLC.vmaddr; in PrintFunctionStarts()
1057 BaseSegmentAddress = SLC.vmaddr; in PrintFunctionStarts()
1074 uint64_t Addr = BaseSegmentAddress + S; in PrintFunctionStarts()
7315 uint64_t BaseSegmentAddress = 0; in DisassembleMachO() local
7328 BaseAddress = BaseSegmentAddress; in DisassembleMachO()
10255 uint64_t BaseSegmentAddress = 0; in printMachOExportsTrie() local
10260 BaseSegmentAddress = Seg.vmaddr; in printMachOExportsTrie()
[all …]