Searched refs:s_shdr32 (Results 1 – 15 of 15) sorted by relevance
79 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()
60 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()
59 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()
62 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()
61 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()
61 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()
61 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()
61 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()
61 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()
61 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()
116 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()
125 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()
116 sh32 = &scn->s_shdr.s_shdr32; in gelf_update_shdr()
145 Elf32_Shdr s_shdr32; member
73 #define GET_SHDR_MEMBER(M) ((ec == ELFCLASS32) ? scn->s_shdr.s_shdr32.M : \ in _libelf_load_extended()