Home
last modified time | relevance | path

Searched refs:C_FILE (Results 1 – 25 of 77) sorted by relevance

1234

/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dcolors.h81 C_ORPHAN, C_FIFO, C_CHR, C_DIR, C_BLK, C_FILE, \
82 C_LINK, C_SOCK, C_FILE, C_DIR \
91 C_LEFT, C_RIGHT, C_END, C_RESET, C_NORM, C_FILE, C_DIR, C_LINK, enumerator
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dcolors.h81 C_ORPHAN, C_FIFO, C_CHR, C_DIR, C_BLK, C_FILE, \
82 C_LINK, C_SOCK, C_FILE, C_DIR \
91 C_LEFT, C_RIGHT, C_END, C_RESET, C_NORM, C_FILE, C_DIR, C_LINK, enumerator
H A Dcolors.c196 colored_filetype = C_FILE; in _rl_print_color_indicator()
255 if (colored_filetype == C_FILE) in _rl_print_color_indicator()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp247 ECase(C_FCN), ECase(C_EOS), ECase(C_FILE), ECase(C_LINE),
265 case XCOFF::C_FILE: in GetSymbolValueName()
327 if (XCOFFSymRef.getStorageClass() == XCOFF::C_FILE) { in printSymbol()
345 case XCOFF::C_FILE: in printSymbol()
/netbsd-src/external/cddl/osnet/dist/head/
H A Dstorclass.h62 #define C_FILE 103 /* file name */ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgsyms.h52 C_FILE = 103, enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgsyms.h52 C_FILE = 103, enumerator
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcoffgen.c758 if (s->u.syment.n_sclass == C_FILE) in coff_renumber_symbols()
908 if (native->u.syment.n_sclass == C_FILE in coff_fix_symbol_name()
1015 if (native->u.syment.n_sclass == C_FILE) in coff_write_symbol()
1060 if (native->u.syment.n_sclass == C_FILE in coff_write_symbol()
1166 native->u.syment.n_sclass = C_FILE; in coff_write_alien_symbol()
1478 if (n_sclass == C_FILE) in coff_pointerize_aux()
1816 if (internal_ptr->u.syment.n_sclass == C_FILE in coff_get_normalized_symtab()
2125 case C_FILE: in coff_print_symbol()
2336 if (p->u.syment.n_sclass == C_FILE) in coff_find_nearest_line_with_names()
2365 if (p2->u.syment.n_sclass == C_FILE) in coff_find_nearest_line_with_names()
[all …]
H A Dcoffswap.h418 case C_FILE: in coff_swap_aux_in()
524 case C_FILE: in coff_swap_aux_out()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcoffgen.c871 if (s->u.syment.n_sclass == C_FILE) in coff_renumber_symbols()
1021 if (native->u.syment.n_sclass == C_FILE in coff_fix_symbol_name()
1128 if (native->u.syment.n_sclass == C_FILE) in coff_write_symbol()
1173 if (native->u.syment.n_sclass == C_FILE in coff_write_symbol()
1280 native->u.syment.n_sclass = C_FILE; in coff_write_alien_symbol()
1588 if (n_sclass == C_FILE) in coff_pointerize_aux()
1909 if (sym->u.syment.n_sclass == C_FILE in coff_get_normalized_symtab()
2230 case C_FILE: in coff_print_symbol()
2441 if (p->u.syment.n_sclass == C_FILE) in coff_find_nearest_line_with_names()
2470 if (p2->u.syment.n_sclass == C_FILE) in coff_find_nearest_line_with_names()
[all …]
H A Dcoffswap.h418 case C_FILE: in coff_swap_aux_in()
517 case C_FILE: in coff_swap_aux_out()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp51 ECase(C_FILE); in enumeration()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dobj-coff.c327 S_SET_STORAGE_CLASS (symbolP, C_FILE); in c_dot_file_symbol()
630 case C_FILE: in obj_coff_endef()
1385 && S_GET_STORAGE_CLASS (symp) != C_FILE))) in coff_frob_symbol()
1706 || S_GET_STORAGE_CLASS (symbol_rootP) != C_FILE) in coff_adjust_symtab()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dobj-coff.c327 S_SET_STORAGE_CLASS (symbolP, C_FILE); in c_dot_file_symbol()
630 case C_FILE: in obj_coff_endef()
1385 && S_GET_STORAGE_CLASS (symp) != C_FILE))) in coff_frob_symbol()
1706 || S_GET_STORAGE_CLASS (symbol_rootP) != C_FILE) in coff_adjust_symtab()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Drdcoff.c734 if (this_coff_symno == next_c_file && syment.n_sclass != C_FILE) in parse_coff()
754 case C_FILE: in parse_coff()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Drdcoff.c688 if (this_coff_symno == next_c_file && syment.n_sclass != C_FILE) in parse_coff()
708 case C_FILE: in parse_coff()
/netbsd-src/external/gpl3/binutils/dist/include/coff/
H A Dinternal.h317 #define C_FILE 103 /* file name */ macro
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/
H A Dinternal.h317 #define C_FILE 103 /* file name */ macro
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dsimple-object-xcoff.c260 #define C_FILE (103) macro
958 syms[0].sym.n_sclass[0] = C_FILE; in simple_object_xcoff_write_to_file()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dsimple-object-xcoff.c260 #define C_FILE (103) macro
958 syms[0].sym.n_sclass[0] = C_FILE; in simple_object_xcoff_write_to_file()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dsimple-object-xcoff.c260 #define C_FILE (103) macro
958 syms[0].sym.n_sclass[0] = C_FILE; in simple_object_xcoff_write_to_file()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dsimple-object-xcoff.c260 #define C_FILE (103) macro
958 syms[0].sym.n_sclass[0] = C_FILE; in simple_object_xcoff_write_to_file()
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Dxcoff.c179 #define C_FILE 103 /* Source file name. */ macro
928 case C_FILE: in xcoff_initialize_fileline()
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dxcoff.c180 #define C_FILE 103 /* Source file name. */ macro
927 case C_FILE: in xcoff_initialize_fileline()
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Dcoffcode.texi177 (@code{C_FILE} symbols) are modified so that the internal
215 (@code{C_FILE}) to point to the next file place holder in the

1234