Home | History | Annotate | Download | only in gdb

Lines Matching defs:bfd_section

217       struct bfd_section *asect = stp.the_bfd_section;
235 struct bfd_section *sec;
841 struct bfd_section *sect = osect->the_bfd_section;
3000 asection *bfd_section = section->the_bfd_section;
3002 if (bfd_section_lma (bfd_section) != 0
3003 && bfd_section_lma (bfd_section) != bfd_section_vma (bfd_section))
3072 asection *bfd_section = section->the_bfd_section;
3075 bfd_vma size = bfd_section_size (bfd_section);
3078 if (bfd_section_lma (bfd_section) + offset <= pc
3079 && pc < bfd_section_lma (bfd_section) + offset + size)
3124 asection *bfd_section = section->the_bfd_section;
3126 return (pc + bfd_section_lma (bfd_section)
3127 - bfd_section_vma (bfd_section));
3142 asection *bfd_section = section->the_bfd_section;
3144 return (pc + bfd_section_vma (bfd_section)
3145 - bfd_section_lma (bfd_section));