Searched refs:SHT_NOTE (Results 1 – 21 of 21) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | nacl.h | 202 if (elf_file.section_type(shndx) == elfcpp::SHT_NOTE) in do_recognize_nacl_file()
|
D | script-sections.cc | 462 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()
|
D | layout.cc | 1842 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()
|
D | incremental.cc | 187 || sh_type == elfcpp::SHT_NOTE); in can_incremental_update()
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | common.h | 456 #define SHT_NOTE 7 /* Information that marks file */ macro
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-elf.c | 624 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/ |
D | elf.c | 962 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()
|
D | ChangeLog-2011 | 2046 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.
|
D | elf32-spu.c | 5300 hdr->sh_type = SHT_NOTE; in spu_elf_fake_sections()
|
D | elflink.c | 11312 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()
|
D | ChangeLog-2010 | 3523 * elflink.c (elf_gc_sweep): Keep SHT_NOTE section.
|
D | ChangeLog-2008 | 2869 PT_NOTE sections to SHT_NOTE.
|
D | elf32-ppc.c | 2497 { STRING_COMMA_LEN (".PPC.EMB.apuinfo"), 0, SHT_NOTE, 0 },
|
D | elf32-xtensa.c | 10790 { STRING_COMMA_LEN (".xtensa.info"), 0, SHT_NOTE, 0 },
|
D | ChangeLog-9697 | 2399 * elf.c (elf_fake_sections): Use SHT_NOTE for any section whose
|
D | ChangeLog-9193 | 1965 SHT_NOTE sections.
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | elfcpp.h | 350 SHT_NOTE = 7,
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | elf32.em | 987 elf_section_type (s) = SHT_NOTE; 1895 && ((iself && sh_type == SHT_NOTE)
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | ChangeLog-2007 | 507 SHT_NOBITS when it is SHT_NOTE.
|
D | objcopy.c | 1149 return (elf_section_type (isection) == SHT_NOTE); in is_nondebug_keep_contents_section()
|
D | readelf.c | 3609 case SHT_NOTE: return "NOTE"; in get_section_type_name() 14760 if (section->sh_type == SHT_NOTE) in process_note_sections()
|