Lines Matching defs:bfd_section
1184 typedef struct bfd_section struct
1197 struct bfd_section *next; argument
1200 struct bfd_section *prev; argument
1205 flagword flags;
1391 unsigned int user_set_vma : 1;
1394 unsigned int linker_mark : 1;
1398 unsigned int linker_has_input : 1;
1401 unsigned int gc_mark : 1;
1404 unsigned int compress_status : 2;
1412 unsigned int segment_mark : 1;
1415 unsigned int sec_info_type:3;
1423 unsigned int use_rela_p:1;
1428 unsigned int sec_flg0:1;
1429 unsigned int sec_flg1:1;
1430 unsigned int sec_flg2:1;
1431 unsigned int sec_flg3:1;
1432 unsigned int sec_flg4:1;
1433 unsigned int sec_flg5:1;
1443 bfd_vma vma;
1448 bfd_vma lma;
1453 bfd_size_type size;
1485 struct bfd_section *output_section; argument
1489 unsigned int alignment_power;
1493 struct reloc_cache_entry *relocation;
1497 struct reloc_cache_entry **orelocation;
1500 unsigned reloc_count;
1506 file_ptr filepos;
1532 struct bfd_section *kept_section; argument
1536 file_ptr moving_line_filepos;
1560 struct bfd_section *s; argument
1561 } map_head, map_tail;