Searched refs:C_FILE (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/cddl/contrib/opensolaris/head/
H A Dstorclass.h62 #define C_FILE 103 /* file name */ macro
/freebsd-10.0-release/contrib/gcc/
H A Dgsyms.h32 C_FILE = 103, enumerator in enum:sdb_storage_class
H A Dmips-tfile.c830 C_FILE = 103,
1332 sc_Nil, /* 103: C_FILE file start */
1443 st_File, /* 103: C_FILE file start */
824 C_FILE = 103, enumerator in enum:coff_storage
/freebsd-10.0-release/contrib/nvi/ex/
H A Dex_def.h24 #define C_FILE 23 macro
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dobj-coff.c273 S_SET_STORAGE_CLASS (symbolP, C_FILE);
584 case C_FILE:
1359 && S_GET_STORAGE_CLASS (symp) != C_FILE)))
1648 || S_GET_STORAGE_CLASS (symbol_rootP) != C_FILE)
H A Dtc-ppc.c3696 && (S_GET_STORAGE_CLASS (look) == C_FILE
4889 && S_GET_STORAGE_CLASS (sym) != C_FILE)))
4955 && S_GET_STORAGE_CLASS (sym) != C_FILE
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dcoffgen.c610 Coff requires that each C_FILE symbol points to the next one in the
680 if (s->u.syment.n_sclass == C_FILE)
790 if (native->u.syment.n_sclass == C_FILE
904 if (native->u.syment.n_sclass == C_FILE)
1208 else if (c_symbol->native->u.syment.n_sclass == C_FILE
1349 if (class == C_FILE)
1627 if (internal_ptr->u.syment.n_sclass == C_FILE
1933 case C_FILE:
2076 /* Find the first C_FILE symbol. */
2084 if (p->u.syment.n_sclass == C_FILE)
[all...]
H A Dcoffswap.h398 case C_FILE:
503 case C_FILE:
H A Dcoff64-rs6000.c365 case C_FILE:
456 case C_FILE:
H A Dcofflink.c965 /* The value of the last C_FILE symbol is supposed to be the symbol
1799 case C_FILE:
1800 /* The value of a C_FILE symbol is the symbol index of
1801 the next C_FILE symbol. The value of the last C_FILE
1804 this right--it just sets the value of the last C_FILE
1812 /* We must correct the value of the last C_FILE
1817 /* The last C_FILE symbol is in this input file. */
1829 /* We have already written out the last C_FILE
1950 if (isymp->n_sclass == C_FILE)
[all...]
H A DpeXXigen.c235 case C_FILE:
308 case C_FILE:
H A Dxcofflink.c90 /* Symbol index of last C_FILE symbol (-1 if none). */
92 /* Contents of last C_FILE symbol. */
1096 If C_FILE or first time, handle special
1100 if (sym.n_sclass == C_FILE && csect != NULL)
1111 else if (first_csect == NULL || sym.n_sclass == C_FILE)
3798 /* The value of a C_FILE symbol is the symbol index of the
3799 next C_FILE symbol. The value of the last C_FILE symbol
3803 if (isym.n_sclass == C_FILE)
3808 /* We must correct the value of the last C_FILE entr
[all...]
H A Dcoff-rs6000.c397 case C_FILE:
516 case C_FILE:
H A Dcoffcode.h165 (<<C_FILE>> symbols) are modified so that the internal
205 (@code{C_FILE}) to point to the next file place holder in the
2080 if (sym.n_sclass == C_FILE)
4536 case C_FILE: /* File name. */
/freebsd-10.0-release/contrib/binutils/binutils/
H A Drdcoff.c727 if (this_coff_symno == next_c_file && syment.n_sclass != C_FILE)
729 /* The last C_FILE symbol points to the first external
747 case C_FILE:
H A Dcoffgrok.c616 case C_FILE:
/freebsd-10.0-release/contrib/binutils/include/coff/
H A Dinternal.h283 #define C_FILE 103 /* file name */ macro
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dxcoffread.c110 This is calculated from the first function seen after a C_FILE
1039 if (cs->c_symnum == next_file_symnum && cs->c_sclass != C_FILE)
1212 case C_FILE:
1419 /* When reading symbols for the last C_FILE of the objfile, try
1579 /* Extract the file name from the aux entry of a C_FILE symbol.
2403 case C_FILE:
H A Dcoffread.c749 if (cs->c_symnum == next_file_symnum && cs->c_sclass != C_FILE)
792 case C_FILE:
1261 /* Extract the file name from the aux entry of a C_FILE symbol. Return

Completed in 275 milliseconds