Searched refs:reltype (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/usr.sbin/kldxref/
H A Def_nop.c37 ef_reloc(struct elf_file *ef, const void *reldata, int reltype, Elf_Off relbase, argument
H A Def_aarch64.c45 ef_reloc(struct elf_file *ef, const void *reldata, int reltype, Elf_Off relbase, argument
52 if (reltype != EF_RELOC_RELA)
H A Def_powerpc.c47 ef_reloc(struct elf_file *ef, const void *reldata, int reltype, Elf_Off relbase, argument
54 if (reltype != EF_RELOC_RELA)
H A Def_riscv.c45 ef_reloc(struct elf_file *ef, const void *reldata, int reltype, Elf_Off relbase, argument
53 switch (reltype) {
H A Def_sparc64.c45 ef_reloc(struct elf_file *ef, const void *reldata, int reltype, Elf_Off relbase, argument
51 switch (reltype) {
H A Def_i386.c46 ef_reloc(struct elf_file *ef, const void *reldata, int reltype, Elf_Off relbase, argument
55 switch (reltype) {
77 if (reltype == EF_RELOC_REL)
H A Def_amd64.c46 ef_reloc(struct elf_file *ef, const void *reldata, int reltype, Elf_Off relbase, argument
56 switch (reltype) {
78 if (reltype == EF_RELOC_REL) {
H A Def.h69 int ef_reloc(struct elf_file *ef, const void *reldata, int reltype,
/freebsd-12-stable/stand/common/
H A Dreloc_elf.c53 int reltype, Elf_Addr relbase, Elf_Addr dataaddr, void *data, size_t len)
59 switch (reltype) {
87 switch (reltype) {
112 if (reltype == ELF_RELOC_REL)
148 switch (reltype) {
173 if (reltype == ELF_RELOC_REL)
207 switch (reltype) {
52 reloc(struct elf_file *ef, symaddr_fn *symaddr, const void *reldata, int reltype, Elf_Addr relbase, Elf_Addr dataaddr, void *data, size_t len) argument
H A Dbootstrap.h265 const void *reldata, int reltype, Elf_Addr relbase,

Completed in 82 milliseconds