Searched refs:applyFixupRelocatable (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | ArchHandler_x86.cpp | 168 void applyFixupRelocatable(const Reference &ref, uint8_t *location, 429 applyFixupRelocatable(*ref, &atomContentBuffer[offset], in generateAtomContent() 482 void ArchHandler_x86::applyFixupRelocatable(const Reference &ref, in applyFixupRelocatable() function in lld::mach_o::ArchHandler_x86
|
| H A D | ArchHandler_x86_64.cpp | 239 void applyFixupRelocatable(const Reference &ref, uint8_t *location, 536 applyFixupRelocatable(*ref, &atomContentBuffer[offset], in generateAtomContent() 628 void ArchHandler_x86_64::applyFixupRelocatable(const Reference &ref, in applyFixupRelocatable() function in lld::mach_o::ArchHandler_x86_64
|
| H A D | ArchHandler_arm64.cpp | 225 void applyFixupRelocatable(const Reference &ref, uint8_t *location, 574 applyFixupRelocatable(*ref, &atomContentBuffer[offset], fixupAddress, in generateAtomContent() 690 void ArchHandler_arm64::applyFixupRelocatable(const Reference &ref, in applyFixupRelocatable() function in lld::mach_o::ArchHandler_arm64
|
| H A D | ArchHandler_arm.cpp | 206 void applyFixupRelocatable(const Reference &ref, uint8_t *location, 1036 applyFixupRelocatable(*ref, &atomContentBuffer[offset], fixupAddress, in generateAtomContent() 1067 void ArchHandler_arm::applyFixupRelocatable(const Reference &ref, uint8_t *loc, in applyFixupRelocatable() function in lld::mach_o::ArchHandler_arm
|