Searched refs:BaseSegmentAddress (Results 1 – 2 of 2) sorted by relevance
1245 uint64_t BaseSegmentAddress = 0; in dumpSymbolsFromDLInfoMachO() local1250 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()
285 uint64_t &BaseSegmentAddress) { in getSectionsAndSymbols() argument309 BaseSegmentAddress = SLC.vmaddr; in getSectionsAndSymbols()316 BaseSegmentAddress = SLC.vmaddr; in getSectionsAndSymbols()1035 uint64_t BaseSegmentAddress = 0; in PrintFunctionStarts() local1040 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() local7390 BaseSegmentAddress); in DisassembleMachO()7400 BaseAddress = BaseSegmentAddress; in DisassembleMachO()[all …]