Home | History | Annotate | Download | only in bfd

Lines Matching refs:binary

1 /* BFD back-end for binary objects.
5 This file is part of BFD, the Binary File Descriptor library.
22 /* This is a BFD backend which may be used to write binary objects.
25 generate raw binary data.
40 /* Any bfd we create by reading a binary file has three symbols:
44 /* Create a binary object. Invoked via bfd_set_format. */
52 /* Any file may be considered to be a binary file, provided the target
54 being binary. */
216 /* Set the architecture of a binary file. */
219 /* Write section contents of a binary file. */
265 /* If attempting to generate a binary file from a bfd with
266 LMA's all over the place, huge (sparse?) binary files may
283 meaningful in the binary format. */
321 "binary", /* name */
357 BFD_JUMP_TABLE_GENERIC (binary),
361 BFD_JUMP_TABLE_SYMBOLS (binary),
363 BFD_JUMP_TABLE_WRITE (binary),
364 BFD_JUMP_TABLE_LINK (binary),