Home
last modified time | relevance | path

Searched refs:elf_section_type (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/binutils/gas/config/
HDobj-elf.c677 elf_section_type (sec) = type; in obj_elf_change_section()
699 && (unsigned) type != elf_section_type (old_sec)) in obj_elf_change_section()
1983 elf_section_type (s) = SHT_GROUP; in elf_frob_file()
HDtc-ia64.c11846 if (elf_section_type (now_seg) == SHT_IA_64_UNWIND in ia64_elf_section_change_hook()
HDtc-arm.c17129 if (elf_section_type (now_seg) == SHT_ARM_EXIDX in arm_elf_change_section()
/NextBSD/contrib/binutils/bfd/
HDelf.c804 elf_section_type (newsect) = hdr->sh_type; in _bfd_elf_make_section_from_shdr()
2569 elf_section_type (sec) = ssect->type; in _bfd_elf_new_section_hook()
4409 elf_section_type (m->sections[i]) = SHT_NOTE; in assign_file_positions_for_load_sections()
4439 elf_section_type (m->sections[i]) = SHT_NOBITS; in assign_file_positions_for_load_sections()
4445 while (elf_section_type (m->sections[i]) == SHT_NOBITS) in assign_file_positions_for_load_sections()
6073 if (elf_section_type (osec) == SHT_NULL in _bfd_elf_init_private_section_data()
6075 elf_section_type (osec) = elf_section_type (isec); in _bfd_elf_init_private_section_data()
6169 if (elf_section_type (isec) == SHT_GROUP in _bfd_elf_copy_private_header_data()
9002 if (elf_section_type (sec1) != elf_section_type (sec2)) in bfd_elf_match_symbols_in_sections()
9223 return elf_section_type (asec) == elf_section_type (bsec); in _bfd_elf_match_sections_by_type()
HDelf-bfd.h1235 #define elf_section_type(sec) (elf_section_data(sec)->this_hdr.sh_type) macro
HDChangeLog325 (_bfd_elf_init_private_section_data): Only change elf_section_type
HDelf32-ppc.c4073 elf_section_type (htab->plt->output_section) = SHT_PROGBITS; in ppc_elf_tls_setup()
HDelf32-arm.c3679 if (elf_section_type (sec) != SHT_PROGBITS in bfd_elf32_arm_vfp11_erratum_scan()
HDChangeLog-02031750 (elf_section_type). New.
1760 elf_section_type and elf_section_flags.
/NextBSD/contrib/binutils/gas/
HDas.c1051 elf_section_type (s) in create_obj_attrs_section()
HDChangeLog-02031215 elf_section_type and elf_section_flags only when they are
1227 elf_section_type and elf_section_flags.
/NextBSD/contrib/binutils/binutils/
HDobjcopy.c2215 && elf_section_type (osection) != SHT_NOTE in setup_section()
2217 || elf_section_type (isection) != SHT_NOTE) in setup_section()
2219 elf_section_type (osection) = SHT_NOBITS; in setup_section()
/NextBSD/contrib/binutils/ld/emultempl/
HDelf32.em1456 unsigned int sh_type = iself ? elf_section_type (s) : SHT_NULL;