Searched refs:bfd_make_section (Results 1 – 25 of 41) sorted by relevance
12
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | cr16elf.em | 75 relsec = bfd_make_section (abfd, ".emreloc");
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | section.c | 1262 bfd_make_section (bfd *abfd, const char *name) in bfd_make_section() function
|
D | tekhex.c | 395 section = bfd_make_section (abfd, n); in first_phase()
|
D | oasys.c | 597 s = bfd_make_section (abfd, buffer); in oasys_object_p()
|
D | pdp11.c | 446 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()
|
D | vms-alpha.c | 600 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()
|
D | aoutx.h | 429 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()
|
D | elf32-nds32.c | 3446 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()
|
D | mmo.c | 464 sec = bfd_make_section (abfd, newsecname); in mmo_make_section()
|
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*.
|
D | ieee.c | 1087 section = bfd_make_section (abfd, tmp); in get_section_entry()
|
D | ChangeLog-2012 | 1388 * elf32-m32c.c (m32c_elf_check_relocs): Use bfd_make_section 1425 bfd_make_section_anyway rather than bfd_make_section when creating
|
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.
|
D | bfd-in2.h | 1813 asection *bfd_make_section (bfd *, const char *name);
|
D | ChangeLog-2005 | 2910 (bfd_make_section): Call bfd_make_section_with_flags. 2914 instead of bfd_make_section/bfd_make_section and don't call
|
D | elf.c | 2491 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()
|
D | elf64-ia64-vms.c | 4804 s = bfd_make_section (abfd, ".dynamic"); in elf64_vms_link_add_object_symbols()
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-2011 | 666 use newer bfd_make_section variant. Make COMMON section too. 919 .text section, use newer bfd_make_section variant. Error handling.
|
D | ChangeLog-2006 | 565 * ldlang.c (init_os): Add flags. Replace bfd_make_section with
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | nlmconv.c | 1176 outsec = bfd_make_section (outbfd, outname); in setup_sections()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mmix.c | 2126 sec = bfd_make_section (stdoutput, newsecname); in s_bspec()
|
/toolchain/binutils/binutils-2.25/bfd/po/ |
D | sv.po | 2354 msgid "bfd_make_section (%s) failed" 2355 msgstr "bfd_make_section (%s) misslyckades"
|
D | tr.po | 2395 msgid "bfd_make_section (%s) failed" 2396 msgstr "bfd_make_section (%s) başarısız"
|
D | zh_CN.po | 2107 msgid "bfd_make_section (%s) failed"
|
D | id.po | 3383 msgid "bfd_make_section (%s) failed" 3384 msgstr "bfd_make_section (%s) gagal"
|
12