Searched defs:reloc (Results 1 – 13 of 13) sorted by relevance
/freebsd/stand/powerpc/ofw/ |
H A D | conf.c | 125 vm_offset_t reloc = RELOC; variable
|
/freebsd/stand/common/ |
H A D | reloc_elf.c | 48 __elfN(reloc)(struct elf_file *ef, symaddr_fn *symaddr, const void *reldata, in __elfN() argument
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | ObjC.cpp | 563 const Reloc *reloc = isec->getRelocAt(offset); in tryGetSymbolAtIsecOffset() local 623 const Reloc *reloc = isec->getRelocAt(offset); in tryEraseDefinedAtIsecOffset() local 687 const Reloc *reloc = isec->getRelocAt(secOffset); in parseProtocolListInfo() local 720 const Reloc *reloc = ptrListSym->isec()->getRelocAt(off); in parseProtocolListInfo() local 756 const Reloc *reloc = isec->getRelocAt(secOffset); in parsePointerListInfo() local 781 const Reloc *reloc = ptrListSym->isec()->getRelocAt(off); in parsePointerListInfo() local
|
H A D | SyntheticSections.cpp | 2011 const Reloc *reloc = isec->getRelocAt(methodNameOff); in setUp() local 2115 const Reloc *reloc = isec->getRelocAt(inSecOff); in writeRelativeOffsetForIsec() local
|
/freebsd/contrib/elftoolchain/libpe/ |
H A D | libpe_coff.c | 235 int i, reloc; in libpe_write_coff_header() local
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Thunks.cpp | 1274 static Thunk *addThunkArmv4(RelType reloc, Symbol &s, int64_t a) { in addThunkArmv4() 1309 static Thunk *addThunkArmv5v6(RelType reloc, Symbol &s, int64_t a) { in addThunkArmv5v6() 1329 static Thunk *addThunkV6M(const InputSection &isec, RelType reloc, Symbol &s, in addThunkV6M() 1353 static Thunk *addThunkArm(const InputSection &isec, RelType reloc, Symbol &s, in addThunkArm()
|
H A D | Writer.cpp | 1485 const Relocation &reloc = elem.inputSec->relocs()[elem.relocIdx]; in finalizeAddressDependentContent() local
|
H A D | SyntheticSections.h | 504 template <bool shard = false> void addReloc(const DynamicReloc &reloc) { in addReloc()
|
/freebsd/lib/libkldelf/ |
H A D | kldelf.h | 84 elf_reloc_t *reloc; member
|
/freebsd/sys/kern/ |
H A D | link_elf.c | 1446 relocate_file1(elf_file_t ef, elf_lookup_fn lookup, elf_reloc_fn reloc, in relocate_file1()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Writer.cpp | 1877 for (const coff_relocation &reloc : sc->getRelocs()) { in markSymbolsWithRelocations() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 130 RelocUnion reloc; member in __anone59002980111::ELFRelocation
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 1397 sys::swapByteOrder(reloc.r_word0); in swapStruct() argument
|