| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | maint.c | 305 flagword flags = bfd_section_flags (asect->the_bfd_section); in print_objfile_section_info() 306 const char *name = bfd_section_name (asect->the_bfd_section); in print_objfile_section_info() 315 print_section_index (abfd, asect->the_bfd_section, index_digits); in print_objfile_section_info() 318 asect->the_bfd_section->filepos, in print_objfile_section_info() 379 if (osect->the_bfd_section == nullptr) in maint_print_all_sections() 479 if (abfd == nullptr || sec.the_bfd_section->owner != abfd) in maintenance_info_target_sections() 481 abfd = sec.the_bfd_section->owner; in maintenance_info_target_sections() 492 if (sec.the_bfd_section->owner != abfd) in maintenance_info_target_sections() 494 abfd = sec.the_bfd_section->owner; in maintenance_info_target_sections() 502 sec.the_bfd_section, in maintenance_info_target_sections() [all …]
|
| D | exec.c | 633 if (bfd_section_size (osect->the_bfd_section) == 0) in add_target_sections() 637 osect->the_bfd_section, objfile); in add_target_sections() 745 if ((bfd_section_flags (p.the_bfd_section) & SEC_READONLY) == 0) in section_table_available_memory() 825 struct bfd_section *asect = p.the_bfd_section; in section_table_xfer_memory_partial() 922 struct bfd_section *psect = p.the_bfd_section; in print_section_info() 950 struct bfd_section *psect = p.the_bfd_section; in print_section_info() 1001 if (!strncmp (secname, bfd_section_name (p.the_bfd_section), seclen) in set_section_command() 1002 && bfd_section_name (p.the_bfd_section)[seclen] == '\0') in set_section_command() 1026 bfd_get_filename (p.the_bfd_section->owner)) == 0 in exec_set_section_address() 1027 && index == p.the_bfd_section->index) in exec_set_section_address()
|
| D | objfiles.h | 381 return bfd_section_vma (this->the_bfd_section) + this->offset (); in addr() 388 return this->addr () + bfd_section_size (this->the_bfd_section); in endaddr() 398 struct bfd_section *the_bfd_section; member 681 while (m_iter < m_end && m_iter->the_bfd_section == nullptr) in skip_null() 898 return this->objfile->section_offset (this->the_bfd_section); in offset() 905 this->objfile->set_section_offset (this->the_bfd_section, offset); in set_offset()
|
| D | target-section.h | 65 the_bfd_section (sect_), in addr() 76 struct bfd_section *the_bfd_section; member
|
| D | ppc64-tdep.c | 755 if (s && strcmp (s->the_bfd_section->name, ".opd") == 0) in ppc64_convert_from_func_ptr_addr() 780 res = bfd_get_section_contents (s->the_bfd_section->owner, in ppc64_convert_from_func_ptr_addr() 781 s->the_bfd_section, in ppc64_convert_from_func_ptr_addr() 785 - bfd_section_vma (s->the_bfd_section) + s->addr); in ppc64_convert_from_func_ptr_addr()
|
| D | objfiles.c | 264 section->the_bfd_section = asect; in add_to_objfile_sections() 1020 const struct bfd_section *const bfds1 = sect1->the_bfd_section; in filter_overlapping_sections() 1021 const struct bfd_section *const bfds2 = sect2->the_bfd_section; in filter_overlapping_sections() 1073 if (insert_section_p (objfile->obfd.get (), s->the_bfd_section)) in update_section_map() 1089 if (insert_section_p (objfile->obfd.get (), s->the_bfd_section)) in update_section_map() 1175 && s->the_bfd_section->name != nullptr in pc_in_section() 1176 && strcmp (s->the_bfd_section->name, name) == 0); in pc_in_section()
|
| D | solib-aix.c | 315 struct bfd_section *bfd_sect = sec->the_bfd_section; in solib_aix_relocate_section_addresses() 378 = objfile->sections_start[objfile->sect_index_text].the_bfd_section; in solib_aix_get_section_offsets() 389 = objfile->sections_start[objfile->sect_index_data].the_bfd_section; in solib_aix_get_section_offsets() 632 if (strcmp (bfd_section_name (osect->the_bfd_section), ".data") == 0) in data_obj_section_from_objfile()
|
| D | symmisc.c | 210 if (section->the_bfd_section != NULL) in dump_msymbols() 212 bfd_section_name (section->the_bfd_section)); in dump_msymbols() 510 bfd_section_name (section->the_bfd_section)); in print_symbol() 579 bfd_section_name (section->the_bfd_section)); in print_symbol() 619 bfd_section_name (section->the_bfd_section)); in print_symbol() 630 bfd_section_name (section->the_bfd_section)); in print_symbol()
|
| D | symfile.c | 225 struct bfd_section *asect = stp.the_bfd_section; in build_section_addr_info_from_section_table() 849 struct bfd_section *sect = osect->the_bfd_section; in init_entry_point_info() 2982 asection *bfd_section = section->the_bfd_section; in section_is_overlay() 3054 asection *bfd_section = section->the_bfd_section; in pc_in_unmapped_range() 3106 asection *bfd_section = section->the_bfd_section; in overlay_unmapped_address() 3124 asection *bfd_section = section->the_bfd_section; in overlay_mapped_address() 3229 vma = bfd_section_vma (osect->the_bfd_section); in list_overlays_command() 3230 lma = bfd_section_lma (osect->the_bfd_section); in list_overlays_command() 3231 size = bfd_section_size (osect->the_bfd_section); in list_overlays_command() 3232 name = bfd_section_name (osect->the_bfd_section); in list_overlays_command() [all …]
|
| D | solib-target.c | 382 offset = li->offsets[gdb_bfd_section_index (sec->the_bfd_section->owner, in solib_target_relocate_section_addresses() 383 sec->the_bfd_section)]; in solib_target_relocate_section_addresses()
|
| D | hppa-bsd-tdep.c | 59 if (strcmp (sec->the_bfd_section->name, ".dynamic") == 0) in hppabsd_find_global_pointer()
|
| D | xstormy16-tdep.c | 518 if (strcmp (faddr_sect->the_bfd_section->name, ".plt")) in xstormy16_resolve_jmp_table_entry() 546 if (!strcmp (faddr_sect->the_bfd_section->name, ".plt")) in xstormy16_find_jmp_table_entry() 551 if (!strcmp (osect->the_bfd_section->name, ".plt")) in xstormy16_find_jmp_table_entry()
|
| D | findvar.c | 479 || (obj_section->the_bfd_section->flags & SEC_THREAD_LOCAL) != 0) in read_var_value() 487 && (obj_section->the_bfd_section->flags & SEC_THREAD_LOCAL) != 0) in read_var_value()
|
| D | printcmd.c | 1515 sec_name = osect->the_bfd_section->name; in info_symbol_command() 1629 section->the_bfd_section->name); in info_address_command() 1675 section->the_bfd_section->name); in info_address_command() 1711 section->the_bfd_section->name); in info_address_command() 1750 section->the_bfd_section->name); in info_address_command() 1766 && (section->the_bfd_section->flags & SEC_THREAD_LOCAL) != 0) in info_address_command() 1788 section->the_bfd_section->name); in info_address_command()
|
| D | gcore.c | 430 asection *asec = objsec->the_bfd_section; in gcore_create_callback() 537 asection *isec = objsec->the_bfd_section; in objfile_find_memory_regions()
|
| D | corelow.c | 1032 return ((s->the_bfd_section->flags & SEC_HAS_CONTENTS) != 0); in xfer_partial() 1481 ULONGEST file_ofs = tsp.the_bfd_section->filepos; in info_proc_mappings() 1482 const char *filename = bfd_get_filename (tsp.the_bfd_section->owner); in info_proc_mappings()
|
| D | z80-tdep.c | 949 asection *bsect = osect->the_bfd_section; in z80_overlay_update_1() 968 sect->ovly_mapped = (lma == bfd_section_lma (sect->the_bfd_section)); in z80_overlay_update_1() 993 asection *bsect = sect->the_bfd_section; in z80_overlay_update()
|
| D | machoread.c | 904 const char *bfd_sect_name = osect->the_bfd_section->name; in macho_symfile_offsets() 918 const char *bfd_sect_name = osect->the_bfd_section->name; in macho_symfile_offsets()
|
| D | hppa-linux-tdep.c | 365 if (strcmp (osect->the_bfd_section->name, ".dynamic") == 0) in hppa_linux_find_global_pointer()
|
| D | record-full.c | 2156 if (p.the_bfd_section->flags & SEC_CONSTRUCTOR in xfer_partial() 2157 || (p.the_bfd_section->flags & SEC_HAS_CONTENTS) == 0) in xfer_partial() 2178 (p.the_bfd_section->owner, in xfer_partial() 2179 p.the_bfd_section, in xfer_partial()
|
| D | ia64-tdep.c | 3437 if (strcmp (osect->the_bfd_section->name, ".dynamic") == 0) in ia64_find_global_pointer_from_dynamic_section() 3511 if (faddr_sect && strcmp (faddr_sect->the_bfd_section->name, ".opd") == 0) in find_extant_func_descr() 3518 if (strcmp (osect->the_bfd_section->name, ".opd") == 0) in find_extant_func_descr() 3597 if (s && strcmp (s->the_bfd_section->name, ".opd") == 0) in ia64_convert_from_func_ptr_addr() 3605 if (s && (s->the_bfd_section->flags & SEC_CODE) == 0 in ia64_convert_from_func_ptr_addr() 3611 if (pc_section && (pc_section->the_bfd_section->flags & SEC_CODE)) in ia64_convert_from_func_ptr_addr()
|
| D | nto-tdep.c | 291 Elf_Internal_Phdr *phdr = find_load_phdr (sec->the_bfd_section->owner); in nto_relocate_section_addresses()
|
| D | rs6000-aix-tdep.c | 904 if (s && (s->the_bfd_section->flags & SEC_CODE) == 0) in rs6000_convert_from_func_ptr_addr() 923 if (pc_section && (pc_section->the_bfd_section->flags & SEC_CODE)) in rs6000_convert_from_func_ptr_addr()
|
| D | solib.c | 629 && strcmp (p.the_bfd_section->name, ".text") == 0) 1549 if (sect == target_section.the_bfd_section)
|
| D | mep-tdep.c | 1278 info->section = s->the_bfd_section; in mep_gdb_print_insn() 1342 return (s->the_bfd_section->flags & SEC_MEP_VLIW); in mep_pc_in_vliw_section()
|