Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf32_updatenull.c345 + (elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum)))); in __elfw2()
359 elf_typesize (LIBELFBITS, ELF_T_SHDR, 1), in __elfw2()
363 size += elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum); in __elfw2()
Delf32_updatefile.c180 …= __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR]; in __elfw2()
183 # define shdr_fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR] in __elfw2()
486 …= __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR]; in __elfw2()
489 # define shdr_fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR] in __elfw2()
Dgelf_fsize.c44 [ELF_T_SHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Shdr)), \
Dgelf_xlate.c155 [ELF_T_SHDR] = ElfW2(Bits, cvt_Shdr), \
Dlibelf.h38 ELF_T_SHDR, /* Section header. */ enumerator
/external/elfutils/src/
Dxelf.h139 case ELF_T_SHDR: fsize = sizeof (Elf32_Shdr); break; \
271 case ELF_T_SHDR: fsize = sizeof (Elf64_Shdr); break; \
Dstrip.c1601 newehdr->e_shentsize = gelf_fsize (elf, ELF_T_SHDR, 1, EV_CURRENT); in handle_elf()
/external/elfcopy/
Delfcopy.c1190 newehdr->e_shentsize = gelf_fsize (elf, ELF_T_SHDR, 1, EV_CURRENT); in adjust_elf()