Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h474 #define SHT_GNU_LIBLIST 0x6ffffff7 /* List of prelink dependencies */ macro
DChangeLog-910323 * common.h (SHT_GNU_LIBLIST, DT_GNU_PRELINKED,
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h377 SHT_GNU_LIBLIST = 0x6ffffff7,
/toolchain/binutils/binutils-2.25/bfd/
Delf.c1640 case SHT_GNU_LIBLIST: /* .gnu.liblist section. */ in bfd_section_from_shdr()
2206 { STRING_COMMA_LEN (".gnu.liblist"), 0, SHT_GNU_LIBLIST, SHF_ALLOC },
3320 case SHT_GNU_LIBLIST: in assign_section_numbers()
DChangeLog-2004735 * elf.c (bfd_section_from_shdr): Handle SHT_GNU_LIBLIST.
737 (assign_section_numbers): Handle SHT_GNU_LIBLIST.
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-02031438 (get_section_type_name): Handle SHT_GNU_LIBLIST.
Dreadelf.c3627 case SHT_GNU_LIBLIST: return "GNU_LIBLIST"; in get_section_type_name()
13975 case SHT_GNU_LIBLIST: in process_gnu_liblist()