HomeSort by relevance Sort by last modified time
    Searched refs:ELF_T_SHDR (Results 1 - 9 of 9) sorted by null

  /external/elfutils/0.153/libelf/
gelf_fsize.c 77 [ELF_T_SHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Shdr)), \
elf32_updatenull.c 413 + (elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum))));
427 elf_typesize (LIBELFBITS, ELF_T_SHDR, 1),
431 size += elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum);
elf32_updatefile.c 233 xfct_t shdr_fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR];
236 # define shdr_fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR]
650 xfct_t shdr_fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR];
653 # define shdr_fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR]
gelf_xlate.c 207 [ELF_T_SHDR] = ElfW2(Bits, cvt_Shdr), \
libelf.h 71 ELF_T_SHDR, /* Section header. */
  /external/elfutils/0.153/src/
xelf.h 151 case ELF_T_SHDR: fsize = sizeof (Elf32_Shdr); break; \
283 case ELF_T_SHDR: fsize = sizeof (Elf64_Shdr); break; \
unstrip.c 993 src.d_size = gelf_fsize (main, ELF_T_SHDR, shnum - 1, EV_CURRENT);
994 src.d_type = ELF_T_SHDR;
    [all...]
strip.c     [all...]
  /external/elfutils/0.153/libdwfl/
dwfl_module_getdwarf.c 364 size_t shentsize = gelf_fsize (mod->main.elf, ELF_T_SHDR, 1, EV_CURRENT);
460 src.d_type = ELF_T_SHDR;
461 src.d_size = gelf_fsize (mod->main.elf, ELF_T_SHDR, shnum - 1, EV_CURRENT);

Completed in 613 milliseconds