Searched refs:BaseSegmentAddress (Results 1 – 2 of 2) sorted by relevance
1249 uint64_t BaseSegmentAddress = 0; in dumpSymbolsFromDLInfoMachO() local1254 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()
296 uint64_t &BaseSegmentAddress) { in getSectionsAndSymbols() argument320 BaseSegmentAddress = SLC.vmaddr; in getSectionsAndSymbols()327 BaseSegmentAddress = SLC.vmaddr; in getSectionsAndSymbols()1046 uint64_t BaseSegmentAddress = 0; in PrintFunctionStarts() local1051 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() local7318 BaseSegmentAddress); in DisassembleMachO()7328 BaseAddress = BaseSegmentAddress; in DisassembleMachO()[all …]