Searched defs:reltype (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/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)
144 switch (reltype) {
169 if (reltype == ELF_RELOC_REL)
199 switch (reltype) {
224 (void)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
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2689 Word symndx, reltype; local
2700 reltype = ELF_R_TYPE(rela->r_info, mach);
2704 reltype = ELF_R_TYPE(rel->r_info, mach);
2720 if ((reltype != R_SPARC_NONE) &&
2721 (reltype != R_SPARC_REGISTER) &&
2722 (reltype != R_SPARC_RELATIVE))
2725 if ((reltype != R_386_NONE) &&
2726 (reltype != R_386_RELATIVE))
2729 if ((reltype != R_AMD64_NONE) &&
2730 (reltype !
4408 Word symndx, reltype; local
[all...]

Completed in 92 milliseconds