Home
last modified time | relevance | path

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

12

/toolchain/binutils/binutils-2.25/ld/emultempl/
Dcr16elf.em75 relsec = bfd_make_section (abfd, ".emreloc");
/toolchain/binutils/binutils-2.25/bfd/
Dsection.c1262 bfd_make_section (bfd *abfd, const char *name) in bfd_make_section() function
Dtekhex.c395 section = bfd_make_section (abfd, n); in first_phase()
Doasys.c597 s = bfd_make_section (abfd, buffer); in oasys_object_p()
Dpdp11.c446 if (obj_textsec (abfd) == NULL && bfd_make_section (abfd, ".text") == NULL) in NAME()
448 if (obj_datasec (abfd) == NULL && bfd_make_section (abfd, ".data") == NULL) in NAME()
450 if (obj_bsssec (abfd) == NULL && bfd_make_section (abfd, ".bss") == NULL) in NAME()
Dvms-alpha.c600 section = bfd_make_section (abfd, name); in _bfd_vms_slurp_eisd()
641 section = bfd_make_section (abfd, "$DST$"); in _bfd_vms_slurp_eihs()
659 section = bfd_make_section (abfd, "$DMT$"); in _bfd_vms_slurp_eihs()
1146 section = bfd_make_section (abfd, name); in _bfd_vms_slurp_egsd()
2274 section = bfd_make_section (abfd, "$DST$"); in vms_slurp_debug()
Daoutx.h429 if (obj_textsec (abfd) == NULL && bfd_make_section (abfd, ".text") == NULL) in NAME()
431 if (obj_datasec (abfd) == NULL && bfd_make_section (abfd, ".data") == NULL) in NAME()
433 if (obj_bsssec (abfd) == NULL && bfd_make_section (abfd, ".bss") == NULL) in NAME()
Delf32-nds32.c3446 s = bfd_make_section (abfd, ".plt"); in nds32_elf_create_dynamic_sections()
3474 s = bfd_make_section (abfd, in nds32_elf_create_dynamic_sections()
3503 s = bfd_make_section (abfd, relname); in nds32_elf_create_dynamic_sections()
3519 s = bfd_make_section (abfd, ".dynbss"); in nds32_elf_create_dynamic_sections()
3537 s = bfd_make_section (abfd, (bed->default_use_rela_p in nds32_elf_create_dynamic_sections()
6591 sreloc = bfd_make_section (dynobj, name); in nds32_elf_check_relocs()
Dmmo.c464 sec = bfd_make_section (abfd, newsecname); in mmo_make_section()
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*.
Dieee.c1087 section = bfd_make_section (abfd, tmp); in get_section_entry()
DChangeLog-20121388 * elf32-m32c.c (m32c_elf_check_relocs): Use bfd_make_section
1425 bfd_make_section_anyway rather than bfd_make_section when creating
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.
Dbfd-in2.h1813 asection *bfd_make_section (bfd *, const char *name);
DChangeLog-20052910 (bfd_make_section): Call bfd_make_section_with_flags.
2914 instead of bfd_make_section/bfd_make_section and don't call
Delf.c2491 newsect = bfd_make_section (abfd, name); in _bfd_elf_make_section_from_phdr()
2527 newsect = bfd_make_section (abfd, name); in _bfd_elf_make_section_from_phdr()
Delf64-ia64-vms.c4804 s = bfd_make_section (abfd, ".dynamic"); in elf64_vms_link_add_object_symbols()
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-2011666 use newer bfd_make_section variant. Make COMMON section too.
919 .text section, use newer bfd_make_section variant. Error handling.
DChangeLog-2006565 * ldlang.c (init_os): Add flags. Replace bfd_make_section with
/toolchain/binutils/binutils-2.25/binutils/
Dnlmconv.c1176 outsec = bfd_make_section (outbfd, outname); in setup_sections()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mmix.c2126 sec = bfd_make_section (stdoutput, newsecname); in s_bspec()
/toolchain/binutils/binutils-2.25/bfd/po/
Dsv.po2354 msgid "bfd_make_section (%s) failed"
2355 msgstr "bfd_make_section (%s) misslyckades"
Dtr.po2395 msgid "bfd_make_section (%s) failed"
2396 msgstr "bfd_make_section (%s) başarısız"
Dzh_CN.po2107 msgid "bfd_make_section (%s) failed"
Did.po3383 msgid "bfd_make_section (%s) failed"
3384 msgstr "bfd_make_section (%s) gagal"

12