Searched refs:ELF_T_SHDR (Results 1 – 8 of 8) sorted by relevance
/external/elfutils/libelf/ |
D | elf32_updatenull.c | 408 + (elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum)))); in __elfw2() 422 elf_typesize (LIBELFBITS, ELF_T_SHDR, 1), in __elfw2() 426 size += elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum); in __elfw2()
|
D | gelf_fsize.c | 77 [ELF_T_SHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Shdr)), \
|
D | elf32_updatefile.c | 222 …= __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR]; in __elfw2() 225 # define shdr_fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR] in __elfw2() 597 …= __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR]; in __elfw2() 600 # define shdr_fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR] in __elfw2()
|
D | gelf_xlate.c | 207 [ELF_T_SHDR] = ElfW2(Bits, cvt_Shdr), \
|
D | libelf.h | 71 ELF_T_SHDR, /* Section header. */ enumerator
|
/external/elfutils/src/ |
D | xelf.h | 151 case ELF_T_SHDR: fsize = sizeof (Elf32_Shdr); break; \ 283 case ELF_T_SHDR: fsize = sizeof (Elf64_Shdr); break; \
|
D | unstrip.c | 988 src.d_size = gelf_fsize (main, ELF_T_SHDR, shnum - 1, EV_CURRENT); in find_alloc_sections_prelink() 989 src.d_type = ELF_T_SHDR; in find_alloc_sections_prelink()
|
D | strip.c | 1645 newehdr->e_shentsize = gelf_fsize (elf, ELF_T_SHDR, 1, EV_CURRENT); in handle_elf()
|