Lines Matching defs:bfd

123 typedef struct bfd bfd;  typedef
292 #define bfd_get_section_name(bfd, ptr) ((void) bfd, (ptr)->name) argument
293 #define bfd_get_section_vma(bfd, ptr) ((void) bfd, (ptr)->vma) argument
294 #define bfd_get_section_lma(bfd, ptr) ((void) bfd, (ptr)->lma) argument
295 #define bfd_get_section_alignment(bfd, ptr) ((void) bfd, \ argument
297 #define bfd_section_name(bfd, ptr) ((ptr)->name) argument
298 #define bfd_section_size(bfd, ptr) ((ptr)->size) argument
300 #define bfd_section_vma(bfd, ptr) ((ptr)->vma) argument
301 #define bfd_section_lma(bfd, ptr) ((ptr)->lma) argument
302 #define bfd_section_alignment(bfd, ptr) ((ptr)->alignment_power) argument
303 #define bfd_get_section_flags(bfd, ptr) ((void) bfd, (ptr)->flags) argument
304 #define bfd_get_section_userdata(bfd, ptr) ((void) bfd, (ptr)->userdata) argument
308 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma… argument
309 #define bfd_set_section_alignment(bfd, ptr, val) (((ptr)->alignment_power = (val)),TRUE) argument
310 #define bfd_set_section_userdata(bfd, ptr, val) (((ptr)->userdata = (val)),TRUE) argument
312 #define bfd_get_section_limit(bfd, sec) \ argument
5693 struct bfd struct
5702 const struct bfd_target *xvec; argument
5707 const struct bfd_iovec *iovec; argument
5711 struct bfd *lru_prev, *lru_next; argument
5724 bfd_format format; argument
5727 enum bfd_direction direction; argument
5733 appear in the object_flags field of the bfd_target structure, where argument
5832 thin archive rather than the offset of the bfd in its actual argument
5837 struct bfd_hash_table section_htab; argument
5840 struct bfd_section *sections; argument
5843 struct bfd_section *section_last; argument
5850 bfd_vma start_address; argument
5857 struct bfd_symbol **outsymbols; argument
5863 const struct bfd_arch_info *arch_info; argument
5867 struct bfd *my_archive; /* The containing archive BFD. */ argument
5868 struct bfd *archive_next; /* The next BFD in the archive. */ argument
5869 struct bfd *archive_head; /* The first BFD in the archive. */ argument
5870 struct bfd *nested_archives; /* List of nested archive in a flattened argument
5874 struct bfd *link_next; argument
5878 int archive_pass;
5882 {
5921 tdata;
5924 void *usrdata;
5929 void *memory;
5933 unsigned int cacheable : 1;
5938 unsigned int target_defaulted : 1;
5941 unsigned int opened_once : 1;
5965 typedef enum bfd_error argument
6206 #define BFD_SEND(bfd, message, arglist) \ argument
6211 #define BFD_SEND(bfd, message, arglist) \ argument
6216 #define BFD_SEND_FMT(bfd, message, arglist) \ argument
6221 #define BFD_SEND_FMT(bfd, message, arglist) \ argument