Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf_compress.c463 shdr->sh_addralign = __libelf_type_align (ELFCLASS32, ELF_T_CHDR); in elf_compress()
470 shdr->sh_addralign = __libelf_type_align (ELFCLASS64, ELF_T_CHDR); in elf_compress()
474 __libelf_reset_rawdata (scn, out_buf, new_size, 1, ELF_T_CHDR); in elf_compress()
Delf_getdata.c105 [ELF_T_CHDR] = __alignof__ (ElfW2(Bits,Chdr)), \
268 align = __libelf_type_align (elf->class, ELF_T_CHDR); in __libelf_set_rawdata_wrlock()
364 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.c202 [ELF_T_CHDR] = ElfW2(Bits, cvt_chdr)
Dlibelf.h119 ELF_T_CHDR, /* Compressed, Elf32_Chdr, Elf64_Chdr, ... */ enumerator
DChangeLog96 alignment of SHF_COMPRESSED data to the alignment of ELF_T_CHDR.
98 to the alignment of ELF_T_CHDR.
424 ELF_T_CHDR for SHF_COMPRESSED sections.
428 * gelf_fsize.c (__libelf_type_sizes): Add ELF_T_CHDR.
430 * gelf_xlate.c (__elf_xfctstom): Add ELF_T_CHDR cvt_chdr.
432 * libelf.h (Elf_Type): Add ELF_T_CHDR.