Searched refs:BaseSegmentAddress (Results 1 – 2 of 2) sorted by relevance
1243 uint64_t BaseSegmentAddress = 0; in dumpSymbolsFromDLInfoMachO() local1248 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()
289 uint64_t &BaseSegmentAddress) { in getSectionsAndSymbols() argument313 BaseSegmentAddress = SLC.vmaddr; in getSectionsAndSymbols()320 BaseSegmentAddress = SLC.vmaddr; in getSectionsAndSymbols()1039 uint64_t BaseSegmentAddress = 0; in PrintFunctionStarts() local1044 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() local7382 BaseSegmentAddress); in DisassembleMachO()7392 BaseAddress = BaseSegmentAddress; in DisassembleMachO()[all …]