Home
last modified time | relevance | path

Searched refs:addressForAtom (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
HDArchHandler_x86.cpp120 FindAddressForAtom addressForAtom,
557 FindAddressForAtom addressForAtom, in appendSectionRelocations() argument
574 appendReloc(relocs, sectionOffset, 0, addressForAtom(*ref.target()), in appendSectionRelocations()
587 appendReloc(relocs, sectionOffset, 0, addressForAtom(*ref.target()), in appendSectionRelocations()
601 appendReloc(relocs, sectionOffset, 0, addressForAtom(*ref.target()), in appendSectionRelocations()
609 appendReloc(relocs, sectionOffset, 0, addressForAtom(*ref.target()), in appendSectionRelocations()
611 appendReloc(relocs, sectionOffset, 0, addressForAtom(atom) - ref.addend(), in appendSectionRelocations()
615 appendReloc(relocs, sectionOffset, 0, addressForAtom(*ref.target()), in appendSectionRelocations()
617 appendReloc(relocs, sectionOffset, 0, addressForAtom(atom) + in appendSectionRelocations()
622 appendReloc(relocs, sectionOffset, 0, addressForAtom(atom) + in appendSectionRelocations()
[all …]
HDArchHandler_arm.cpp1187 FindAddressForAtom addressForAtom, in appendSectionRelocations() argument
1210 appendReloc(relocs, sectionOffset, 0, addressForAtom(*ref.target()), in appendSectionRelocations()
1225 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1249 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1266 fromAtomAddress = addressForAtom(atom); in appendSectionRelocations()
1267 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1275 fromAtomAddress = addressForAtom(atom); in appendSectionRelocations()
1276 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1290 appendReloc(relocs, sectionOffset, 0, addressForAtom(*ref.target()), in appendSectionRelocations()
1305 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
[all …]
HDArchHandler_x86_64.cpp181 FindAddressForAtom addressForAtom,
770 FindAddressForAtom addressForAtom, in appendSectionRelocations() argument
HDArchHandler_arm64.cpp173 FindAddressForAtom addressForAtom,
778 FindAddressForAtom addressForAtom, normalized::Relocations &relocs) { in appendSectionRelocations() argument
HDMachONormalizedFileFromAtoms.cpp1309 auto addressForAtom = [&] (const Atom &atom) -> uint64_t { in addSectionRelocs() local
1328 addressForAtom, in addSectionRelocs()