Searched refs:ELF_T_CHDR (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/libelf/ |
D | gelf_fsize.c | 71 [ELF_T_CHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Chdr)), \
|
D | elf_getdata.c | 109 [ELF_T_CHDR] = __alignof__ (ElfW2(Bits,Chdr)), \ 350 scn->rawdata.d.d_type = ELF_T_CHDR; in __libelf_set_rawdata_wrlock()
|
D | gelf_xlate.c | 203 [ELF_T_CHDR] = ElfW2(Bits, cvt_chdr)
|
D | libelf.h | 95 ELF_T_CHDR, /* Compressed, Elf32_Chdr, Elf64_Chdr, ... */ enumerator
|
D | elf_compress.c | 454 __libelf_reset_rawdata (scn, out_buf, new_size, 1, ELF_T_CHDR); in elf_compress()
|
D | ChangeLog | 65 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.
|