Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1249 uint64_t BaseSegmentAddress = 0; in dumpSymbolsFromDLInfoMachO() local
1254 BaseSegmentAddress = Seg.vmaddr; in dumpSymbolsFromDLInfoMachO()
1260 BaseSegmentAddress = Seg.vmaddr; in dumpSymbolsFromDLInfoMachO()
1274 if (S.Address == Entry.address() + BaseSegmentAddress && in dumpSymbolsFromDLInfoMachO()
1282 S.Address = Entry.address() + BaseSegmentAddress; in dumpSymbolsFromDLInfoMachO()
1313 S.Address = Entry.other() + BaseSegmentAddress; in dumpSymbolsFromDLInfoMachO()
1320 S.Address = Entry.address() + BaseSegmentAddress; in dumpSymbolsFromDLInfoMachO()
1625 if (SymbolList[J].Address == FoundFns[f] + BaseSegmentAddress) in dumpSymbolsFromDLInfoMachO()
1633 F.Address = FoundFns[f] + BaseSegmentAddress; in dumpSymbolsFromDLInfoMachO()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp296 uint64_t &BaseSegmentAddress) { in getSectionsAndSymbols() argument
320 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
7318 BaseSegmentAddress); in DisassembleMachO()
7328 BaseAddress = BaseSegmentAddress; in DisassembleMachO()
[all …]