Searched refs:applyFixupFinal (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | ArchHandler_x86.cpp | 164 void applyFixupFinal(const Reference &ref, uint8_t *location, 433 applyFixupFinal(*ref, &atomContentBuffer[offset], in generateAtomContent() 440 void ArchHandler_x86::applyFixupFinal(const Reference &ref, uint8_t *loc, in applyFixupFinal() function in lld::mach_o::ArchHandler_x86
|
| H A D | ArchHandler_x86_64.cpp | 234 void applyFixupFinal(const Reference &ref, uint8_t *location, 540 applyFixupFinal(*ref, &atomContentBuffer[offset], in generateAtomContent() 547 void ArchHandler_x86_64::applyFixupFinal( in applyFixupFinal() function in lld::mach_o::ArchHandler_x86_64
|
| H A D | ArchHandler_arm64.cpp | 220 void applyFixupFinal(const Reference &ref, uint8_t *location, 577 applyFixupFinal(*ref, &atomContentBuffer[offset], fixupAddress, in generateAtomContent() 584 void ArchHandler_arm64::applyFixupFinal(const Reference &ref, uint8_t *loc, in applyFixupFinal() function in lld::mach_o::ArchHandler_arm64
|
| H A D | ArchHandler_arm.cpp | 201 void applyFixupFinal(const Reference &ref, uint8_t *location, 905 void ArchHandler_arm::applyFixupFinal(const Reference &ref, uint8_t *loc, in applyFixupFinal() function in lld::mach_o::ArchHandler_arm 1040 applyFixupFinal(*ref, &atomContentBuffer[offset], fixupAddress, in generateAtomContent()
|