Home
last modified time | relevance | path

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

/NextBSD/contrib/elftoolchain/libelf/
HDelf_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()
240 sh_type = s->s_shdr.s_shdr32.sh_type; in elf_rawdata()
241 sh_offset = (uint64_t) s->s_shdr.s_shdr32.sh_offset; in elf_rawdata()
242 sh_size = (uint64_t) s->s_shdr.s_shdr32.sh_size; in elf_rawdata()
243 sh_align = (uint64_t) s->s_shdr.s_shdr32.sh_addralign; in elf_rawdata()
HDlibelf_extended.c60 scn->s_shdr.s_shdr32.sh_size = shnum; in _libelf_setshnum()
90 scn->s_shdr.s_shdr32.sh_link = shstrndx; in _libelf_setshstrndx()
119 scn->s_shdr.s_shdr32.sh_info = phnum; in _libelf_setphnum()
HDgelf_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()
HDgelf_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()
HDgelf_cap.c61 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_getcap()
121 sh_type = scn->s_shdr.s_shdr32.sh_type; in gelf_update_cap()
HDgelf_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()
HDgelf_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()
HDgelf_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()
HDgelf_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()
HDgelf_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()
HDelf_scn.c115 scn->s_shdr.s_shdr32.sh_offset; in _libelf_load_section_headers()
116 scn->s_size = scn->s_shdr.s_shdr32.sh_size; in _libelf_load_section_headers()
HDelf_update.c126 shdr32 = &s->s_shdr.s_shdr32; in _libelf_compute_section_extents()
457 sh_type = s->s_shdr.s_shdr32.sh_type; in _libelf_resync_sections()
731 sh_type = s->s_shdr.s_shdr32.sh_type; in _libelf_write_scn()
732 sh_size = (uint64_t) s->s_shdr.s_shdr32.sh_size; in _libelf_write_scn()
973 src.d_buf = &scn->s_shdr.s_shdr32; in _libelf_write_shdr()
HDgelf_shdr.c116 sh32 = &scn->s_shdr.s_shdr32; in gelf_update_shdr()
HD_libelf.h145 Elf32_Shdr s_shdr32; member
HDlibelf_ehdr.c68 #define GET_SHDR_MEMBER(M) ((ec == ELFCLASS32) ? scn->s_shdr.s_shdr32.M : \ in _libelf_load_extended()