Lines Matching refs:_atomToAddress

198   AtomToAddress                 _atomToAddress;  member in __anon3252b6f00111::Util
658 auto pos = _atomToAddress.find(&atom); in copySectionContent()
659 assert(pos != _atomToAddress.end()); in copySectionContent()
732 nFile.entryAddress = (_atomToAddress[_entryAtom] | 1); in copyEntryPointAddress()
734 nFile.entryAddress = _atomToAddress[_entryAtom]; in copyEntryPointAddress()
744 _atomToAddress[info.atom] = sect->address + info.offsetInSection; in buildAtomToAddressMap()
752 << llvm::format("0x%016X", _atomToAddress[info.atom]) in buildAtomToAddressMap()
768 _atomToAddress[atom] = _ctx.baseAddress(); in buildAtomToAddressMap()
773 << llvm::format("0x%016X", _atomToAddress[atom]) in buildAtomToAddressMap()
787 << llvm::format("0x%016X", _atomToAddress[atom]) in buildAtomToAddressMap()
1046 sym.value = _atomToAddress[stab.atom]; in addSymbols()
1075 sym.value = _atomToAddress[atom]; in addSymbols()
1091 sym.value = _atomToAddress[atom]; in addSymbols()
1108 sym.value = _atomToAddress[ai.atom]; in addSymbols()
1284 uint64_t address = _atomToAddress[atom]; in sectionIndexForAtom()
1310 auto pos = _atomToAddress.find(&atom); in addSectionRelocs()
1311 assert(pos != _atomToAddress.end()); in addSectionRelocs()
1346 addr = _atomToAddress[info.atom]; in addFunctionStarts()
1356 uint64_t nextAddr = _atomToAddress[info.atom]; in addFunctionStarts()
1435 uint64_t segmentOffset = _atomToAddress[atom] + ref->offsetInAtom() in addRebaseAndBindingInfo()
1548 exprt.offset = _atomToAddress[atom] - _ctx.baseAddress(); in addExportInfo()