Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1215 uint64_t BaseSegmentAddress = 0; in dumpSymbolsFromDLInfoMachO() local
1220 BaseSegmentAddress = Seg.vmaddr; in dumpSymbolsFromDLInfoMachO()
1226 BaseSegmentAddress = Seg.vmaddr; in dumpSymbolsFromDLInfoMachO()
1240 if (S.Address == Entry.address() + BaseSegmentAddress && in dumpSymbolsFromDLInfoMachO()
1248 S.Address = Entry.address() + BaseSegmentAddress; in dumpSymbolsFromDLInfoMachO()
1279 S.Address = Entry.other() + BaseSegmentAddress; in dumpSymbolsFromDLInfoMachO()
1286 S.Address = Entry.address() + BaseSegmentAddress; in dumpSymbolsFromDLInfoMachO()
1591 if (SymbolList[J].Address == FoundFns[f] + BaseSegmentAddress) in dumpSymbolsFromDLInfoMachO()
1599 F.Address = FoundFns[f] + BaseSegmentAddress; in dumpSymbolsFromDLInfoMachO()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp326 BaseSegmentAddress = SLC.vmaddr; in getSectionsAndSymbols()
333 BaseSegmentAddress = SLC.vmaddr; in getSectionsAndSymbols()
1052 uint64_t BaseSegmentAddress = 0; in PrintFunctionStarts() local
1057 BaseSegmentAddress = SLC.vmaddr; in PrintFunctionStarts()
1063 BaseSegmentAddress = SLC.vmaddr; in PrintFunctionStarts()
1080 uint64_t Addr = BaseSegmentAddress + S; in PrintFunctionStarts()
7338 uint64_t BaseSegmentAddress = 0; in DisassembleMachO() local
7351 BaseAddress = BaseSegmentAddress; in DisassembleMachO()
10294 uint64_t BaseSegmentAddress = 0; in printMachOExportsTrie() local
10299 BaseSegmentAddress = Seg.vmaddr; in printMachOExportsTrie()
[all …]