Home
last modified time | relevance | path

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

/third_party/elfutils/libebl/
Deblsectiontypename.c94 case SHT_GNU_LIBLIST: in ebl_section_type_name()
DChangeLog1326 SHT_SUNW_move, SHT_CHECKSUM, and SHT_GNU_LIBLIST.
/third_party/elfutils/libelf/
Delf_getdata.c71 [TYPEIDX (SHT_GNU_LIBLIST)] = ELF_T_LIB,
Delf.h452 #define SHT_GNU_LIBLIST 0x6ffffff7 /* Prelink library list */ macro
DChangeLog1979 * elf_getdata.c: Recognize SHT_GNU_LIBLIST as a known section type.
/third_party/elfio/elfio/
Delfio_dump.hpp390 { SHT_GNU_LIBLIST, "GNU_LIBLIST" },
Delf_types.hpp513 constexpr Elf_Word SHT_GNU_LIBLIST = 0x6ffffff7; variable
/third_party/musl/porting/linux/user/include/
Delf.h393 #define SHT_GNU_LIBLIST 0x6ffffff7 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h392 #define SHT_GNU_LIBLIST 0x6ffffff7 macro
/third_party/musl/include/
Delf.h397 #define SHT_GNU_LIBLIST 0x6ffffff7 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h392 #define SHT_GNU_LIBLIST 0x6ffffff7 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h392 #define SHT_GNU_LIBLIST 0x6ffffff7 macro
/third_party/elfutils/src/
Delflint.c3919 && shdr->sh_type != SHT_GNU_LIBLIST in check_sections()
DChangeLog5267 * readelf.c: Print SHT_GNU_LIBLIST sections.
Dreadelf.c3602 if (shdr != NULL && shdr->sh_type == SHT_GNU_LIBLIST) in print_liblist()