Searched refs:s_shdr32 (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_extended.c69 scn->s_shdr.s_shdr32.sh_size = (Elf32_Word) shnum;
99 scn->s_shdr.s_shdr32.sh_link = (Elf32_Word) shstrndx;
128 scn->s_shdr.s_shdr32.sh_info = (Elf32_Word) phnum;
H A Delf_data.c88 sh_type = s->s_shdr.s_shdr32.sh_type;
89 sh_offset = (uint64_t) s->s_shdr.s_shdr32.sh_offset;
90 sh_size = (uint64_t) s->s_shdr.s_shdr32.sh_size;
91 sh_align = (uint64_t) s->s_shdr.s_shdr32.sh_addralign;
252 sh_type = s->s_shdr.s_shdr32.sh_type;
253 sh_offset = (uint64_t) s->s_shdr.s_shdr32.sh_offset;
254 sh_size = (uint64_t) s->s_shdr.s_shdr32.sh_size;
255 sh_align = (uint64_t) s->s_shdr.s_shdr32.sh_addralign;
H A Dgelf_symshndx.c78 sh_type = scn->s_shdr.s_shdr32.sh_type;
130 sh_type = scn->s_shdr.s_shdr32.sh_type;
H A Dgelf_syminfo.c68 sh_type = scn->s_shdr.s_shdr32.sh_type;
129 sh_type = scn->s_shdr.s_shdr32.sh_type;
H A Dgelf_cap.c69 sh_type = scn->s_shdr.s_shdr32.sh_type;
128 sh_type = scn->s_shdr.s_shdr32.sh_type;
H A Dgelf_rela.c70 sh_type = scn->s_shdr.s_shdr32.sh_type;
133 sh_type = scn->s_shdr.s_shdr32.sh_type;
H A Dgelf_sym.c70 sh_type = scn->s_shdr.s_shdr32.sh_type;
132 sh_type = scn->s_shdr.s_shdr32.sh_type;
H A Dgelf_rel.c69 sh_type = scn->s_shdr.s_shdr32.sh_type;
131 sh_type = scn->s_shdr.s_shdr32.sh_type;
H A Dgelf_move.c70 sh_type = scn->s_shdr.s_shdr32.sh_type;
133 sh_type = scn->s_shdr.s_shdr32.sh_type;
H A Dgelf_dyn.c69 sh_type = scn->s_shdr.s_shdr32.sh_type;
129 sh_type = scn->s_shdr.s_shdr32.sh_type;
H A Dgelf_shdr.c125 sh32 = &scn->s_shdr.s_shdr32;
H A Delf_scn.c127 scn->s_shdr.s_shdr32.sh_offset;
128 scn->s_size = scn->s_shdr.s_shdr32.sh_size;
H A Delf_update.c134 shdr32 = &s->s_shdr.s_shdr32;
471 sh_type = s->s_shdr.s_shdr32.sh_type;
745 sh_type = s->s_shdr.s_shdr32.sh_type;
746 sh_size = (uint64_t) s->s_shdr.s_shdr32.sh_size;
1007 src.d_buf = &scn->s_shdr.s_shdr32;
H A Dlibelf_ehdr.c87 #define GET_SHDR_MEMBER(M) ((ec == ELFCLASS32) ? scn->s_shdr.s_shdr32.M : \
H A D_libelf.h147 Elf32_Shdr s_shdr32; member in union:_Elf_Scn::__anon31

Completed in 193 milliseconds