Searched refs:qf (Results 1 – 25 of 26) sorted by relevance
12
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | symfile-debug.c | 87 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 …]
|
| D | psymtab.c | 1280 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()
|
| D | objfiles.h | 765 std::forward_list<quick_symbol_functions_up> qf; member
|
| D | symfile.c | 900 objfile->qf.clear (); in syms_from_objfile_1() 2604 objfile->qf.clear (); in reread_symbols()
|
| D | ctfread.c | 1626 of->qf.emplace_front (psf); in elfctf_build_psymtabs()
|
| D | ChangeLog-2021 | 2789 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.
|
| D | xcoffread.c | 2864 objfile->qf.emplace_front (psf); in xcoff_initial_scan()
|
| D | dbxread.c | 547 objfile->qf.emplace_front (psf); in dbx_symfile_read()
|
| D | mdebugread.c | 365 objfile->qf.emplace_front (psf); in mdebug_build_psymtabs()
|
| D | ChangeLog-2011 | 1804 objfile->sf->qf->forget_cached_source_info outside of
|
| D | ChangeLog-2010 | 8957 (struct sym_fns) <qf>: New field.
|
| D | ChangeLog-2020 | 12277 objfile->sf->qf->find_pc_sect_compunit_symtab.
|
| /netbsd/src/share/mk/ |
| D | bsd.links.mk | 36 if ttarg=$$(${TOOL_STAT} -qf '%Y' $$t) && \ 70 if ttarg=$$(${TOOL_STAT} -qf '%Y' $$t) && \
|
| D | bsd.inc.mk | 48 if ttarg=$$(${TOOL_STAT} -qf '%Y' $$t) && \
|
| D | bsd.kinc.mk | 71 if ttarg=$$(${TOOL_STAT} -qf '%Y' $$t) && \
|
| D | bsd.obj.mk | 82 ttarg=$$(${TOOL_STAT} -qf '%Y' $${here}${__objdir}) && \
|
| /netbsd/src/external/gpl3/gcc/dist/contrib/ |
| D | check_GNU_style_lib.py | 307 with open(f, 'w+') as qf: 309 qf.write('%s%s\n' % (e.error_location(), e.error_message))
|
| /netbsd/src/sys/arch/vax/vsa/ |
| D | lcg.c | 198 static u_char *qf; variable 205 qf[QCHAR(c) * lcg_font.fontheight + line])) 1113 qf = lcg_font.data; in lcg_init_common()
|
| D | spx.c | 296 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/ |
| D | xenix | 15 # URL: http://www.polarhome.com/service/man/?qf=86rel&tf=2&of=Xenix
|
| /netbsd/src/distrib/syspkg/mk/ |
| D | bsd.syspkg.mk | 451 ${PKG_INFO} -qf "$$pkg" | ${AWK} '/^@pkgdep/ {print $$2}'; \
|
| /netbsd/src/external/lgpl3/gmp/dist/ |
| D | gmpxx.h | 953 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()
|
| D | ChangeLog | 7876 * gmpxx.h (mpz_class): Make constructor from mp[qf]_class explicit.
|
| /netbsd/src/external/ibm-public/postfix/dist/proto/ |
| D | stop | 1118 qf
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2000 | 29678 * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
|
12