Home
last modified time | relevance | path

Searched refs:__libelf_data_type (Results 1 – 5 of 5) sorted by relevance

/dports/devel/elfutils/elfutils-0.179/libelf/
H A Delf_compress_gnu.c200 __libelf_data_type (elf, sh_type, sh_addralign)); in elf_compress_gnu()
H A Delf_getdata.c116 __libelf_data_type (Elf *elf, int sh_type, GElf_Xword align) in __libelf_data_type() function
366 scn->rawdata.d.d_type = __libelf_data_type (elf, type, align); in __libelf_set_rawdata_wrlock()
H A DChangeLog103 (__libelf_data_type): Use shtype_map without version dimension.
195 * libelfP.h (__libelf_data_type): Add align argument.
202 __libelf_data_type.
204 __libelf_data_type.
206 (__libelf_data_type): Take align as extra argument, use it to
209 __libelf_data_type.
466 * elf_data.c (__libelf_data_type): New internal function extracted
477 ELF_E_DECOMPRESS_ERROR. Define __libelf_data_type.
481 (__libelf_data_type): Likewise.
H A DlibelfP.h442 extern Elf_Type __libelf_data_type (Elf *elf, int sh_type, GElf_Xword align)
H A Delf_compress.c526 __libelf_data_type (elf, sh_type, in elf_compress()