Searched refs:BaseSegmentAddress (Results 1 – 2 of 2) sorted by relevance
1222 uint64_t BaseSegmentAddress = 0; in dumpSymbolsFromDLInfoMachO() local1227 BaseSegmentAddress = Seg.vmaddr; in dumpSymbolsFromDLInfoMachO()1233 BaseSegmentAddress = Seg.vmaddr; in dumpSymbolsFromDLInfoMachO()1247 if (S.Address == Entry.address() + BaseSegmentAddress && in dumpSymbolsFromDLInfoMachO()1255 S.Address = Entry.address() + BaseSegmentAddress; in dumpSymbolsFromDLInfoMachO()1286 S.Address = Entry.other() + BaseSegmentAddress; in dumpSymbolsFromDLInfoMachO()1293 S.Address = Entry.address() + BaseSegmentAddress; in dumpSymbolsFromDLInfoMachO()1598 if (SymbolList[J].Address == FoundFns[f] + BaseSegmentAddress) in dumpSymbolsFromDLInfoMachO()1606 F.Address = FoundFns[f] + BaseSegmentAddress; in dumpSymbolsFromDLInfoMachO()
315 uint64_t &BaseSegmentAddress) { in getSectionsAndSymbols() argument339 BaseSegmentAddress = SLC.vmaddr; in getSectionsAndSymbols()346 BaseSegmentAddress = SLC.vmaddr; in getSectionsAndSymbols()1065 uint64_t BaseSegmentAddress = 0; in PrintFunctionStarts() local1070 BaseSegmentAddress = SLC.vmaddr; in PrintFunctionStarts()1076 BaseSegmentAddress = SLC.vmaddr; in PrintFunctionStarts()1105 uint64_t Addr = BaseSegmentAddress + S; in PrintFunctionStarts()7674 uint64_t BaseSegmentAddress = 0; in DisassembleMachO() local7677 BaseSegmentAddress); in DisassembleMachO()7687 BaseAddress = BaseSegmentAddress; in DisassembleMachO()[all …]