Home
last modified time | relevance | path

Searched refs:ELF_T_CHDR (Results 1 – 6 of 6) sorted by relevance

/external/elfutils/libelf/
Dgelf_fsize.c71 [ELF_T_CHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Chdr)), \
Delf_getdata.c109 [ELF_T_CHDR] = __alignof__ (ElfW2(Bits,Chdr)), \
350 scn->rawdata.d.d_type = ELF_T_CHDR; in __libelf_set_rawdata_wrlock()
Dgelf_xlate.c203 [ELF_T_CHDR] = ElfW2(Bits, cvt_chdr)
Dlibelf.h95 ELF_T_CHDR, /* Compressed, Elf32_Chdr, Elf64_Chdr, ... */ enumerator
Delf_compress.c454 __libelf_reset_rawdata (scn, out_buf, new_size, 1, ELF_T_CHDR); in elf_compress()
DChangeLog65 ELF_T_CHDR for SHF_COMPRESSED sections.
69 * gelf_fsize.c (__libelf_type_sizes): Add ELF_T_CHDR.
71 * gelf_xlate.c (__elf_xfctstom): Add ELF_T_CHDR cvt_chdr.
73 * libelf.h (Elf_Type): Add ELF_T_CHDR.