Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Deblsectiontypename.c94 case SHT_GNU_LIBLIST: in ebl_section_type_name()
DChangeLog1185 SHT_SUNW_move, SHT_CHECKSUM, and SHT_GNU_LIBLIST.
/external/elfutils/libelf/
Delf_getdata.c72 [TYPEIDX (SHT_GNU_LIBLIST)] = ELF_T_LIB,
Delf.h452 #define SHT_GNU_LIBLIST 0x6ffffff7 /* Prelink library list */ macro
DChangeLog1684 * elf_getdata.c: Recognize SHT_GNU_LIBLIST as a known section type.
/external/kmod/port-gnu/
Delf.h340 #define SHT_GNU_LIBLIST 0x6ffffff7 /* Prelink library list */ macro
/external/elfutils/src/
Delflint.c3901 && shdr->sh_type != SHT_GNU_LIBLIST in check_sections()
DChangeLog4579 * readelf.c: Print SHT_GNU_LIBLIST sections.
Dreadelf.c3490 if (shdr != NULL && shdr->sh_type == SHT_GNU_LIBLIST) in print_liblist()