Home
last modified time | relevance | path

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

/openbsd/lib/libelf/
H A Delf_data.c79 sh_type = s->s_shdr.s_shdr32.sh_type; in elf_getdata()
80 sh_offset = (uint64_t) s->s_shdr.s_shdr32.sh_offset; in elf_getdata()
81 sh_size = (uint64_t) s->s_shdr.s_shdr32.sh_size; in elf_getdata()
82 sh_align = (uint64_t) s->s_shdr.s_shdr32.sh_addralign; in elf_getdata()
243 sh_type = s->s_shdr.s_shdr32.sh_type; in elf_rawdata()
244 sh_offset = (uint64_t) s->s_shdr.s_shdr32.sh_offset; in elf_rawdata()
245 sh_size = (uint64_t) s->s_shdr.s_shdr32.sh_size; in elf_rawdata()
246 sh_align = (uint64_t) s->s_shdr.s_shdr32.sh_addralign; in elf_rawdata()
H A Dlibelf_extended.c60 scn->s_shdr.s_shdr32.sh_size = (Elf32_Word) shnum; in _libelf_setshnum()
90 scn->s_shdr.s_shdr32.sh_link = (Elf32_Word) shstrndx; in _libelf_setshstrndx()
119 scn->s_shdr.s_shdr32.sh_info = (Elf32_Word) phnum; in _libelf_setphnum()
H A Dgelf_syminfo.c59 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_getsyminfo()
120 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_update_syminfo()
H A Dgelf_symshndx.c62 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_getsymshndx()
114 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_update_symshndx()
H A Dgelf_cap.c61 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_getcap()
120 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_update_cap()
H A Dgelf_dyn.c61 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_getdyn()
121 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_update_dyn()
H A Dgelf_move.c61 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_getmove()
124 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_update_move()
H A Dgelf_rel.c61 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_getrel()
123 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_update_rel()
H A Dgelf_sym.c61 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_getsym()
123 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_update_sym()
H A Dgelf_rela.c61 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_getrela()
124 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_update_rela()
H A Delf_scn.c116 scn->s_shdr.s_shdr32.sh_offset; in _libelf_load_section_headers()
117 scn->s_size = scn->s_shdr.s_shdr32.sh_size; in _libelf_load_section_headers()
H A Delf_update.c125 shdr32 = &s->s_shdr.s_shdr32; in _libelf_compute_section_extents()
462 sh_type = s->s_shdr.s_shdr32.sh_type; in _libelf_resync_sections()
736 sh_type = s->s_shdr.s_shdr32.sh_type; in _libelf_write_scn()
737 sh_size = (uint64_t) s->s_shdr.s_shdr32.sh_size; in _libelf_write_scn()
999 src.d_buf = &scn->s_shdr.s_shdr32; in _libelf_write_shdr()
H A Dgelf_shdr.c116 sh32 = &scn->s_shdr.s_shdr32; in gelf_update_shdr()
H A D_libelf.h145 Elf32_Shdr s_shdr32; member
H A Dlibelf_ehdr.c73 #define GET_SHDR_MEMBER(M) ((ec == ELFCLASS32) ? scn->s_shdr.s_shdr32.M : \ in _libelf_load_extended()