Home
last modified time | relevance | path

Searched refs:ELF_T_SHDR (Results 1 – 11 of 11) sorted by relevance

/external/elfutils/libelf/
Delf32_updatenull.c412 elf_typesize (LIBELFBITS, ELF_T_SHDR, 1), ehdr_flags); in __elfw2()
420 + (elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum)))); in __elfw2()
435 size += elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum); in __elfw2()
Dgelf_fsize.c54 [ELF_T_SHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Shdr)), \
Dgelf_xlate.c186 [ELF_T_SHDR] = ElfW2(Bits, cvt_Shdr), \
Dlibelf.h103 ELF_T_SHDR, /* Section header. */ enumerator
Delf32_updatefile.c232 #define shdr_fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR] in __elfw2()
654 #define shdr_fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR] in __elfw2()
Delf_getdata.c86 [ELF_T_SHDR] = __alignof__ (ElfW2(Bits,Shdr)), \
DChangeLog533 ELF_T_OFF, ELF_T_PHDR, ELF_T_SHDR, ELF_T_SWORD, ELF_T_XWORD,
/external/elfutils/libdwfl/
Ddwfl_module_getdwarf.c332 size_t shentsize = gelf_fsize (mod->main.elf, ELF_T_SHDR, 1, EV_CURRENT); in find_prelink_address_sync()
439 src.d_type = ELF_T_SHDR; in find_prelink_address_sync()
440 src.d_size = gelf_fsize (mod->main.elf, ELF_T_SHDR, shnum, EV_CURRENT); in find_prelink_address_sync()
Drelocate.c582 size_t shentsize = gelf_fsize (relocated, ELF_T_SHDR, 1, EV_CURRENT); in relocate_section()
/external/elfutils/src/
Dunstrip.c1132 src.d_size = gelf_fsize (main, ELF_T_SHDR, shnum, EV_CURRENT); in find_alloc_sections_prelink()
1133 src.d_type = ELF_T_SHDR; in find_alloc_sections_prelink()
Dstrip.c2521 newehdr->e_shentsize = gelf_fsize (elf, ELF_T_SHDR, 1, EV_CURRENT); in handle_elf()