Lines Matching refs:atom
109 void generateAtomContent(const DefinedAtom &atom, bool relocatable,
115 void appendSectionRelocations(const DefinedAtom &atom,
128 const MachODefinedAtom &atom) override { in dataInCodeTransitionStart() argument
133 const MachODefinedAtom &atom) override { in dataInCodeTransitionEnd() argument
409 void ArchHandler_x86::generateAtomContent(const DefinedAtom &atom, in generateAtomContent() argument
416 std::copy(atom.rawContent().begin(), atom.rawContent().end(), in generateAtomContent()
419 for (const Reference *ref : atom) { in generateAtomContent()
425 uint64_t atomAddress = findAddress(atom); in generateAtomContent()
552 const DefinedAtom &atom, in appendSectionRelocations() argument
611 appendReloc(relocs, sectionOffset, 0, addressForAtom(atom) - ref.addend(), in appendSectionRelocations()
617 appendReloc(relocs, sectionOffset, 0, addressForAtom(atom) + in appendSectionRelocations()
622 appendReloc(relocs, sectionOffset, 0, addressForAtom(atom) + in appendSectionRelocations()