Home
last modified time | relevance | path

Searched refs:proc_type (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/sendmail/src/
H A Dutil.c2465 int proc_type; member
2526 npv[i].proc_type = PROC_NONE;
2536 ProcListVec[i].proc_type = type;
2615 type = ProcListVec[i].proc_type;
2711 if (ProcListVec[i].proc_type == PROC_QUEUE) in proc_list_probe()
2806 if (ProcListVec[i].proc_type != type)
/freebsd-12.1/contrib/gcc/
H A Dmips-tfile.c2297 st_t proc_type = st_Proc; in add_procedure() local
2330 proc_type = (st_t) sym_ptr->st; in add_procedure()
2344 proc_type, sc_Text, in add_procedure()
/freebsd-12.1/contrib/binutils/binutils/
H A Dreadelf.c8456 unsigned int proc_type, in process_attributes() argument
8474 if (sect->sh_type != proc_type && sect->sh_type != SHT_GNU_ATTRIBUTES) in process_attributes()