Searched refs:ELF_T_SHDR (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/buildtools/third_party/eu-strip/ |
D | fix-elf-size.patch | 51 + (elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum)))); 61 size += elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum);
|
/third_party/elfutils/libelf/ |
D | elf32_updatenull.c | 429 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()
|
D | gelf_fsize.c | 54 [ELF_T_SHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Shdr)), \
|
D | gelf_xlate.c | 191 [ELF_T_SHDR] = ElfW2(Bits, cvt_Shdr), \
|
D | libelf.h | 103 ELF_T_SHDR, /* Section header. */ enumerator
|
D | elf32_updatefile.c | 229 #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()
|
D | elf_getdata.c | 84 [ELF_T_SHDR] = __alignof__ (ElfW2(Bits,Shdr)), \
|
D | ChangeLog | 828 ELF_T_OFF, ELF_T_PHDR, ELF_T_SHDR, ELF_T_SWORD, ELF_T_XWORD,
|
/third_party/elfutils/libdwfl/ |
D | dwfl_module_getdwarf.c | 331 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()
|
D | relocate.c | 584 size_t shentsize = gelf_fsize (relocated, ELF_T_SHDR, 1, EV_CURRENT); in relocate_section()
|
/third_party/elfutils/src/ |
D | unstrip.c | 1162 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()
|
D | strip.c | 2540 newehdr->e_shentsize = gelf_fsize (elf, ELF_T_SHDR, 1, EV_CURRENT); in handle_elf()
|