Home
last modified time | relevance | path

Searched refs:SHT_NULL (Results 1 – 19 of 19) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dobj-elf.c599 if (type == SHT_NULL) in obj_elf_change_section()
710 if (type == SHT_NULL) in obj_elf_change_section()
733 if (type != SHT_NULL in obj_elf_change_section()
966 type = SHT_NULL; in obj_elf_section()
Dtc-rx.c462 type = SHT_NULL; in parse_rx_section()
/toolchain/binutils/binutils-2.25/gold/
Dbinary.cc202 this->write_section_header<size, big_endian>("", &shstrtab, elfcpp::SHT_NULL, in sized_convert()
Dobject.cc1380 std::vector<unsigned int> reloc_type(shnum, elfcpp::SHT_NULL); in do_layout()
1784 Deferred_layout(i, name, pshdr, 0, elfcpp::SHT_NULL)); in do_layout()
Doutput.cc278 oshdr.put_sh_type(elfcpp::SHT_NULL); in do_sized_write()
Dlayout.cc668 case elfcpp::SHT_NULL: in include_section()
/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h449 #define SHT_NULL 0 /* Section header table entry unused */ macro
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h343 SHT_NULL = 0,
/toolchain/binutils/binutils-2.25/bfd/
Delf.c1629 case SHT_NULL: in bfd_section_from_shdr()
2737 if (this_hdr->sh_type == SHT_NULL) in elf_fake_sections()
6558 if (elf_section_type (osec) == SHT_NULL in _bfd_elf_init_private_section_data()
Delf32-tic6x.c2232 case SHT_NULL: in elf32_tic6x_link_omit_section_dynsym()
Delf32-bfin.c3372 case SHT_NULL: in _bfinfdpic_link_omit_section_dynsym()
Delf32-frv.c4143 case SHT_NULL: in _frvfdpic_link_omit_section_dynsym()
Delf32-sh.c2590 case SHT_NULL: in sh_elf_omit_section_dynsym()
DChangeLog-2006420 section ELF type instead of check if it is SHT_NULL. Copy
DChangeLog-20072049 if it is SHT_NULL.
Delflink.c770 case SHT_NULL: in _bfd_elf_link_omit_section_dynsym()
DChangeLog-02031736 type to SHT_NULL.
1738 if it is SHT_NULL. Don't abort on processor specific section
/toolchain/binutils/binutils-2.25/ld/emultempl/
Delf32.em1789 unsigned int sh_type = iself ? elf_section_type (s) : SHT_NULL;
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c3602 case SHT_NULL: return "NULL"; in get_section_type_name()