Lines Matching defs:bfd_section
427 typedef struct bfd_section struct
434 struct bfd_section *next; argument
437 struct bfd_section *prev; argument
440 unsigned int id;
444 unsigned int section_id;
447 unsigned int index;
452 flagword flags;
653 unsigned int user_set_vma : 1;
656 unsigned int linker_mark : 1;
660 unsigned int linker_has_input : 1;
663 unsigned int gc_mark : 1;
666 unsigned int compress_status : 2;
675 unsigned int segment_mark : 1;
678 unsigned int sec_info_type:3;
689 unsigned int use_rela_p:1;
694 unsigned int sec_flg0:1;
695 unsigned int sec_flg1:1;
696 unsigned int sec_flg2:1;
697 unsigned int sec_flg3:1;
698 unsigned int sec_flg4:1;
699 unsigned int sec_flg5:1;
709 bfd_vma vma;
714 bfd_vma lma;
719 bfd_size_type size;
744 struct bfd_section *output_section; argument
748 struct reloc_cache_entry *relocation;
752 struct reloc_cache_entry **orelocation;
755 unsigned reloc_count;
759 unsigned int alignment_power;
765 file_ptr filepos;
791 struct bfd_section *kept_section; argument
795 file_ptr moving_line_filepos;
820 struct bfd_section *s; argument
827 struct bfd_section *already_assigned; argument
835 bfd_section_name (const asection *sec) in bfd_section_name() argument