| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | section.c | 1159 bfd_make_section (bfd *abfd, const char *name) in bfd_make_section() function
|
| H A D | tekhex.c | 389 section = bfd_make_section (abfd, n); in first_phase()
|
| H A D | aoutx.h | 430 if (obj_textsec (abfd) == NULL && bfd_make_section (abfd, ".text") == NULL) in NAME() 432 if (obj_datasec (abfd) == NULL && bfd_make_section (abfd, ".data") == NULL) in NAME() 434 if (obj_bsssec (abfd) == NULL && bfd_make_section (abfd, ".bss") == NULL) in NAME()
|
| H A D | ChangeLog-2006 | 516 bfd_make_section with bfd_make_section_with_flags. 1807 * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 1808 instead of bfd_make_section*.
|
| H A D | bfd-in2.h | 1697 asection *bfd_make_section (bfd *, const char *name);
|
| H A D | ieee.c | 1081 section = bfd_make_section (abfd, tmp); in get_section_entry()
|
| H A D | ChangeLog-9193 | 1368 * ecoff.c (ecoff_mkobject): Check bfd_make_section return value. 4080 (bfd_make_section): Cope with new builtin section. 4613 * (make_bfd_asection): Call bfd_make_section to do the dirty 6088 bfd_make_section(). (elf_object_p): Select endianess properly. 6652 * section.c (bfd_make_section): Return NULL on attempt to create 7715 (bfd_make_section): took out initialization of obsolete members.
|
| H A D | elf.c | 2620 newsect = bfd_make_section (abfd, name); in _bfd_elf_make_section_from_phdr() 2653 newsect = bfd_make_section (abfd, name); in _bfd_elf_make_section_from_phdr()
|
| H A D | ChangeLog-0203 | 2319 bfd_make_section for existing sections. 2332 * section.c (bfd_make_section): Return NULL for existing section. 7824 bfd_make_section.
|
| H A D | ChangeLog-9495 | 1600 bfd_make_section_anyway, not bfd_make_section or 7293 (bfd_section_from_phdr): Check return value of bfd_make_section. 7300 bfd_make_section.
|
| H A D | ChangeLog-9697 | 3457 by hand, rather than by calling bfd_make_section.
|
| H A D | ChangeLog-0001 | 391 (bfd_make_section): Likewise. Return NULL for attempts to make
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | resres.c | 131 sec = bfd_make_section (abfd, ".data"); in write_res_file()
|
| H A D | rescoff.c | 458 sec = bfd_make_section (abfd, ".rsrc"); in write_coff_file()
|
| H A D | windmc.c | 701 mc_bfd.sec = bfd_make_section (mc_bfd.abfd, ".data"); in windmc_write_bin()
|
| H A D | ieee.c | 4679 s = bfd_make_section (abfd, ".debug"); in write_ieee_debugging_info()
|
| H A D | ChangeLog-9197 | 5054 * copy.c (setup_sections): Fix due to change in bfd_make_section
|
| /freebsd-12.1/contrib/binutils/ld/emultempl/ |
| H A D | ppc64elf.em | 97 sect = bfd_make_section (stub_file->the_bfd, ".note.GNU-stack");
|
| /freebsd-12.1/gnu/usr.bin/binutils/libbfd/ |
| H A D | bfd.h | 1703 asection *bfd_make_section (bfd *, const char *name);
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | ChangeLog-2006 | 565 * ldlang.c (init_os): Add flags. Replace bfd_make_section with
|
| H A D | ChangeLog-9197 | 7491 where bfd_make_section now returns NULL for a duplicate
|
| /freebsd-12.1/contrib/binutils/bfd/po/ |
| H A D | bfd.pot | 3075 msgid "bfd_make_section (%s) failed"
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-arm.c | 19757 sec = bfd_make_section (stdoutput, ".arm.atpcs"); in md_begin()
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | ChangeLog-9295 | 9365 (obj_elf_version): Use subseg_new, not bfd_make_section. Don't
|