Home
last modified time | relevance | path

Searched refs:needs_indirect (Results 1 – 5 of 5) sorted by relevance

/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dncgcnv.pas38 function needs_indirect:boolean; in needs_indirect() function
85 function tcgtypeconvnode.needs_indirect:boolean; in tcgtypeconvnode.needs_indirect()
322 hr.symbol:=current_asmdata.RefAsmSymbol('FPC_EMPTYCHAR',AT_DATA,needs_indirect);
709 hr.symbol:=current_asmdata.RefAsmSymbol('FPC_EMPTYCHAR',AT_DATA,needs_indirect);
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dncgcnv.pas38 function needs_indirect:boolean; in needs_indirect() function
85 function tcgtypeconvnode.needs_indirect:boolean; in tcgtypeconvnode.needs_indirect()
322 hr.symbol:=current_asmdata.RefAsmSymbol('FPC_EMPTYCHAR',AT_DATA,needs_indirect);
709 hr.symbol:=current_asmdata.RefAsmSymbol('FPC_EMPTYCHAR',AT_DATA,needs_indirect);
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dncgcnv.pas38 function needs_indirect:boolean; in needs_indirect() function
85 function tcgtypeconvnode.needs_indirect:boolean; in tcgtypeconvnode.needs_indirect()
322 hr.symbol:=current_asmdata.RefAsmSymbol('FPC_EMPTYCHAR',AT_DATA,needs_indirect);
709 hr.symbol:=current_asmdata.RefAsmSymbol('FPC_EMPTYCHAR',AT_DATA,needs_indirect);
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/udf/
H A Dudf.h389 int needs_indirect; /* has missing indr. */ member
H A Dudf_subr.c5289 int udf_file_type, dscr_type, strat, strat4096, needs_indirect; in udf_loadvnode() local
5337 needs_indirect = 0; in udf_loadvnode()
5362 needs_indirect = 0; in udf_loadvnode()
5415 needs_indirect = 1; in udf_loadvnode()
5458 udf_node->needs_indirect = needs_indirect; in udf_loadvnode()