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

/freebsd-10.2-release/usr.sbin/kldxref/
H A Def_nop.c35 ef_reloc(struct elf_file *ef, const void *reldata, int reltype, Elf_Off relbase, argument
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_sparc64.c43 ef_reloc(struct elf_file *ef, const void *reldata, int reltype, Elf_Off relbase, argument
49 switch (reltype) {
H A Def_i386.c44 ef_reloc(struct elf_file *ef, const void *reldata, int reltype, Elf_Off relbase, argument
53 switch (reltype) {
75 if (reltype == EF_RELOC_REL)
H A Def_amd64.c44 ef_reloc(struct elf_file *ef, const void *reldata, int reltype, Elf_Off relbase, argument
54 switch (reltype) {
76 if (reltype == EF_RELOC_REL) {
H A Def.h65 int ef_reloc(struct elf_file *ef, const void *reldata, int reltype,
/freebsd-10.2-release/sys/boot/common/
H A Dreloc_elf.c54 int reltype, Elf_Addr relbase, Elf_Addr dataaddr, void *data, size_t len)
60 switch (reltype) {
88 switch (reltype) {
113 if (reltype == ELF_RELOC_REL)
145 switch (reltype) {
170 if (reltype == ELF_RELOC_REL)
200 switch (reltype) {
53 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.h258 const void *reldata, int reltype, Elf_Addr relbase,

Completed in 149 milliseconds