Searched refs:pf (Results 1 – 11 of 11) sorted by relevance
1133 formal_entry **pf; in macro_expand() local1145 for (pf = &m->formals; *pf != NULL; pf = &(*pf)->next) in macro_expand()1146 if ((*pf)->index >= c) in macro_expand()1147 c = (*pf)->index + 1; in macro_expand()1150 *pf = f; in macro_expand()1208 formal_entry **pf; in macro_expand() local1210 pf = &m->formals; in macro_expand()1211 while (*pf != NULL) in macro_expand()1213 if ((*pf)->name.len != 0) in macro_expand()1214 pf = &(*pf)->next; in macro_expand()[all …]
28 define pf32 document pf
2071 forward_t **pf; in add_unknown_tag() local2106 for (pf = &sym->forward_ref; *pf != (forward_t *) NULL; pf = &(*pf)->next) in add_unknown_tag()2108 *pf = ptag->forward_ref; in add_unknown_tag()2972 forward_t **pf; in ecoff_directive_endef() local2975 for (pf = &sym->forward_ref; in ecoff_directive_endef()2976 *pf != (forward_t *) NULL; in ecoff_directive_endef()2977 pf = &(*pf)->next) in ecoff_directive_endef()2979 *pf = tag_ptr->forward_ref; in ecoff_directive_endef()
4637 * gdbinit.in: Define new function "pf". Fix doc on "pe" and "ps".
623 fixS ** pf; in iq2000_frob_file() local626 for (pf = &seginfo->fix_root; in iq2000_frob_file()627 * pf != l->fixp; in iq2000_frob_file()628 pf = & (* pf)->fx_next) in iq2000_frob_file()629 gas_assert (* pf != NULL); in iq2000_frob_file()631 * pf = l->fixp->fx_next; in iq2000_frob_file()
1980 fixS ** pf; in mep_frob_file() local1983 for (pf = &seginfo->fix_root; in mep_frob_file()1984 * pf != l->fixp; in mep_frob_file()1985 pf = & (* pf)->fx_next) in mep_frob_file()1986 gas_assert (* pf != NULL); in mep_frob_file()1988 * pf = l->fixp->fx_next; in mep_frob_file()
2045 fixS **pf; in m32r_frob_file() local2048 for (pf = &seginfo->fix_root; in m32r_frob_file()2049 *pf != l->fixp; in m32r_frob_file()2050 pf = & (*pf)->fx_next) in m32r_frob_file()2051 gas_assert (*pf != NULL); in m32r_frob_file()2053 *pf = l->fixp->fx_next; in m32r_frob_file()
2666 const debug_field *pf; in ieee_read_cxx_class() local2674 for (pf = structfields; *pf != DEBUG_FIELD_NULL; pf++) in ieee_read_cxx_class()2678 fname = debug_get_field_name (dhandle, *pf); in ieee_read_cxx_class()2686 if (*pf == DEBUG_FIELD_NULL) in ieee_read_cxx_class()2693 bitpos = debug_get_field_bitpos (dhandle, *pf); in ieee_read_cxx_class()2733 const debug_field *pf = NULL; in ieee_read_cxx_class() local2779 for (pf = structfields, findx = 0; in ieee_read_cxx_class()2780 *pf != DEBUG_FIELD_NULL; in ieee_read_cxx_class()2781 pf++, findx++) in ieee_read_cxx_class()2785 fname = debug_get_field_name (dhandle, *pf); in ieee_read_cxx_class()[all …]
719 struct debug_file *f, **pf; in debug_start_source() local744 for (pf = &info->current_file->next; in debug_start_source()745 *pf != NULL; in debug_start_source()746 pf = &(*pf)->next) in debug_start_source()748 *pf = f; in debug_start_source()
658 (ieee_read_cxx_class): Likewise, for pf.
2490 mmix_dump_bpo_gregs (link_info, pf) in mmix_dump_bpo_gregs() argument2492 bfd_error_handler_type pf;2515 if (pf == NULL)2516 pf = _bfd_error_handler;2521 (*pf) (" n_bpo_relocs: %u\n n_max_bpo_relocs: %u\n n_remain...round: %u\n\2529 (*pf) ("%4u (%4u)/%4u#%u: 0x%08lx%08lx r: %3u o: %3u\n",