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
5755 struct bfd struct
5764 const struct bfd_target *xvec; argument
5769 const struct bfd_iovec *iovec; argument
5773 struct bfd *lru_prev, *lru_next; argument
5786 bfd_format format; argument
5789 enum bfd_direction direction; argument
5795 appear in the object_flags field of the bfd_target structure, where argument
5894 thin archive rather than the offset of the bfd in its actual argument
5899 struct bfd_hash_table section_htab; argument
5902 struct bfd_section *sections; argument
5905 struct bfd_section *section_last; argument
5912 bfd_vma start_address; argument
5919 struct bfd_symbol **outsymbols; argument
5925 const struct bfd_arch_info *arch_info; argument
5929 struct bfd *my_archive; /* The containing archive BFD. */ argument
5930 struct bfd *archive_next; /* The next BFD in the archive. */ argument
5931 struct bfd *archive_head; /* The first BFD in the archive. */ argument
5932 struct bfd *nested_archives; /* List of nested archive in a flattened argument
5936 struct bfd *link_next; argument
5940 int archive_pass;
5944 {
5983 tdata;
5986 void *usrdata;
5991 void *memory;
5995 unsigned int cacheable : 1;
6000 unsigned int target_defaulted : 1;
6003 unsigned int opened_once : 1;
6027 typedef enum bfd_error argument
6268 #define BFD_SEND(bfd, message, arglist) \ argument
6273 #define BFD_SEND(bfd, message, arglist) \ argument
6278 #define BFD_SEND_FMT(bfd, message, arglist) \ argument
6283 #define BFD_SEND_FMT(bfd, message, arglist) \ argument