Home
last modified time | relevance | path

Searched refs:SHT_NOTE (Results 1 – 21 of 21) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dnacl.h202 if (elf_file.section_type(shndx) == elfcpp::SHT_NOTE) in do_recognize_nacl_file()
Dscript-sections.cc462 else if (type == elfcpp::SHT_NOTE) in find_place()
3939 if ((*p)->type() == elfcpp::SHT_NOTE) in create_note_and_tls_segments()
3951 && (*pnext)->type() == elfcpp::SHT_NOTE) in create_note_and_tls_segments()
4038 if ((*p)->type() == elfcpp::SHT_NOTE) in expected_segment_count()
Dlayout.cc1842 case elfcpp::SHT_NOTE: in default_section_order()
2001 if (os->type() == elfcpp::SHT_NOTE) in attach_allocated_section_to_segment()
2996 elfcpp::SHT_NOTE, in create_note()
Dincremental.cc187 || sh_type == elfcpp::SHT_NOTE); in can_incremental_update()
/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h456 #define SHT_NOTE 7 /* Information that marks file */ macro
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-elf.c624 if (ssect->type != SHT_NOTE) in obj_elf_change_section()
642 if (ssect->type == SHT_NOTE in obj_elf_change_section()
834 return SHT_NOTE; in obj_elf_section_type()
/toolchain/binutils/binutils-2.25/bfd/
Delf.c962 if (hdr->sh_type == SHT_NOTE) in _bfd_elf_make_section_from_shdr()
1636 case SHT_NOTE: /* .note section. */ in bfd_section_from_shdr()
2235 { STRING_COMMA_LEN (".note"), -1, SHT_NOTE, 0 },
2761 case SHT_NOTE: in elf_fake_sections()
4704 elf_section_type (m->sections[i]) = SHT_NOTE; in assign_file_positions_for_load_sections()
5648 && elf_section_type (s) == SHT_NOTE \ in rewrite_elf_program_header()
DChangeLog-20112046 has the SHT_NOTE type.
2081 * elflink.c (elf_gc_sweep): Don't check SHT_NOTE sections here.
2082 (bfd_elf_gc_sections): Also check SHT_NOTE sections.
Delf32-spu.c5300 hdr->sh_type = SHT_NOTE; in spu_elf_fake_sections()
Delflink.c11312 if (elf_section_data (o->output_section)->this_hdr.sh_type == SHT_NOTE) in bfd_elf_final_link()
12221 || (elf_section_data (o)->this_hdr.sh_type == SHT_NOTE in bfd_elf_gc_sections()
DChangeLog-20103523 * elflink.c (elf_gc_sweep): Keep SHT_NOTE section.
DChangeLog-20082869 PT_NOTE sections to SHT_NOTE.
Delf32-ppc.c2497 { STRING_COMMA_LEN (".PPC.EMB.apuinfo"), 0, SHT_NOTE, 0 },
Delf32-xtensa.c10790 { STRING_COMMA_LEN (".xtensa.info"), 0, SHT_NOTE, 0 },
DChangeLog-96972399 * elf.c (elf_fake_sections): Use SHT_NOTE for any section whose
DChangeLog-91931965 SHT_NOTE sections.
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h350 SHT_NOTE = 7,
/toolchain/binutils/binutils-2.25/ld/emultempl/
Delf32.em987 elf_section_type (s) = SHT_NOTE;
1895 && ((iself && sh_type == SHT_NOTE)
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-2007507 SHT_NOBITS when it is SHT_NOTE.
Dobjcopy.c1149 return (elf_section_type (isection) == SHT_NOTE); in is_nondebug_keep_contents_section()
Dreadelf.c3609 case SHT_NOTE: return "NOTE"; in get_section_type_name()
14760 if (section->sh_type == SHT_NOTE) in process_note_sections()