Home
last modified time | relevance | path

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

/third_party/skia/buildtools/third_party/eu-strip/
Dfix-elf-size.patch51 + (elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum))));
61 size += elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum);
/third_party/elfutils/libelf/
Delf32_updatenull.c429 elf_typesize (LIBELFBITS, ELF_T_SHDR, 1), ehdr_flags); in __elfw2()
437 + (elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum)))); in __elfw2()
452 size += elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum); in __elfw2()
Dgelf_fsize.c54 [ELF_T_SHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Shdr)), \
Dgelf_xlate.c191 [ELF_T_SHDR] = ElfW2(Bits, cvt_Shdr), \
Dlibelf.h103 ELF_T_SHDR, /* Section header. */ enumerator
Delf32_updatefile.c229 #define shdr_fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR] in __elfw2()
666 #define shdr_fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR] in __elfw2()
Delf_getdata.c84 [ELF_T_SHDR] = __alignof__ (ElfW2(Bits,Shdr)), \
DChangeLog828 ELF_T_OFF, ELF_T_PHDR, ELF_T_SHDR, ELF_T_SWORD, ELF_T_XWORD,
/third_party/elfutils/libdwfl/
Ddwfl_module_getdwarf.c331 size_t shentsize = gelf_fsize (mod->main.elf, ELF_T_SHDR, 1, EV_CURRENT); in find_prelink_address_sync()
438 src.d_type = ELF_T_SHDR; in find_prelink_address_sync()
439 src.d_size = gelf_fsize (mod->main.elf, ELF_T_SHDR, shnum, EV_CURRENT); in find_prelink_address_sync()
Drelocate.c584 size_t shentsize = gelf_fsize (relocated, ELF_T_SHDR, 1, EV_CURRENT); in relocate_section()
/third_party/elfutils/src/
Dunstrip.c1162 src.d_size = gelf_fsize (main, ELF_T_SHDR, shnum, EV_CURRENT); in find_alloc_sections_prelink()
1163 src.d_type = ELF_T_SHDR; in find_alloc_sections_prelink()
Dstrip.c2540 newehdr->e_shentsize = gelf_fsize (elf, ELF_T_SHDR, 1, EV_CURRENT); in handle_elf()