Lines Matching defs:bfd_section
729 typedef struct bfd_section struct
736 struct bfd_section *next; argument
739 struct bfd_section *prev; argument
742 unsigned int id;
746 unsigned int section_id;
749 unsigned int index;
754 flagword flags;
960 unsigned int user_set_vma : 1;
963 unsigned int linker_mark : 1;
967 unsigned int linker_has_input : 1;
970 unsigned int gc_mark : 1;
973 unsigned int compress_status : 2;
981 unsigned int segment_mark : 1;
984 unsigned int sec_info_type:3;
994 unsigned int use_rela_p:1;
999 unsigned int sec_flg0:1;
1000 unsigned int sec_flg1:1;
1001 unsigned int sec_flg2:1;
1002 unsigned int sec_flg3:1;
1003 unsigned int sec_flg4:1;
1004 unsigned int sec_flg5:1;
1014 bfd_vma vma;
1019 bfd_vma lma;
1024 bfd_size_type size;
1049 struct bfd_section *output_section; argument
1053 struct reloc_cache_entry *relocation;
1057 struct reloc_cache_entry **orelocation;
1060 unsigned reloc_count;
1064 unsigned int alignment_power;
1070 file_ptr filepos;
1096 struct bfd_section *kept_section; argument
1100 file_ptr moving_line_filepos;
1125 struct bfd_section *s; argument
1132 struct bfd_section *already_assigned; argument
1140 bfd_section_name (const asection *sec) in bfd_section_name() argument