Home
last modified time | relevance | path

Searched refs:Elf32_Rel (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Dpro_incl.h80 #define REL32 Elf32_Rel
/titanic_41/usr/src/cmd/sgs/libelf/common/
H A Dgelf.c925 entsize = sizeof (Elf32_Rel); in gelf_getrel()
938 Elf32_Rel * r = &((Elf32_Rel *)src->d_buf)[ndx]; in gelf_getrel()
968 entsize = sizeof (Elf32_Rel); in gelf_update_rel()
981 Elf32_Rel * r = &((Elf32_Rel *)dst->d_buf)[ndx]; in gelf_update_rel()
H A Dxlate.m4632 /* REL */ { R1_sizeof, sizeof (Elf32_Rel) },
1187 $1(unsigned char *dst, Elf32_Rel *src, size_t cnt)
1189 Elf32_Rel *end = src + cnt;
1733 $1(Elf32_Rel *dst, unsigned char *src, size_t cnt)
1735 Elf32_Rel *end = dst;
/titanic_41/usr/src/uts/common/sys/
H A Dmachelf.h128 typedef Elf32_Rel Rel;
H A Delf.h592 } Elf32_Rel; typedef
/titanic_41/usr/src/lib/libtnfctl/
H A Dtnfctl.h62 typedef Elf32_Rel Elf3264_Rel;
/titanic_41/usr/src/lib/libproc/i386/
H A DPisadep.c51 Elf32_Rel r; in Ppltdest()
/titanic_41/usr/src/lib/libproc/amd64/
H A DPisadep.c76 Elf32_Rel r; in Ppltdest()
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_link.c99 Elf32_Rel *de_rel; /* array of relocations for x86 */
123 Elf32_Rel *rel; in prepare_elf32()