Home
last modified time | relevance | path

Searched refs:current_location (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/amd/fsinfo/
H A Dfsi_util.c313 ap->a_ioloc = current_location(); in new_automount()
328 tp->t_ioloc = current_location(); in new_auto_tree()
341 hp->h_ioloc = current_location(); in new_host()
429 ep->e_ioloc = current_location(); in new_ether_if()
533 dp->d_ioloc = current_location(); in new_disk_fs()
577 fp->m_ioloc = current_location(); in new_mount()
631 fp->f_ioloc = current_location(); in new_fsmount()
H A Dfsinfo.h74 extern ioloc *current_location(void);
H A Dfsi_lex.l254 current_location(void)
/freebsd-12.1/contrib/binutils/gas/
H A Dexpr.c41 static void current_location (expressionS *);
166 current_location (&e); in expr_build_dot()
690 current_location (expressionS *expressionp) in current_location() function
1110 current_location (expressionP); in operand()
1117 current_location (expressionP); in operand()
1203 current_location (expressionP); in operand()
H A DChangeLog-9295990 * expr.c (current_location): New static function. Handle magic
992 (operand): Call current_location for '.' and '$', instead of doing
993 it inline. In MRI mode, call current_location for '*'.
H A DChangeLog-02031887 (current_location): Use symbol_temp_new_now.