Home
last modified time | relevance | path

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

/original-bsd/include/
H A Dnlist.h37 #define N_COMM 0x12 /* common reference */ macro
/original-bsd/usr.bin/nm/
H A Dnm.c346 np->n_type = N_COMM | (np->n_type & N_EXT);
488 case N_COMM:
/original-bsd/old/ld/
H A Dld.c955 sp->n_type = N_EXT+N_COMM; in middle()
961 sp->n_type = (s&N_STAB) | (N_EXT+N_COMM); in middle()
1003 case N_EXT+N_COMM: in middle()
1291 N_COMM, "common",