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

/freebsd-10.1-release/lib/libelf/
H A Dlibelf_extended.c61 scn->s_shdr.s_shdr32.sh_size = shnum;
91 scn->s_shdr.s_shdr32.sh_link = shstrndx;
120 scn->s_shdr.s_shdr32.sh_info = phnum;
H A Delf_data.c70 sh_type = s->s_shdr.s_shdr32.sh_type;
71 sh_offset = (uint64_t) s->s_shdr.s_shdr32.sh_offset;
72 sh_size = (uint64_t) s->s_shdr.s_shdr32.sh_size;
73 sh_align = (uint64_t) s->s_shdr.s_shdr32.sh_addralign;
213 sh_type = s->s_shdr.s_shdr32.sh_type;
214 sh_offset = (uint64_t) s->s_shdr.s_shdr32.sh_offset;
215 sh_size = (uint64_t) s->s_shdr.s_shdr32.sh_size;
216 sh_align = (uint64_t) s->s_shdr.s_shdr32.sh_addralign;
H A Dgelf_cap.c62 sh_type = scn->s_shdr.s_shdr32.sh_type;
119 sh_type = scn->s_shdr.s_shdr32.sh_type;
H A Dgelf_dyn.c59 sh_type = scn->s_shdr.s_shdr32.sh_type;
115 sh_type = scn->s_shdr.s_shdr32.sh_type;
H A Dgelf_syminfo.c62 sh_type = scn->s_shdr.s_shdr32.sh_type;
119 sh_type = scn->s_shdr.s_shdr32.sh_type;
H A Dgelf_symshndx.c61 sh_type = scn->s_shdr.s_shdr32.sh_type;
108 sh_type = scn->s_shdr.s_shdr32.sh_type;
H A Dgelf_move.c62 sh_type = scn->s_shdr.s_shdr32.sh_type;
121 sh_type = scn->s_shdr.s_shdr32.sh_type;
H A Dgelf_rel.c59 sh_type = scn->s_shdr.s_shdr32.sh_type;
117 sh_type = scn->s_shdr.s_shdr32.sh_type;
H A Dgelf_rela.c59 sh_type = scn->s_shdr.s_shdr32.sh_type;
118 sh_type = scn->s_shdr.s_shdr32.sh_type;
H A Dgelf_sym.c59 sh_type = scn->s_shdr.s_shdr32.sh_type;
120 sh_type = scn->s_shdr.s_shdr32.sh_type;
H A Dgelf_shdr.c117 sh32 = &scn->s_shdr.s_shdr32;
H A Delf_scn.c109 scn->s_shdr.s_shdr32.sh_offset;
110 scn->s_size = scn->s_shdr.s_shdr32.sh_size;
H A D_libelf.h120 Elf32_Shdr s_shdr32; member in union:_Elf_Scn::__anon5735
H A Delf_update.c100 shdr32 = &s->s_shdr.s_shdr32;
347 sh_type = s->s_shdr.s_shdr32.sh_type;
597 sh_type = s->s_shdr.s_shdr32.sh_type;
598 sh_size = (uint64_t) s->s_shdr.s_shdr32.sh_size;
836 src.d_buf = &scn->s_shdr.s_shdr32;
H A Dlibelf_ehdr.c70 #define GET_SHDR_MEMBER(M) ((ec == ELFCLASS32) ? scn->s_shdr.s_shdr32.M : \

Completed in 131 milliseconds