Searched refs:reltype (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/boot/common/ |
H A D | reloc_elf.c | 53 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 D | bootstrap.h | 302 const void *reldata, int reltype, Elf_Addr relbase,
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 2742 Word symndx, reltype; in reloc() local 2753 reltype = ELF_R_TYPE(rela->r_info, mach); in reloc() 2757 reltype = ELF_R_TYPE(rel->r_info, mach); in reloc() 2773 if ((reltype != R_SPARC_NONE) && in reloc() 2774 (reltype != R_SPARC_REGISTER) && in reloc() 2775 (reltype != R_SPARC_RELATIVE)) in reloc() 2778 if ((reltype != R_386_NONE) && in reloc() 2779 (reltype != R_386_RELATIVE)) in reloc() 2782 if ((reltype != R_AMD64_NONE) && in reloc() 2783 (reltype != R_AMD64_RELATIVE)) in reloc() [all …]
|