Searched refs:SHT_GNU_LIBLIST (Results 1 – 8 of 8) sorted by relevance
41 : (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)) \
27 * elf_getdata.c: Recognize SHT_GNU_LIBLIST as a known section type.
331 #define SHT_GNU_LIBLIST 0x6ffffff7 /* Prelink library list */ macro
81 else if (section == SHT_GNU_LIBLIST)
53 SHT_SUNW_move, SHT_CHECKSUM, and SHT_GNU_LIBLIST.
17 * readelf.c: Print SHT_GNU_LIBLIST sections.
2124 && shdr->sh_type != SHT_GNU_LIBLIST in check_sections()
2520 if (shdr != NULL && shdr->sh_type == SHT_GNU_LIBLIST) in print_liblist()