Lines Matching defs:bfd
110 typedef struct bfd bfd; typedef
279 #define bfd_get_section_name(bfd, ptr) ((void) bfd, (ptr)->name) argument
280 #define bfd_get_section_vma(bfd, ptr) ((void) bfd, (ptr)->vma) argument
281 #define bfd_get_section_lma(bfd, ptr) ((void) bfd, (ptr)->lma) argument
282 #define bfd_get_section_alignment(bfd, ptr) ((void) bfd, \ argument
284 #define bfd_section_name(bfd, ptr) ((ptr)->name) argument
285 #define bfd_section_size(bfd, ptr) ((ptr)->size) argument
287 #define bfd_section_vma(bfd, ptr) ((ptr)->vma) argument
288 #define bfd_section_lma(bfd, ptr) ((ptr)->lma) argument
289 #define bfd_section_alignment(bfd, ptr) ((ptr)->alignment_power) argument
290 #define bfd_get_section_flags(bfd, ptr) ((void) bfd, (ptr)->flags) argument
291 #define bfd_get_section_userdata(bfd, ptr) ((void) bfd, (ptr)->userdata) argument
296 #define bfd_get_section_limit(bfd, sec) \ argument