Lines Matching defs:bfd_section
733 typedef struct bfd_section struct
740 struct bfd_section *next; argument
743 struct bfd_section *prev; argument
746 unsigned int id;
750 unsigned int section_id;
753 unsigned int index;
758 flagword flags;
964 unsigned int user_set_vma : 1;
967 unsigned int linker_mark : 1;
971 unsigned int linker_has_input : 1;
974 unsigned int gc_mark : 1;
977 unsigned int compress_status : 2;
985 unsigned int segment_mark : 1;
988 unsigned int sec_info_type:3;
998 unsigned int use_rela_p:1;
1003 unsigned int sec_flg0:1;
1004 unsigned int sec_flg1:1;
1005 unsigned int sec_flg2:1;
1006 unsigned int sec_flg3:1;
1007 unsigned int sec_flg4:1;
1008 unsigned int sec_flg5:1;
1018 bfd_vma vma;
1023 bfd_vma lma;
1028 bfd_size_type size;
1053 struct bfd_section *output_section; argument
1057 struct reloc_cache_entry *relocation;
1061 struct reloc_cache_entry **orelocation;
1064 unsigned reloc_count;
1068 unsigned int alignment_power;
1074 file_ptr filepos;
1100 struct bfd_section *kept_section; argument
1104 file_ptr moving_line_filepos;
1129 struct bfd_section *s; argument
1136 struct bfd_section *already_assigned; argument
1144 bfd_section_name (const asection *sec) in bfd_section_name() argument