Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1243 uint64_t BaseSegmentAddress = 0; in dumpSymbolsFromDLInfoMachO() local
1248 BaseSegmentAddress = Seg.vmaddr; in dumpSymbolsFromDLInfoMachO()
1254 BaseSegmentAddress = Seg.vmaddr; in dumpSymbolsFromDLInfoMachO()
1268 if (S.Address == Entry.address() + BaseSegmentAddress && in dumpSymbolsFromDLInfoMachO()
1276 S.Address = Entry.address() + BaseSegmentAddress; in dumpSymbolsFromDLInfoMachO()
1307 S.Address = Entry.other() + BaseSegmentAddress; in dumpSymbolsFromDLInfoMachO()
1314 S.Address = Entry.address() + BaseSegmentAddress; in dumpSymbolsFromDLInfoMachO()
1619 if (SymbolList[J].Address == FoundFns[f] + BaseSegmentAddress) in dumpSymbolsFromDLInfoMachO()
1627 F.Address = FoundFns[f] + BaseSegmentAddress; in dumpSymbolsFromDLInfoMachO()
/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp289 uint64_t &BaseSegmentAddress) { in getSectionsAndSymbols() argument
313 BaseSegmentAddress = SLC.vmaddr; in getSectionsAndSymbols()
320 BaseSegmentAddress = SLC.vmaddr; in getSectionsAndSymbols()
1039 uint64_t BaseSegmentAddress = 0; in PrintFunctionStarts() local
1044 BaseSegmentAddress = SLC.vmaddr; in PrintFunctionStarts()
1050 BaseSegmentAddress = SLC.vmaddr; in PrintFunctionStarts()
1079 uint64_t Addr = BaseSegmentAddress + S; in PrintFunctionStarts()
7379 uint64_t BaseSegmentAddress = 0; in DisassembleMachO() local
7382 BaseSegmentAddress); in DisassembleMachO()
7392 BaseAddress = BaseSegmentAddress; in DisassembleMachO()
[all …]