Home
last modified time | relevance | path

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

/freebsd-src/stand/powerpc/ofw/
H A Dconf.c125 vm_offset_t reloc = RELOC; variable
/freebsd-src/stand/common/
H A Dreloc_elf.c48 __elfN(reloc)(struct elf_file *ef, symaddr_fn *symaddr, const void *reldata, in __elfN() argument
/freebsd-src/contrib/elftoolchain/libpe/
H A Dlibpe_coff.c235 int i, reloc; in libpe_write_coff_header() local
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DThunks.cpp1274 static Thunk *addThunkArmv4(RelType reloc, Symbol &s, int64_t a) { in addThunkArmv4() argument
1309 static Thunk *addThunkArmv5v6(RelType reloc, Symbol &s, int64_t a) { in addThunkArmv5v6() argument
1329 static Thunk *addThunkV6M(const InputSection &isec, RelType reloc, Symbol &s, in addThunkV6M() argument
1353 addThunkArm(const InputSection & isec,RelType reloc,Symbol & s,int64_t a) addThunkArm() argument
[all...]
H A DSyntheticSections.h499 addReloc(const DynamicReloc & reloc) addReloc() argument
/freebsd-src/usr.sbin/kldxref/
H A Def.h
/freebsd-src/sys/kern/
H A Dlink_elf.c1452 relocate_file1(elf_file_t ef,elf_lookup_fn lookup,elf_reloc_fn reloc,bool ifuncs) relocate_file1() argument
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1873 for (const coff_relocation &reloc : sc->getRelocs()) { markSymbolsWithRelocations() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp130 RelocUnion reloc; member in __anon556f682a0111::ELFRelocation
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1396 inline void swapStruct(any_relocation_info &reloc) { in swapStruct()