Searched refs:osect (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dobjfiles.h610 #define ALL_OBJFILE_OSECTIONS(objfile, osect) \
611 for (osect = objfile->sections; osect < objfile->sections_end; osect++)
613 #define ALL_OBJSECTIONS(objfile, osect) \
615 ALL_OBJFILE_OSECTIONS (objfile, osect)
H A Dblockframe.c186 struct obj_section *osect;
270 osect = find_pc_sect_section (mapped_pc, section);
272 if (!osect)
307 && SYMBOL_VALUE_ADDRESS (msymbol + i) < osect->endaddr)
312 cache_pc_function_high = osect->endaddr;
185 struct obj_section *osect; local
H A Dhppa-linux-tdep.c498 struct obj_section *osect; local
500 ALL_OBJFILE_OSECTIONS (faddr_sect->objfile, osect)
502 if (strcmp (osect->the_bfd_section->name, ".dynamic") == 0)
506 if (osect < faddr_sect->objfile->sections_end)
510 addr = osect->addr;
511 while (addr < osect->endaddr)
H A Dsymfile.c2857 overlay_is_mapped (struct obj_section *osect)
2859 if (osect == 0 || !section_is_overlay (osect->the_bfd_section))
2877 if (osect->ovly_mapped == -1)
2878 (*target_overlay_update) (osect);
2882 return osect->ovly_mapped == 1;
2893 struct obj_section *osect;
2897 ALL_OBJSECTIONS (objfile, osect)
2898 if (osect->the_bfd_section == section)
2899 return overlay_is_mapped (osect);
2848 overlay_is_mapped(struct obj_section *osect) argument
2884 struct obj_section *osect; local
3023 struct obj_section *osect, *best_match = NULL; local
3050 struct obj_section *osect; local
3069 struct obj_section *osect; local
3415 simple_overlay_update_1(struct obj_section *osect) argument
3451 simple_overlay_update(struct obj_section *osect) argument
[all...]
H A Dxstormy16-tdep.c535 struct obj_section *osect; local
541 ALL_OBJFILE_OSECTIONS (faddr_sect->objfile, osect)
543 if (!strcmp (osect->the_bfd_section->name, ".plt"))
547 if (osect < faddr_sect->objfile->sections_end)
550 for (addr = osect->addr;
551 addr < osect->endaddr; addr += 2 * xstormy16_inst_size)
H A Dmaint.c366 struct obj_section *osect; local
379 ALL_OBJFILE_OSECTIONS (ofile, osect)
381 print_objfile_section_info (ofile->obfd, osect, arg);
H A Dsolib-frv.c847 struct obj_section *osect; local
872 ALL_OBJFILE_OSECTIONS (symfile_objfile, osect)
878 osect_idx = osect->the_bfd_section->index;
881 addr = osect->addr;
H A Dia64-tdep.c2874 struct obj_section *osect;
2876 ALL_OBJFILE_OSECTIONS (faddr_sect->objfile, osect)
2878 if (strcmp (osect->the_bfd_section->name, ".dynamic") == 0)
2882 if (osect < faddr_sect->objfile->sections_end)
2886 addr = osect->addr;
2887 while (addr < osect->endaddr)
2936 struct obj_section *osect;
2937 ALL_OBJFILE_OSECTIONS (faddr_sect->objfile, osect)
2939 if (strcmp (osect->the_bfd_section->name, ".opd") == 0)
2943 if (osect < faddr_sec
2873 struct obj_section *osect; local
2935 struct obj_section *osect; local
[all...]
H A Dprintcmd.c1012 struct obj_section *osect;
1022 ALL_OBJSECTIONS (objfile, osect)
1024 sect = osect->the_bfd_section;
1027 if (osect->addr <= sect_addr && sect_addr < osect->endaddr &&
1008 struct obj_section *osect; local

Completed in 107 milliseconds