Home
last modified time | relevance | path

Searched refs:qf (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dsymfile-debug.c87 for (const auto &iter : qf) in has_partial_symbols()
110 for (const auto &iter : qf) in has_unexpanded_symtabs()
135 for (const auto &iter : qf) in find_last_source_symtab()
168 for (const auto &iter : qf) in forget_cached_source_info()
215 for (const auto &iter : qf) in map_symtabs_matching_filename()
278 for (const auto &iter : qf) in lookup_symbol()
308 for (const auto &iter : qf) in print_stats()
319 for (const auto &iter : qf) in dump()
334 for (const auto &iter : qf) in expand_symtabs_for_function()
352 for (const auto &iter : qf) in expand_all_symtabs()
[all …]
Dpsymtab.c1280 for (const auto &iter : objfile->qf) in maintenance_print_psymbols()
1362 for (const auto &iter : objfile->qf) in maintenance_info_psymtabs()
1465 for (const auto &iter : objfile->qf) in maintenance_check_psymtabs()
Dobjfiles.h765 std::forward_list<quick_symbol_functions_up> qf; member
Dsymfile.c900 objfile->qf.clear (); in syms_from_objfile_1()
2604 objfile->qf.clear (); in reread_symbols()
Dctfread.c1626 of->qf.emplace_front (psf); in elfctf_build_psymtabs()
DChangeLog-20212789 parameter. Push on 'qf' list.
2800 * elfread.c (elf_symfile_read): Don't clear 'qf'.
3426 Don't clear "qf".
3457 * objfiles.h (struct objfile) <qf>: Now a forward_list.
3551 * psymtab.c (require_partial_symbols): Use new 'qf' methods.
3707 * objfiles.h (struct objfile) <qf>: Change type.
3742 * symfile.h (struct sym_fns) <qf>: Remove.
3759 * objfiles.h (struct objfile) <qf>: New member.
Dxcoffread.c2864 objfile->qf.emplace_front (psf); in xcoff_initial_scan()
Ddbxread.c547 objfile->qf.emplace_front (psf); in dbx_symfile_read()
Dmdebugread.c365 objfile->qf.emplace_front (psf); in mdebug_build_psymtabs()
DChangeLog-20111804 objfile->sf->qf->forget_cached_source_info outside of
DChangeLog-20108957 (struct sym_fns) <qf>: New field.
DChangeLog-202012277 objfile->sf->qf->find_pc_sect_compunit_symtab.
/netbsd/src/share/mk/
Dbsd.links.mk36 if ttarg=$$(${TOOL_STAT} -qf '%Y' $$t) && \
70 if ttarg=$$(${TOOL_STAT} -qf '%Y' $$t) && \
Dbsd.inc.mk48 if ttarg=$$(${TOOL_STAT} -qf '%Y' $$t) && \
Dbsd.kinc.mk71 if ttarg=$$(${TOOL_STAT} -qf '%Y' $$t) && \
Dbsd.obj.mk82 ttarg=$$(${TOOL_STAT} -qf '%Y' $${here}${__objdir}) && \
/netbsd/src/external/gpl3/gcc/dist/contrib/
Dcheck_GNU_style_lib.py307 with open(f, 'w+') as qf:
309 qf.write('%s%s\n' % (e.error_location(), e.error_message))
/netbsd/src/sys/arch/vax/vsa/
Dlcg.c198 static u_char *qf; variable
205 qf[QCHAR(c) * lcg_font.fontheight + line]))
1113 qf = lcg_font.data; in lcg_init_common()
Dspx.c296 static u_char *qf; variable
304 #define QFONT_QF(c, line) qf[QFONT_INDEX(c, line)]
1529 qf = spx_font.data; in spx_init_common()
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dxenix15 # URL: http://www.polarhome.com/service/man/?qf=86rel&tf=2&of=Xenix
/netbsd/src/distrib/syspkg/mk/
Dbsd.syspkg.mk451 ${PKG_INFO} -qf "$$pkg" | ${AWK} '/^@pkgdep/ {print $$2}'; \
/netbsd/src/external/lgpl3/gmp/dist/
Dgmpxx.h953 mpf_t qf; in eval() local
954 mpf_init(qf); /* Should we use the precision of f? */ in eval()
955 mpf_set_q(qf, q); in eval()
956 int ret = eval(f, qf); in eval()
957 mpf_clear(qf); in eval()
DChangeLog7876 * gmpxx.h (mpz_class): Make constructor from mp[qf]_class explicit.
/netbsd/src/external/ibm-public/postfix/dist/proto/
Dstop1118 qf
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200029678 * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same

12