Lines Matching refs:atom
110 void generateAtomContent(const DefinedAtom &atom, bool relocatable,
116 void appendSectionRelocations(const DefinedAtom &atom,
129 const MachODefinedAtom &atom) override { in dataInCodeTransitionStart() argument
134 const MachODefinedAtom &atom) override { in dataInCodeTransitionEnd() argument
410 void ArchHandler_x86::generateAtomContent(const DefinedAtom &atom, in generateAtomContent() argument
417 std::copy(atom.rawContent().begin(), atom.rawContent().end(), in generateAtomContent()
420 for (const Reference *ref : atom) { in generateAtomContent()
426 uint64_t atomAddress = findAddress(atom); in generateAtomContent()
553 const DefinedAtom &atom, in appendSectionRelocations() argument
612 appendReloc(relocs, sectionOffset, 0, addressForAtom(atom) - ref.addend(), in appendSectionRelocations()
618 appendReloc(relocs, sectionOffset, 0, addressForAtom(atom) + in appendSectionRelocations()
623 appendReloc(relocs, sectionOffset, 0, addressForAtom(atom) + in appendSectionRelocations()