/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | ArchHandler_x86_64.cpp | 180 FindSectionIndexForAtom sectionIndexForAtom, 769 FindSectionIndexForAtom sectionIndexForAtom, in appendSectionRelocations() argument 789 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 810 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 818 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 826 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 834 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 846 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0, in appendSectionRelocations() 858 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
|
D | ArchHandler_x86.cpp | 119 FindSectionIndexForAtom sectionIndexForAtom, 556 FindSectionIndexForAtom sectionIndexForAtom, in appendSectionRelocations() argument 577 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0, in appendSectionRelocations() 590 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0, in appendSectionRelocations() 604 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
|
D | ArchHandler_arm.cpp | 1186 FindSectionIndexForAtom sectionIndexForAtom, in appendSectionRelocations() argument 1213 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0, in appendSectionRelocations() 1234 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0, in appendSectionRelocations() 1258 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0, in appendSectionRelocations() 1293 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0, in appendSectionRelocations() 1314 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0, in appendSectionRelocations() 1338 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0, in appendSectionRelocations() 1373 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0, in appendSectionRelocations()
|
D | ArchHandler_arm64.cpp | 172 FindSectionIndexForAtom sectionIndexForAtom, 777 FindSectionIndexForAtom sectionIndexForAtom, in appendSectionRelocations() argument 843 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
|
D | MachONormalizedFileFromAtoms.cpp | 173 uint32_t sectionIndexForAtom(const Atom *atom); 1283 uint32_t Util::sectionIndexForAtom(const Atom *atom) { in sectionIndexForAtom() function in __anon2e8aa0f30111::Util 1305 return sectionIndexForAtom(&atom); in addSectionRelocs()
|