Home
last modified time | relevance | path

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

/illumos-gate/usr/src/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.h301 const void *reldata, int reltype, Elf_Addr relbase,
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2742 Word symndx, reltype; in reloc() local
2773 if ((reltype != R_SPARC_NONE) && 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()
4487 Word symndx, reltype; in got() local
4497 reltype = ELF_R_TYPE(rela->r_info, in got()
4503 reltype = ELF_R_TYPE(rel->r_info, in got()
[all …]