Searched refs:applyFixupFinal (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | ArchHandler_x86.cpp | 163 void applyFixupFinal(const Reference &ref, uint8_t *location, 432 applyFixupFinal(*ref, &atomContentBuffer[offset], in generateAtomContent() 439 void ArchHandler_x86::applyFixupFinal(const Reference &ref, uint8_t *loc, in applyFixupFinal() function in lld::mach_o::ArchHandler_x86
|
D | ArchHandler_arm64.cpp | 219 void applyFixupFinal(const Reference &ref, uint8_t *location, 576 applyFixupFinal(*ref, &atomContentBuffer[offset], fixupAddress, in generateAtomContent() 583 void ArchHandler_arm64::applyFixupFinal(const Reference &ref, uint8_t *loc, in applyFixupFinal() function in lld::mach_o::ArchHandler_arm64
|
D | ArchHandler_x86_64.cpp | 250 void applyFixupFinal(const Reference &ref, uint8_t *location, 566 applyFixupFinal(*ref, &atomContentBuffer[offset], in generateAtomContent() 573 void ArchHandler_x86_64::applyFixupFinal( in applyFixupFinal() function in lld::mach_o::ArchHandler_x86_64
|
D | ArchHandler_arm.cpp | 200 void applyFixupFinal(const Reference &ref, uint8_t *location, 904 void ArchHandler_arm::applyFixupFinal(const Reference &ref, uint8_t *loc, in applyFixupFinal() function in lld::mach_o::ArchHandler_arm 1039 applyFixupFinal(*ref, &atomContentBuffer[offset], fixupAddress, in generateAtomContent()
|