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

  /external/elfutils/libelf/
gelf_fsize.c 71 [ELF_T_CHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Chdr)), \
elf_getdata.c 109 [ELF_T_CHDR] = __alignof__ (ElfW2(Bits,Chdr)), \
347 /* Compressed data always has type ELF_T_CHDR regardless of the
350 scn->rawdata.d.d_type = ELF_T_CHDR;
gelf_xlate.c 203 [ELF_T_CHDR] = ElfW2(Bits, cvt_chdr)
libelf.h 95 ELF_T_CHDR, /* Compressed, Elf32_Chdr, Elf64_Chdr, ... */
386 ELF_T_CHDR. */
elf_compress.c 454 __libelf_reset_rawdata (scn, out_buf, new_size, 1, ELF_T_CHDR);

Completed in 480 milliseconds