Searched refs:mainline (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dstabsread.h182 int mainline,
189 int mainline,
196 int mainline, char *stab_name, char *stabstr_name, char *text_name);
H A Dnlmread.c175 nlm_symfile_read (struct objfile *objfile, int mainline) argument
199 stabsect_build_psymtabs (objfile, mainline, ".stab",
H A Delfread.c488 elf_symfile_read (struct objfile *objfile, int mainline) argument
531 if (mainline)
534 mainline = 0;
573 mainline,
581 dwarf2_build_psymtabs (objfile, mainline);
587 mainline,
H A Dsomread.c330 som_symfile_read (struct objfile *objfile, int mainline) argument
371 stabsect_build_psymtabs (objfile, mainline,
378 hpread_build_psymtabs (objfile, mainline);
H A Dsymfile.c531 int mainline,
562 if (mainline)
590 if (!mainline && addrs && addrs->other[0].name)
728 (*objfile->sf->sym_read) (objfile, mainline);
753 new_symfile_objfile (struct objfile *objfile, int mainline, int verbo)
759 if (mainline)
797 int mainline, int flags)
812 && mainline
841 mainline, from_tty);
919 new_symfile_objfile (objfile, mainline, from_tt
526 syms_from_objfile(struct objfile *objfile, struct section_addr_info *addrs, struct section_offsets *offsets, int num_offsets, int mainline, int verbo) argument
752 new_symfile_objfile(struct objfile *objfile, int mainline, int verbo) argument
792 symbol_file_add_with_addrs_or_offsets(bfd *abfd, int from_tty, struct section_addr_info *addrs, struct section_offsets *offsets, int num_offsets, int mainline, int flags) argument
934 symbol_file_add_from_bfd(bfd *abfd, int from_tty, struct section_addr_info *addrs, int mainline, int flags) argument
948 symbol_file_add(char *name, int from_tty, struct section_addr_info *addrs, int mainline, int flags) argument
[all...]
H A Dmipsread.c79 mipscoff_symfile_read (struct objfile *objfile, int mainline) argument
H A Dcoffread.c464 mainline code can read the whole thing for efficiency. */
503 coff_symfile_read (struct objfile *objfile, int mainline)
610 empty the psymtab. "mainline" is cleared so the *_read_psymtab
612 if (mainline)
615 mainline = 0;
637 mainline,
645 dwarf2_build_psymtabs (objfile, mainline);
499 coff_symfile_read(struct objfile *objfile, int mainline) argument
H A Ddbxread.c533 dbx_symfile_read (struct objfile *objfile, int mainline)
564 if (mainline
3240 coffstab_build_psymtabs (struct objfile *objfile, int mainline,
3334 elfstab_build_psymtabs (struct objfile *objfile, int mainline,
3419 stabsect_build_psymtabs (struct objfile *objfile, int mainline, char *stab_name,
527 dbx_symfile_read(struct objfile *objfile, int mainline) argument
3229 coffstab_build_psymtabs(struct objfile *objfile, int mainline, CORE_ADDR textaddr, unsigned int textsize, struct stab_section_list *stabsects, file_ptr stabstroffset, unsigned int stabstrsize) argument
3322 elfstab_build_psymtabs(struct objfile *objfile, int mainline, asection *stabsect, file_ptr stabstroffset, unsigned int stabstrsize) argument
3406 stabsect_build_psymtabs(struct objfile *objfile, int mainline, char *stab_name, char *stabstr_name, char *text_name) argument
H A Dwin32-nat.c504 int mainline; member in struct:safe_symbol_file_add_args
532 p->ret = symbol_file_add (p->name, p->from_tty, p->addrs, p->mainline, p->flags);
555 int mainline, int flags)
571 p.mainline = mainline;
553 safe_symbol_file_add(char *name, int from_tty, struct section_addr_info *addrs, int mainline, int flags) argument
H A Ddwarfread.c642 int mainline, file_ptr dbfoff, unsigned int dbfsize,
665 dwarf_build_psymtabs (struct objfile *objfile, int mainline, file_ptr dbfoff, argument
688 if (mainline
H A Dxcoffread.c1703 * mainline code can read the whole thing for efficiency.
2858 xcoff_initial_scan (struct objfile *objfile, int mainline)
2934 if (mainline
2850 xcoff_initial_scan(struct objfile *objfile, int mainline) argument
H A Ddwarf2read.c1171 dwarf2_build_psymtabs (struct objfile *objfile, int mainline) argument
1204 if (mainline
1217 dwarf2_build_psymtabs_easy (objfile, mainline);
1224 dwarf2_build_psymtabs_hard (objfile, mainline);
1233 dwarf2_build_psymtabs_easy (struct objfile *objfile, int mainline)
1387 dwarf2_build_psymtabs_hard (struct objfile *objfile, int mainline) argument
H A Dhpread.c1772 hpread_build_psymtabs (struct objfile *objfile, int mainline)
1762 hpread_build_psymtabs(struct objfile *objfile, int mainline) argument

Completed in 179 milliseconds