| /src/external/gpl3/gdb.old/dist/gdb/ |
| minsyms.h | 57 /* Return the obj_section from OBJFILE for MINSYM. */ 59 struct obj_section *obj_section () const function in struct:bound_minimal_symbol 61 return minsym->obj_section (objfile); 293 struct obj_section *section,
|
| findvar.c | 340 var->obj_section (var_objfile)); 380 var->obj_section (var->objfile ())); 422 var->obj_section (var->objfile ())); 446 struct obj_section *obj_section; 476 obj_section = bmsym.minsym->obj_section (bmsym.objfile); 479 if (obj_section == NULL 480 || (obj_section->the_bfd_section->flags & SEC_THREAD_LOCAL) != 0) 485 addr = symbol_overlayed_address (addr, obj_section); 445 struct obj_section *obj_section; local [all...] |
| psymtab.h | 151 struct obj_section *obj_section (struct objfile *objfile) const function in struct:partial_symbol 153 return ginfo.obj_section (objfile); 642 struct obj_section *section, int warn_if_readin) override; 679 struct obj_section *section,
|
| objfiles.h | 371 struct obj_section struct 392 /* True if ADDR is in this obj_section, false otherwise. */ 608 struct obj_section *section, 663 typedef obj_section *value_type; 685 section_iterator (obj_section *iter, obj_section *end) 820 struct obj_section *sections_start = nullptr; 821 struct obj_section *sections_end = nullptr; 912 obj_section::offset () const 919 obj_section::set_offset (CORE_ADDR offset [all...] |
| minsyms.c | 715 for (obj_section *iter : objfile->sections ()) 757 lookup_minimal_symbol_by_pc_section (CORE_ADDR pc_in, struct obj_section *section, 882 && msymbol[hi].obj_section (objfile) != nullptr 884 (msymbol[hi].obj_section (objfile), 901 && (msymbol[hi].obj_section (objfile) 902 == msymbol[hi - 1].obj_section (objfile))) 1603 struct obj_section *obj_section; 1633 obj_section = minsym.obj_section (); 1602 struct obj_section *obj_section; local [all...] |
| symtab.c | 1177 struct obj_section * 1178 general_symbol_info::obj_section (const struct objfile *objfile) const 1204 matching_obj_sections (struct obj_section *obj_first, 1205 struct obj_section *obj_second) 1854 for (obj_section *s : objfile->sections ()) 2906 find_pc_sect_compunit_symtab (CORE_ADDR pc, struct obj_section *section) 2985 if (matching_obj_sections (sym->obj_section (obj_file), 3103 find_pc_sect_line (CORE_ADDR pc, struct obj_section *section, int notcurrent) 3383 struct obj_section *section; 3727 find_function_start_sal_1 (CORE_ADDR func_addr, obj_section *section 1176 general_symbol_info::obj_section (const struct objfile *objfile) const function in class:general_symbol_info [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| minsyms.h | 57 /* Return the obj_section from OBJFILE for MINSYM. */ 59 struct obj_section *obj_section () const function in struct:bound_minimal_symbol 61 return minsym->obj_section (objfile); 293 struct obj_section *section,
|
| findvar.c | 340 var->obj_section (var_objfile)); 380 var->obj_section (var->objfile ())); 422 var->obj_section (var->objfile ())); 446 struct obj_section *obj_section; 475 obj_section = bmsym.minsym->obj_section (bmsym.objfile); 478 if (obj_section == NULL 479 || (obj_section->the_bfd_section->flags & SEC_THREAD_LOCAL) != 0) 484 addr = symbol_overlayed_address (addr, obj_section); 445 struct obj_section *obj_section; local [all...] |
| psymtab.h | 151 struct obj_section *obj_section (struct objfile *objfile) const function in struct:partial_symbol 153 return ginfo.obj_section (objfile); 641 struct obj_section *section, int warn_if_readin) override; 677 struct obj_section *section,
|
| objfiles.h | 371 struct obj_section struct 392 /* True if ADDR is in this obj_section, false otherwise. */ 399 not allocatable (!SEC_ALLOC), in which case this obj_section can be 615 struct obj_section *section, 663 bool operator() (const obj_section &sec) const noexcept 667 using section_iterator = filtered_iterator<obj_section *, filter_out_null_bfd_section>; 670 That is, the sections for which obj_section::the_bfd_section is 783 struct obj_section *sections_start = nullptr; 784 struct obj_section *sections_end = nullptr; 875 obj_section::offset () cons [all...] |
| minsyms.c | 715 for (obj_section &iter : objfile->sections ()) 757 lookup_minimal_symbol_by_pc_section (CORE_ADDR pc_in, struct obj_section *section, 882 && msymbol[hi].obj_section (objfile) != nullptr 884 (msymbol[hi].obj_section (objfile), 901 && (msymbol[hi].obj_section (objfile) 902 == msymbol[hi - 1].obj_section (objfile))) 1605 struct obj_section *obj_section; 1635 obj_section = minsym.obj_section (); 1604 struct obj_section *obj_section; local [all...] |
| symtab.c | 1177 struct obj_section * 1178 general_symbol_info::obj_section (const struct objfile *objfile) const 1204 matching_obj_sections (struct obj_section *obj_first, 1205 struct obj_section *obj_second) 1854 for (obj_section &s : objfile->sections ()) 2904 find_pc_sect_compunit_symtab (CORE_ADDR pc, struct obj_section *section) 2983 if (matching_obj_sections (sym->obj_section (obj_file), 3101 find_pc_sect_line (CORE_ADDR pc, struct obj_section *section, int notcurrent) 3381 struct obj_section *section; 3725 find_function_start_sal_1 (CORE_ADDR func_addr, obj_section *section 1176 general_symbol_info::obj_section (const struct objfile *objfile) const function in class:general_symbol_info [all...] |