Home
last modified time | relevance | path

Searched refs:reltype (Results 1 – 3 of 3) sorted by relevance

/titanic_53/usr/src/boot/sys/boot/common/
H A Dreloc_elf.c53 int reltype, Elf_Addr relbase, Elf_Addr dataaddr, void *data, size_t len) in __elfN()
59 switch (reltype) { in __elfN()
87 switch (reltype) { in __elfN()
112 if (reltype == ELF_RELOC_REL) in __elfN()
144 switch (reltype) { in __elfN()
169 if (reltype == ELF_RELOC_REL) in __elfN()
199 switch (reltype) { in __elfN()
224 (void)reltype; in __elfN()
H A Dbootstrap.h253 const void *reldata, int reltype, Elf_Addr relbase,
/titanic_53/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2669 Word symndx, reltype; in reloc() local
2680 reltype = ELF_R_TYPE(rela->r_info, mach); in reloc()
2684 reltype = ELF_R_TYPE(rel->r_info, mach); in reloc()
2700 if ((reltype != R_SPARC_NONE) && in reloc()
2701 (reltype != R_SPARC_REGISTER) && in reloc()
2702 (reltype != R_SPARC_RELATIVE)) in reloc()
2705 if ((reltype != R_386_NONE) && in reloc()
2706 (reltype != R_386_RELATIVE)) in reloc()
2709 if ((reltype != R_AMD64_NONE) && in reloc()
2710 (reltype != R_AMD64_RELATIVE)) in reloc()
[all …]