Searched refs:psymtab (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsymmisc.c248 struct partial_symtab *psymtab;
261 for (psymtab = objfile->psymtabs;
262 psymtab != NULL;
263 psymtab = psymtab->next)
266 psymtab->filename);
267 gdb_print_host_address (psymtab, gdb_stdout);
269 if (psymtab->objfile != objfile)
375 dump_psymtab (struct objfile *objfile, struct partial_symtab *psymtab,
381 psymtab
247 struct partial_symtab *psymtab; local
374 dump_psymtab(struct objfile *objfile, struct partial_symtab *psymtab, struct ui_file *outfile) argument
1045 struct partial_symtab *psymtab; local
[all...]
H A Dsymfile.c800 struct partial_symtab *psymtab;
857 for (psymtab = objfile->psymtabs;
858 psymtab != NULL;
859 psymtab = psymtab->next)
861 psymtab_to_symtab (psymtab);
1204 A better solution would be to record the language in the psymtab when reading
2265 struct partial_symtab *psymtab;
2269 psymtab = objfile->free_psymtabs;
2270 objfile->free_psymtabs = psymtab
799 struct partial_symtab *psymtab; local
2259 struct partial_symtab *psymtab; local
2566 struct partial_symtab *psymtab; local
[all...]
H A Dsymtab.c232 /* At this point, we have located the psymtab for this file, but
245 in the psymtab filename will also work. */
711 none. We return the psymtab that contains a symbol whose address
713 psymtab that contains a symbol whose address is closest to PC. */
778 /* This way we return the psymtab which contains
811 /* Find which partial symbol within a psymtab matches PC and SECTION.
815 find_pc_sect_psymbol (struct partial_symtab *psymtab, CORE_ADDR pc,
821 if (!psymtab)
822 psymtab = find_pc_sect_psymtab (pc, section);
823 if (!psymtab)
812 find_pc_sect_psymbol(struct partial_symtab *psymtab, CORE_ADDR pc, asection *section) argument
884 find_pc_psymbol(struct partial_symtab *psymtab, CORE_ADDR pc) argument
[all...]
H A Dmdebugread.c104 of the psymtab. */
108 /* Index of the FDR that this psymtab represents. */
110 /* The BFD that the psymtab was created from. */
195 /* Remember what we deduced to be the source language of this psymtab. */
460 struct partial_symtab *pst; /* the psymtab proper */
549 we store a pointer to the single table in each psymtab. */
2237 /* List of current psymtab's include files */
2243 /* Index within current psymtab dependency list */
2910 /* Mark down an include file in the current psymtab */
2917 /* Only change the psymtab'
4587 struct partial_symtab *psymtab; local
[all...]
H A DChangeLog-3.x237 Check for enum types and put constants in psymtab.
773 * symtab.c (lookup_symbol): Don't abort if symbol found in psymtab
846 * symtab.c (find_pc_psymbol): Move best_pc=psymtab->textlow-1
847 after test for psymtab null.
2375 psymtab now stay on the list.
2888 * symtab.c (find_pc_psymtab): Created; checks all psymtab's till
2890 (find_pc_symtab): Used; fatal error if psymtab found is readin
2894 VAR_NAMESPACE). Also made sure that psymtab's weren't fooled with
2995 read_dbx_symtab if any psymtab still needs to be completed.
3534 psymtab t
[all...]
H A Ddwarf2read.c359 read_symtab_private field of the psymtab. If we encounter
385 struct partial_symtab *psymtab; member in struct:dwarf2_per_cu_data
1495 this_cu->psymtab = pst;
1533 /* If there is already a psymtab or symtab for a file of this
1541 and build a psymtab for each of them. */
2314 warning ("bug: psymtab for %s is already read in.", pst->filename);
2379 if (item->per_cu->psymtab->readin)
2388 if (!item->per_cu->psymtab->readin)
2482 struct partial_symtab *pst = per_cu->psymtab;
2546 struct partial_symtab *pst = per_cu->psymtab;
[all...]

Completed in 195 milliseconds