Home
last modified time | relevance | path

Searched defs:reloc (Results 1 – 10 of 10) sorted by relevance

/freebsd/stand/powerpc/ofw/
H A Dconf.c125 vm_offset_t reloc = RELOC; variable
/freebsd/stand/common/
H A Dreloc_elf.c48 __elfN(reloc)(struct elf_file *ef, symaddr_fn *symaddr, const void *reldata, in __elfN() argument
/freebsd/contrib/elftoolchain/libpe/
H A Dlibpe_coff.c235 int i, reloc; in libpe_write_coff_header() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DThunks.cpp1274 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 DSyntheticSections.h499 template <bool shard = false> void addReloc(const DynamicReloc &reloc) { in addReloc()
/freebsd/usr.sbin/kldxref/
H A Def.h80 elf_reloc_t *reloc; member
/freebsd/sys/kern/
H A Dlink_elf.c1452 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 DWriter.cpp1873 for (const coff_relocation &reloc : sc->getRelocs()) { in markSymbolsWithRelocations() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp130 RelocUnion reloc; member in __anonaa5626600111::ELFRelocation
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1396 inline void swapStruct(any_relocation_info &reloc) { in swapStruct()