Lines Matching defs:bfd
117 typedef struct bfd bfd; typedef
286 #define bfd_get_section_name(bfd, ptr) ((void) bfd, (ptr)->name) argument
287 #define bfd_get_section_vma(bfd, ptr) ((void) bfd, (ptr)->vma) argument
288 #define bfd_get_section_lma(bfd, ptr) ((void) bfd, (ptr)->lma) argument
289 #define bfd_get_section_alignment(bfd, ptr) ((void) bfd, \ argument
291 #define bfd_section_name(bfd, ptr) ((ptr)->name) argument
292 #define bfd_section_size(bfd, ptr) ((ptr)->size) argument
294 #define bfd_section_vma(bfd, ptr) ((ptr)->vma) argument
295 #define bfd_section_lma(bfd, ptr) ((ptr)->lma) argument
296 #define bfd_section_alignment(bfd, ptr) ((ptr)->alignment_power) argument
297 #define bfd_get_section_flags(bfd, ptr) ((void) bfd, (ptr)->flags) argument
298 #define bfd_get_section_userdata(bfd, ptr) ((void) bfd, (ptr)->userdata) argument
303 #define bfd_get_section_limit(bfd, sec) \ argument
6278 struct bfd struct
6284 const struct bfd_target *xvec; argument
6289 const struct bfd_iovec *iovec; argument
6293 struct bfd *lru_prev, *lru_next; argument
6306 ENUM_BITFIELD (bfd_format) format : 3; argument
6315 appear in the object_flags field of the bfd_target structure, where argument
6400 unsigned int cacheable : 1;
6405 unsigned int target_defaulted : 1;
6408 unsigned int opened_once : 1;
6412 unsigned int mtime_set : 1;
6415 unsigned int no_export : 1;
6442 thin archive rather than the offset of the bfd in its actual argument
6447 struct bfd_hash_table section_htab; argument
6450 struct bfd_section *sections; argument
6453 struct bfd_section *section_last; argument
6458 /* A field used by _bfd_generic_link_add_archive_symbols. This will argument
6464 bfd_vma start_address; argument
6468 struct bfd_symbol **outsymbols; argument
6477 const struct bfd_arch_info *arch_info; argument
6481 struct bfd *my_archive; /* The containing archive BFD. */ argument
6482 struct bfd *archive_next; /* The next BFD in the archive. */ argument
6483 struct bfd *archive_head; /* The first BFD in the archive. */ argument
6484 struct bfd *nested_archives; /* List of nested archive in a flattened argument
6489 struct bfd *next; argument
6492 } link;
6496 {
6548 bfd_set_cacheable (bfd * abfd, bfd_boolean val) in bfd_set_cacheable() argument
6778 #define BFD_SEND(bfd, message, arglist) \ argument
6783 #define BFD_SEND(bfd, message, arglist) \ argument
6788 #define BFD_SEND_FMT(bfd, message, arglist) \ argument
6793 #define BFD_SEND_FMT(bfd, message, arglist) \ argument