Searched refs:addressForAtom (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| HD | ArchHandler_x86.cpp | 120 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 …]
|
| HD | ArchHandler_arm.cpp | 1187 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 …]
|
| HD | ArchHandler_x86_64.cpp | 181 FindAddressForAtom addressForAtom, 770 FindAddressForAtom addressForAtom, in appendSectionRelocations() argument
|
| HD | ArchHandler_arm64.cpp | 173 FindAddressForAtom addressForAtom, 778 FindAddressForAtom addressForAtom, normalized::Relocations &relocs) { in appendSectionRelocations() argument
|
| HD | MachONormalizedFileFromAtoms.cpp | 1309 auto addressForAtom = [&] (const Atom &atom) -> uint64_t { in addSectionRelocs() local 1328 addressForAtom, in addSectionRelocs()
|