Lines Matching defs:bfd_section
1218 typedef struct bfd_section struct
1231 struct bfd_section *next; argument
1234 struct bfd_section *prev; argument
1239 flagword flags;
1439 unsigned int user_set_vma : 1;
1442 unsigned int linker_mark : 1;
1446 unsigned int linker_has_input : 1;
1449 unsigned int gc_mark : 1;
1452 unsigned int compress_status : 2;
1460 unsigned int segment_mark : 1;
1463 unsigned int sec_info_type:3;
1473 unsigned int use_rela_p:1;
1478 unsigned int sec_flg0:1;
1479 unsigned int sec_flg1:1;
1480 unsigned int sec_flg2:1;
1481 unsigned int sec_flg3:1;
1482 unsigned int sec_flg4:1;
1483 unsigned int sec_flg5:1;
1493 bfd_vma vma;
1498 bfd_vma lma;
1503 bfd_size_type size;
1535 struct bfd_section *output_section; argument
1539 unsigned int alignment_power;
1543 struct reloc_cache_entry *relocation;
1547 struct reloc_cache_entry **orelocation;
1550 unsigned reloc_count;
1556 file_ptr filepos;
1582 struct bfd_section *kept_section; argument
1586 file_ptr moving_line_filepos;
1610 struct bfd_section *s; argument
1611 } map_head, map_tail;