Searched refs:elf_section_type (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-elf.c677 elf_section_type (sec) = type;
699 && (unsigned) type != elf_section_type (old_sec))
1983 elf_section_type (s) = SHT_GROUP;
H A Dtc-ia64.c11846 if (elf_section_type (now_seg) == SHT_IA_64_UNWIND
H A Dtc-arm.c17174 if (elf_section_type (now_seg) == SHT_ARM_EXIDX
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c804 elf_section_type (newsect) = hdr->sh_type;
2574 elf_section_type (sec) = ssect->type;
4414 elf_section_type (m->sections[i]) = SHT_NOTE;
4444 elf_section_type (m->sections[i]) = SHT_NOBITS;
4450 while (elf_section_type (m->sections[i]) == SHT_NOBITS)
6078 if (elf_section_type (osec) == SHT_NULL
6080 elf_section_type (osec) = elf_section_type (isec);
6174 if (elf_section_type (isec) == SHT_GROUP
9013 if (elf_section_type (sec
[all...]
H A Delf-bfd.h1237 #define elf_section_type(sec) (elf_section_data(sec)->this_hdr.sh_type)
1235 #define elf_section_type macro
H A Delf32-ppc.c4083 elf_section_type (htab->plt->output_section) = SHT_PROGBITS;
H A Delf32-arm.c3672 if (elf_section_type (sec) != SHT_PROGBITS
/freebsd-11-stable/contrib/binutils/gas/
H A Das.c1054 elf_section_type (s)
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c2217 && elf_section_type (osection) != SHT_NOTE
2219 || elf_section_type (isection) != SHT_NOTE)
2221 elf_section_type (osection) = SHT_NOBITS;

Completed in 287 milliseconds