Home
last modified time | relevance | path

Searched refs:bfd_som_attach_aux_hdr (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dobj-som.c150 if (!bfd_som_attach_aux_hdr (stdoutput, VERSION_AUX_ID, version)) in obj_som_version()
192 if (!bfd_som_attach_aux_hdr (stdoutput, COPYRIGHT_AUX_ID, copyright)) in obj_som_copyright()
/toolchain/binutils/binutils-2.25/bfd/
Dsom.h233 bfd_boolean bfd_som_attach_aux_hdr (bfd *, int, char *);
Dsom.c5577 bfd_som_attach_aux_hdr (bfd *abfd, int type, char *string) in bfd_som_attach_aux_hdr() function
DChangeLog-20101812 (bfd_som_attach_aux_hdr): Likewise. Clear the padding.
DChangeLog-94958637 (bfd_som_attach_aux_hdr): Return a boolean to indicate success
8642 (bfd_som_attach_aux_hdr): Add prototype.
9047 (bfd_som_attach_aux_hdr): Ditto. FIXME void
DChangeLog-9193200 (bfd_som_attach_aux_hdr): Likewise.
224 (bfd_som_attach_aux_hdr): New function.
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-92956891 to handle an error from bfd_som_attach_aux_hdr.