Home
last modified time | relevance | path

Searched refs:SHT_GNU_LIBLIST (Results 1 – 8 of 8) sorted by relevance

/external/elfutils/libelf/
Delf_getdata.c41 : (Sh_Type >= SHT_GNU_LIBLIST && Sh_Type <= SHT_HISUNW \
42 ? SHT_NUM + Sh_Type - SHT_GNU_LIBLIST \
98 [TYPEIDX (SHT_GNU_LIBLIST)] = { ELF_T_LIB, sizeof (ElfW2(Bits,Lib)) \
DChangeLog27 * elf_getdata.c: Recognize SHT_GNU_LIBLIST as a known section type.
Delf.h331 #define SHT_GNU_LIBLIST 0x6ffffff7 /* Prelink library list */ macro
/external/elfutils/libebl/
Deblsectiontypename.c81 else if (section == SHT_GNU_LIBLIST)
DChangeLog53 SHT_SUNW_move, SHT_CHECKSUM, and SHT_GNU_LIBLIST.
/external/elfutils/src/
DChangeLog17 * readelf.c: Print SHT_GNU_LIBLIST sections.
Delflint.c2124 && shdr->sh_type != SHT_GNU_LIBLIST in check_sections()
Dreadelf.c2520 if (shdr != NULL && shdr->sh_type == SHT_GNU_LIBLIST) in print_liblist()