Home
last modified time | relevance | path

Searched refs:bfd_make_section (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A Dsection.c1159 bfd_make_section (bfd *abfd, const char *name) in bfd_make_section() function
H A Dtekhex.c389 section = bfd_make_section (abfd, n); in first_phase()
H A Daoutx.h430 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 DChangeLog-2006516 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 Dbfd-in2.h1697 asection *bfd_make_section (bfd *, const char *name);
H A Dieee.c1081 section = bfd_make_section (abfd, tmp); in get_section_entry()
H A DChangeLog-91931368 * 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 Delf.c2620 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 DChangeLog-02032319 bfd_make_section for existing sections.
2332 * section.c (bfd_make_section): Return NULL for existing section.
7824 bfd_make_section.
H A DChangeLog-94951600 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 DChangeLog-96973457 by hand, rather than by calling bfd_make_section.
H A DChangeLog-0001391 (bfd_make_section): Likewise. Return NULL for attempts to make
/freebsd-12.1/contrib/binutils/binutils/
H A Dresres.c131 sec = bfd_make_section (abfd, ".data"); in write_res_file()
H A Drescoff.c458 sec = bfd_make_section (abfd, ".rsrc"); in write_coff_file()
H A Dwindmc.c701 mc_bfd.sec = bfd_make_section (mc_bfd.abfd, ".data"); in windmc_write_bin()
H A Dieee.c4679 s = bfd_make_section (abfd, ".debug"); in write_ieee_debugging_info()
H A DChangeLog-91975054 * copy.c (setup_sections): Fix due to change in bfd_make_section
/freebsd-12.1/contrib/binutils/ld/emultempl/
H A Dppc64elf.em97 sect = bfd_make_section (stub_file->the_bfd, ".note.GNU-stack");
/freebsd-12.1/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1703 asection *bfd_make_section (bfd *, const char *name);
/freebsd-12.1/contrib/binutils/ld/
H A DChangeLog-2006565 * ldlang.c (init_os): Add flags. Replace bfd_make_section with
H A DChangeLog-91977491 where bfd_make_section now returns NULL for a duplicate
/freebsd-12.1/contrib/binutils/bfd/po/
H A Dbfd.pot3075 msgid "bfd_make_section (%s) failed"
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-arm.c19757 sec = bfd_make_section (stdoutput, ".arm.atpcs"); in md_begin()
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-92959365 (obj_elf_version): Use subseg_new, not bfd_make_section. Don't