Lines Matching defs:bfd

119 typedef struct bfd bfd;  typedef
288 #define bfd_get_section_name(bfd, ptr) ((void) bfd, (ptr)->name) argument
289 #define bfd_get_section_vma(bfd, ptr) ((void) bfd, (ptr)->vma) argument
290 #define bfd_get_section_lma(bfd, ptr) ((void) bfd, (ptr)->lma) argument
291 #define bfd_get_section_alignment(bfd, ptr) ((void) bfd, \ argument
293 #define bfd_section_name(bfd, ptr) ((ptr)->name) argument
294 #define bfd_section_size(bfd, ptr) ((ptr)->size) argument
296 #define bfd_section_vma(bfd, ptr) ((ptr)->vma) argument
297 #define bfd_section_lma(bfd, ptr) ((ptr)->lma) argument
298 #define bfd_section_alignment(bfd, ptr) ((ptr)->alignment_power) argument
299 #define bfd_get_section_flags(bfd, ptr) ((void) bfd, (ptr)->flags) argument
300 #define bfd_get_section_userdata(bfd, ptr) ((void) bfd, (ptr)->userdata) argument
304 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma… argument
305 #define bfd_set_section_alignment(bfd, ptr, val) (((ptr)->alignment_power = (val)),TRUE) argument
306 #define bfd_set_section_userdata(bfd, ptr, val) (((ptr)->userdata = (val)),TRUE) argument
308 #define bfd_get_section_limit(bfd, sec) \ argument
5831 struct bfd struct
5840 const struct bfd_target *xvec; argument
5845 const struct bfd_iovec *iovec; argument
5849 struct bfd *lru_prev, *lru_next; argument
5862 bfd_format format; argument
5865 enum bfd_direction direction; argument
5871 appear in the object_flags field of the bfd_target structure, where argument
5965 thin archive rather than the offset of the bfd in its actual argument
5970 struct bfd_hash_table section_htab; argument
5973 struct bfd_section *sections; argument
5976 struct bfd_section *section_last; argument
5983 bfd_vma start_address; argument
5990 struct bfd_symbol **outsymbols; argument
5996 const struct bfd_arch_info *arch_info; argument
6000 struct bfd *my_archive; /* The containing archive BFD. */ argument
6001 struct bfd *archive_next; /* The next BFD in the archive. */ argument
6002 struct bfd *archive_head; /* The first BFD in the archive. */ argument
6003 struct bfd *nested_archives; /* List of nested archive in a flattened argument
6007 struct bfd *link_next; argument
6011 int archive_pass;
6015 {
6054 tdata;
6057 void *usrdata;
6062 void *memory;
6066 unsigned int cacheable : 1;
6071 unsigned int target_defaulted : 1;
6074 unsigned int opened_once : 1;
6098 typedef enum bfd_error argument
6321 #define BFD_SEND(bfd, message, arglist) \ argument
6326 #define BFD_SEND(bfd, message, arglist) \ argument
6331 #define BFD_SEND_FMT(bfd, message, arglist) \ argument
6336 #define BFD_SEND_FMT(bfd, message, arglist) \ argument