Searched refs:ELF_T_CHDR (Results 1 – 7 of 7) sorted by relevance
/third_party/elfutils/libelf/ |
D | elf_compress.c | 459 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()
|
D | elf_getdata.c | 102 [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()
|
D | gelf_fsize.c | 71 [ELF_T_CHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Chdr)), \
|
D | gelf_xlate.c | 207 [ELF_T_CHDR] = ElfW2(Bits, cvt_chdr)
|
D | libelf.h | 119 ELF_T_CHDR, /* Compressed, Elf32_Chdr, Elf64_Chdr, ... */ enumerator
|
D | elf32_updatenull.c | 275 ELF_T_CHDR); in __elfw2()
|
D | ChangeLog | 391 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.
|