/toolchain/binutils/binutils-2.25/include/elf/ |
D | internal.h | 296 && (sec_hdr)->sh_type == SHT_NOBITS \ 322 && ((sec_hdr)->sh_type == SHT_NOBITS \ 344 || (((sec_hdr)->sh_type == SHT_NOBITS \
|
D | common.h | 457 #define SHT_NOBITS 8 /* Section occupies no space in file */ macro
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-nios2.h | 89 { ".sbss", SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_NIOS2_GPREL }, \
|
D | tc-microblaze.h | 86 { ".sbss", SHT_NOBITS, SHF_ALLOC + SHF_WRITE }, \
|
D | obj-elf.c | 693 | (((attr & SHF_ALLOC) && type != SHT_NOBITS) ? SEC_LOAD : 0) in obj_elf_change_section() 716 if (type == SHT_NOBITS) in obj_elf_change_section() 832 return SHT_NOBITS; in obj_elf_section_type()
|
D | tc-microblaze.c | 298 obj_elf_change_section (".bss", SHT_NOBITS, SHF_ALLOC+SHF_WRITE, 0, 0, 0, 0); in microblaze_s_bss() 302 obj_elf_change_section (".sbss", SHT_NOBITS, SHF_ALLOC+SHF_WRITE, 0, 0, 0, 0); in microblaze_s_bss()
|
/toolchain/binutils/binutils-2.25/gold/ |
D | copy-relocs.cc | 151 elfcpp::SHT_NOBITS, in make_copy_reloc()
|
D | script-sections.cc | 224 if ((type & elfcpp::SHT_NOBITS) != 0) in attributes_compatible() 466 if (type == elfcpp::SHT_NOBITS) in find_place() 471 else if (type == elfcpp::SHT_NOBITS) in find_place() 1691 || output_section->type() != elfcpp::SHT_NOBITS) in set_section_addresses() 2929 || this->os_->type() != elfcpp::SHT_NOBITS) in set_section_addresses() 3651 bool nobits1 = os1->type() == elfcpp::SHT_NOBITS; in operator ()() 3652 bool nobits2 = os2->type() == elfcpp::SHT_NOBITS; in operator ()() 3718 return (os->type() == elfcpp::SHT_NOBITS in is_bss_section()
|
D | common.cc | 292 os = layout->add_output_section_data(name, elfcpp::SHT_NOBITS, flags, in do_allocate_commons_list()
|
D | mapfile.cc | 366 || sh_type == elfcpp::SHT_NOBITS in print_discarded_sections()
|
D | layout.cc | 1108 if (sh_type != elfcpp::SHT_NOBITS) in init_fixed_output_section() 1769 if ((type == elfcpp::SHT_PROGBITS || type == elfcpp::SHT_NOBITS) in make_output_section() 1823 case elfcpp::SHT_NOBITS: in default_section_order() 1956 if ((os->type() == elfcpp::SHT_NOBITS) in attach_allocated_section_to_segment() 3823 if ((*p)->type() != elfcpp::SHT_NOBITS) in set_relocatable_section_offsets()
|
D | output.cc | 4160 if ((*p)->output_section()->type() != elfcpp::SHT_NOBITS) in has_any_data_sections() 4307 && (*p)->is_section_type(elfcpp::SHT_NOBITS)) in set_section_addresses() 4581 || !(*p)->is_section_type(elfcpp::SHT_NOBITS)) in set_section_list_addresses() 4640 && (*p)->output_section()->type() == elfcpp::SHT_NOBITS) in set_offset()
|
D | reloc.cc | 743 if (shdr.get_sh_type() == elfcpp::SHT_NOBITS) in write_sections()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf.c | 883 if (hdr->sh_type != SHT_NOBITS) in _bfd_elf_make_section_from_shdr() 890 if (hdr->sh_type != SHT_NOBITS) in _bfd_elf_make_section_from_shdr() 1634 case SHT_NOBITS: /* .bss section. */ in bfd_section_from_shdr() 2163 { STRING_COMMA_LEN (".bss"), -2, SHT_NOBITS, SHF_ALLOC + SHF_WRITE }, 2200 { STRING_COMMA_LEN (".gnu.linkonce.b"), -2, SHT_NOBITS, SHF_ALLOC + SHF_WRITE }, 2269 { STRING_COMMA_LEN (".tbss"), -2, SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_TLS }, 2674 return SHT_NOBITS; in bfd_elf_get_default_section_type() 2739 else if (this_hdr->sh_type == SHT_NOBITS in elf_fake_sections() 2762 case SHT_NOBITS: in elf_fake_sections() 2853 this_hdr->sh_type = SHT_NOBITS; in elf_fake_sections() [all …]
|
D | elf32-m68hc12.c | 631 { STRING_COMMA_LEN (".softregs"), 0, SHT_NOBITS, SHF_ALLOC + SHF_WRITE },
|
D | elf32-xgate.c | 499 { STRING_COMMA_LEN (".softregs"), 0, SHT_NOBITS, SHF_ALLOC + SHF_WRITE },
|
D | elfcode.h | 740 && i_shdrp[shindex].sh_type != SHT_NOBITS in elf_object_p() 1083 if (i_shdr.sh_type == SHT_NOBITS) in elf_checksum_contents()
|
D | elf32-m68hc11.c | 1281 { STRING_COMMA_LEN (".softregs"), 0, SHT_NOBITS, SHF_ALLOC + SHF_WRITE },
|
D | elf32-v850.c | 3752 { STRING_COMMA_LEN (".sbss"), -2, SHT_NOBITS, (SHF_ALLOC + SHF_WRITE 3758 { STRING_COMMA_LEN (".tbss"), -2, SHT_NOBITS, (SHF_ALLOC + SHF_WRITE 3764 { STRING_COMMA_LEN (".zbss"), -2, SHT_NOBITS, (SHF_ALLOC + SHF_WRITE
|
D | elf64-hppa.c | 3985 { STRING_COMMA_LEN (".sbss"), 0, SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_PARISC_SHORT }, 3986 { STRING_COMMA_LEN (".tbss"), 0, SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_HP_TLS },
|
D | ChangeLog-2007 | 1034 SHT_NOBITS if BFD section flags say they have contents. 2046 * elf.c (elf_fake_sections): Adjust test for SHT_NOBITS sections 2052 to SHT_NOBITS earlier. Base actions in rest of function on sh_type 2137 SHT_NOBITS if called for strip/objcopy --only-keep-debug. 2285 here. Set sh_type to SHT_NOBITS if we won't be allocating
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | ChangeLog-2007 | 370 Simplify code setting SHT_NOBITS. 507 SHT_NOBITS when it is SHT_NOTE. 647 SHT_NOBITS.
|
D | readelf.c | 3610 case SHT_NOBITS: return "NOBITS"; in get_section_type_name() 4490 if (sec->sh_type == SHT_NOBITS) in process_program_headers() 9354 != SHT_NOBITS) in process_version_sections() 10203 == SHT_NOBITS); in process_symbol_table() 11306 if (num_bytes == 0 || section->sh_type == SHT_NOBITS) in get_section_contents() 11656 if (section->sh_type == SHT_NOBITS) in display_debug_section()
|
D | ChangeLog-2004 | 741 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | elfcpp.h | 351 SHT_NOBITS = 8,
|