Home
last modified time | relevance | path

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

/third_party/elfutils/libelf/
Delf_compress.c459 shdr->sh_addralign = __libelf_type_align (ELFCLASS32, ELF_T_CHDR); in elf_compress()
466 shdr->sh_addralign = __libelf_type_align (ELFCLASS64, ELF_T_CHDR); in elf_compress()
470 __libelf_reset_rawdata (scn, out_buf, new_size, 1, ELF_T_CHDR); in elf_compress()
Delf_getdata.c102 [ELF_T_CHDR] = __alignof__ (ElfW2(Bits,Chdr)), \
268 align = __libelf_type_align (elf->class, ELF_T_CHDR); in __libelf_set_rawdata_wrlock()
365 scn->rawdata.d.d_type = ELF_T_CHDR; in __libelf_set_rawdata_wrlock()
Dgelf_fsize.c71 [ELF_T_CHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Chdr)), \
Dgelf_xlate.c207 [ELF_T_CHDR] = ElfW2(Bits, cvt_chdr)
Dlibelf.h119 ELF_T_CHDR, /* Compressed, Elf32_Chdr, Elf64_Chdr, ... */ enumerator
Delf32_updatenull.c275 ELF_T_CHDR); in __elfw2()
DChangeLog391 alignment of SHF_COMPRESSED data to the alignment of ELF_T_CHDR.
393 to the alignment of ELF_T_CHDR.
719 ELF_T_CHDR for SHF_COMPRESSED sections.
723 * gelf_fsize.c (__libelf_type_sizes): Add ELF_T_CHDR.
725 * gelf_xlate.c (__elf_xfctstom): Add ELF_T_CHDR cvt_chdr.
727 * libelf.h (Elf_Type): Add ELF_T_CHDR.