Searched refs:reltype (Results 1 – 11 of 11) sorted by relevance
/freebsd/stand/common/ |
H A D | reloc_elf.c | 49 int reltype, Elf_Addr relbase, Elf_Addr dataaddr, void *data, size_t len) in __elfN() 62 switch (reltype) { in __elfN() 91 if (reltype == ELF_RELOC_REL) in __elfN() 137 switch (reltype) { in __elfN() 162 if (reltype == ELF_RELOC_REL) in __elfN() 196 switch (reltype) { in __elfN()
|
H A D | bootstrap.h | 302 const void *reldata, int reltype, Elf_Addr relbase,
|
/freebsd/lib/libkldelf/ |
H A D | ef_arm.c | 45 ef_arm_reloc(struct elf_file *ef, const void *reldata, Elf_Type reltype, in ef_arm_reloc() argument 54 switch (reltype) { in ef_arm_reloc() 76 if (reltype == ELF_T_REL) in ef_arm_reloc()
|
H A D | ef_i386.c | 44 ef_i386_reloc(struct elf_file *ef, const void *reldata, Elf_Type reltype, in ef_i386_reloc() argument 53 switch (reltype) { in ef_i386_reloc() 75 if (reltype == ELF_T_REL) in ef_i386_reloc()
|
H A D | ef_amd64.c | 44 ef_amd64_reloc(struct elf_file *ef, const void *reldata, Elf_Type reltype, in ef_amd64_reloc() argument 53 switch (reltype) { in ef_amd64_reloc() 75 if (reltype == ELF_T_REL) { in ef_amd64_reloc()
|
H A D | ef_mips.c | 47 ef_mips_reloc(struct elf_file *ef, const void *reldata, Elf_Type reltype, in ef_mips_reloc() argument 56 switch (reltype) { in ef_mips_reloc() 78 if (reltype == ELF_T_REL) { in ef_mips_reloc()
|
H A D | ef_riscv.c | 47 ef_riscv_reloc(struct elf_file *ef, const void *reldata, Elf_Type reltype, in ef_riscv_reloc() argument 55 switch (reltype) { in ef_riscv_reloc()
|
H A D | ef_aarch64.c | 42 ef_aarch64_reloc(struct elf_file *ef, const void *reldata, Elf_Type reltype, in ef_aarch64_reloc() argument 50 switch (reltype) { in ef_aarch64_reloc()
|
H A D | ef_powerpc.c | 44 ef_ppc_reloc(struct elf_file *ef, const void *reldata, Elf_Type reltype, in ef_ppc_reloc() argument 52 switch (reltype) { in ef_ppc_reloc()
|
H A D | kldelf.h | 77 Elf_Type reltype, GElf_Addr relbase, GElf_Addr dataoff, size_t len, 314 int elf_reloc(struct elf_file *ef, const void *reldata, Elf_Type reltype,
|
H A D | elf.c | 683 elf_reloc(struct elf_file *efile, const void *reldata, Elf_Type reltype, in elf_reloc() argument 686 return (efile->ef_reloc(efile, reldata, reltype, relbase, dataoff, len, in elf_reloc()
|