Searched refs:ELF_T_SHDR (Results 1 – 11 of 11) sorted by relevance
/external/elfutils/libelf/ |
D | elf32_updatenull.c | 412 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()
|
D | gelf_fsize.c | 54 [ELF_T_SHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Shdr)), \
|
D | gelf_xlate.c | 186 [ELF_T_SHDR] = ElfW2(Bits, cvt_Shdr), \
|
D | libelf.h | 103 ELF_T_SHDR, /* Section header. */ enumerator
|
D | elf32_updatefile.c | 232 #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()
|
D | elf_getdata.c | 86 [ELF_T_SHDR] = __alignof__ (ElfW2(Bits,Shdr)), \
|
D | ChangeLog | 533 ELF_T_OFF, ELF_T_PHDR, ELF_T_SHDR, ELF_T_SWORD, ELF_T_XWORD,
|
/external/elfutils/libdwfl/ |
D | dwfl_module_getdwarf.c | 332 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()
|
D | relocate.c | 582 size_t shentsize = gelf_fsize (relocated, ELF_T_SHDR, 1, EV_CURRENT); in relocate_section()
|
/external/elfutils/src/ |
D | unstrip.c | 1132 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()
|
D | strip.c | 2521 newehdr->e_shentsize = gelf_fsize (elf, ELF_T_SHDR, 1, EV_CURRENT); in handle_elf()
|