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

/external/elfutils/libelf/
H A Dgelf_fsize.c56 [ELF_T_SHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Shdr)), \
H A Delf32_updatenull.c417 elf_typesize (LIBELFBITS, ELF_T_SHDR, 1), ehdr_flags);
425 + (elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum))));
440 size += elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum);
H A Delf32_updatefile.c243 xfct_t shdr_fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR];
246 # define shdr_fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR]
655 xfct_t shdr_fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR];
658 # define shdr_fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR]
H A Dgelf_xlate.c188 [ELF_T_SHDR] = ElfW2(Bits, cvt_Shdr), \
H A Dlibelf.h79 ELF_T_SHDR, /* Section header. */ enumerator in enum:__anon6154
H A Delf_getdata.c90 [ELF_T_SHDR] = __alignof__ (ElfW2(Bits,Shdr)), \
/external/elfutils/src/
H A Dxelf.h143 case ELF_T_SHDR: fsize = sizeof (Elf32_Shdr); break; \
275 case ELF_T_SHDR: fsize = sizeof (Elf64_Shdr); break; \
H A Dunstrip.c1046 src.d_size = gelf_fsize (main, ELF_T_SHDR, shnum - 1, EV_CURRENT);
1047 src.d_type = ELF_T_SHDR;
H A Dstrip.c2050 newehdr->e_shentsize = gelf_fsize (elf, ELF_T_SHDR, 1, EV_CURRENT);
/external/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c327 size_t shentsize = gelf_fsize (mod->main.elf, ELF_T_SHDR, 1, EV_CURRENT);
432 src.d_type = ELF_T_SHDR;
433 src.d_size = gelf_fsize (mod->main.elf, ELF_T_SHDR, shnum - 1, EV_CURRENT);
H A Drelocate.c554 size_t shentsize = gelf_fsize (relocated, ELF_T_SHDR, 1, EV_CURRENT);

Completed in 156 milliseconds