Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1245 uint64_t BaseSegmentAddress = 0; in dumpSymbolsFromDLInfoMachO() local
1250 BaseSegmentAddress = Seg.vmaddr; in dumpSymbolsFromDLInfoMachO()
1256 BaseSegmentAddress = Seg.vmaddr; in dumpSymbolsFromDLInfoMachO()
1270 if (S.Address == Entry.address() + BaseSegmentAddress && in dumpSymbolsFromDLInfoMachO()
1278 S.Address = Entry.address() + BaseSegmentAddress; in dumpSymbolsFromDLInfoMachO()
1309 S.Address = Entry.other() + BaseSegmentAddress; in dumpSymbolsFromDLInfoMachO()
1316 S.Address = Entry.address() + BaseSegmentAddress; in dumpSymbolsFromDLInfoMachO()
1621 if (SymbolList[J].Address == FoundFns[f] + BaseSegmentAddress) in dumpSymbolsFromDLInfoMachO()
1629 F.Address = FoundFns[f] + BaseSegmentAddress; in dumpSymbolsFromDLInfoMachO()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp285 uint64_t &BaseSegmentAddress) { in getSectionsAndSymbols() argument
309 BaseSegmentAddress = SLC.vmaddr; in getSectionsAndSymbols()
316 BaseSegmentAddress = SLC.vmaddr; in getSectionsAndSymbols()
1035 uint64_t BaseSegmentAddress = 0; in PrintFunctionStarts() local
1040 BaseSegmentAddress = SLC.vmaddr; in PrintFunctionStarts()
1046 BaseSegmentAddress = SLC.vmaddr; in PrintFunctionStarts()
1075 uint64_t Addr = BaseSegmentAddress + S; in PrintFunctionStarts()
7387 uint64_t BaseSegmentAddress = 0; in DisassembleMachO() local
7390 BaseSegmentAddress); in DisassembleMachO()
7400 BaseAddress = BaseSegmentAddress; in DisassembleMachO()
[all …]