Home
last modified time | relevance | path

Searched refs:Elf64_Rel (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_incl.h79 #define REL64 Elf64_Rel
H A Ddwarf_elf_access.c542 Elf64_Rel * relp = 0; in get_rel_elf64()
543 relp = (Elf64_Rel*)(data + (i * sizeof(Elf64_Rel))); in get_rel_elf64()
631 relocation_size = is_rela?sizeof(Elf64_Rela):sizeof(Elf64_Rel); in get_relocation_entries()
H A Ddwarf_elf_load_headers.c1579 if (sizeof(Elf64_Rel) != sizeof(dw_elf64_rel)) { in validate_struct_sizes()
/illumos-gate/usr/src/boot/efi/loader/
H A Dreloc.c45 #define ElfW_Rel Elf64_Rel
/illumos-gate/usr/src/head/
H A Dgelf.h65 typedef Elf64_Rel GElf_Rel;
/illumos-gate/usr/src/uts/common/sys/
H A Dmachelf.h81 typedef Elf64_Rel Rel;
H A Delf.h775 } Elf64_Rel; typedef
/illumos-gate/usr/src/boot/sys/sys/
H A Delf64.h146 } Elf64_Rel; typedef
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgelf.c950 *dst = ((Elf64_Rel *)src->d_buf)[ndx]; in gelf_getrel()
995 ((Elf64_Rel *)dst->d_buf)[ndx] = *(Elf64_Rel *)src; in gelf_update_rel()
H A Dxlate64.m4689 /* REL */ { R1_sizeof, sizeof (Elf64_Rel) },
1178 $1(Byte *dst, Elf64_Rel *src, size_t cnt)
1180 Elf64_Rel *end = src + cnt;
1770 $1(Elf64_Rel *dst, Byte *src, size_t cnt)
1772 Elf64_Rel *end = dst;