Searched refs:bfd_make_section_anyway (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/gdb/gdb/
H A Dgcore.c85 note_sec = bfd_make_section_anyway (obfd, "note0");
371 osec = bfd_make_section_anyway (obfd, "load");
/freebsd-11.0-release/contrib/binutils/gas/
H A Dsubsegs.c167 secptr = bfd_make_section_anyway (stdoutput, segname);
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dsection.c1072 bfd_make_section_anyway
1075 asection *bfd_make_section_anyway (bfd *abfd, const char *name);
1088 bfd_make_section_anyway (bfd *abfd, const char *name) function
1102 Like <<bfd_make_section_anyway>>, but return <<NULL>> (without calling
1152 Like <<bfd_make_section_anyway>>, but return <<NULL>> (without calling
H A Dcoff64-rs6000.c2119 return_value = bfd_make_section_anyway
H A Dcoffgen.c99 return_section = bfd_make_section_anyway (abfd, name);
H A Dbfd-in2.h1699 asection *bfd_make_section_anyway (bfd *abfd, const char *name);
H A Dcoff-rs6000.c3623 return_value = bfd_make_section_anyway
H A Delf.c795 newsect = bfd_make_section_anyway (abfd, name);
/freebsd-11.0-release/contrib/binutils/ld/
H A Dldwrite.c352 || (n = bfd_make_section_anyway (abfd, sname)) == NULL
/freebsd-11.0-release/contrib/gdb/gdb/cli/
H A Dcli-dump.c216 osection = bfd_make_section_anyway (obfd, ".newsec");
/freebsd-11.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1705 asection *bfd_make_section_anyway (bfd *abfd, const char *name);

Completed in 132 milliseconds