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

  /external/elfutils/libelf/
gelf_fsize.c 77 [ELF_T_SHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Shdr)), \
elf32_updatenull.c 408 + (elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum))));
422 elf_typesize (LIBELFBITS, ELF_T_SHDR, 1),
426 size += elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum);
elf32_updatefile.c 222 xfct_t shdr_fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR];
225 # define shdr_fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR]
597 xfct_t shdr_fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR];
600 # 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/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 990 src.d_size = gelf_fsize (main, ELF_T_SHDR, shnum - 1, EV_CURRENT);
991 src.d_type = ELF_T_SHDR;
    [all...]
strip.c     [all...]

Completed in 210 milliseconds