Home
last modified time | relevance | path

Searched refs:C_NULL (Results 1 – 14 of 14) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/head/
HDstorclass.h40 #define C_NULL 0 macro
/freebsd-11-stable/contrib/gcc/
HDgsyms.h9 C_NULL = 0, enumerator
HDmips-tfile.c802 C_NULL = 0, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDXCOFF.h109 C_NULL = 0, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDXCOFFYAML.cpp29 ECase(C_NULL); in enumeration()
/freebsd-11-stable/contrib/binutils/include/coff/
HDinternal.h259 #define C_NULL 0 macro
/freebsd-11-stable/contrib/binutils/gas/config/
HDobj-coff.c1261 && S_GET_STORAGE_CLASS (real) == C_NULL in coff_frob_symbol()
1277 else if (S_GET_STORAGE_CLASS (symp) == C_NULL) in coff_frob_symbol()
/freebsd-11-stable/contrib/binutils/bfd/
HDcofflink.c81 ret->class = C_NULL; in _bfd_coff_link_hash_newfunc()
487 if (((*sym_hash)->class == C_NULL in coff_link_add_symbols()
1781 case C_NULL: in _bfd_coff_link_input_bfd()
2549 if (isym.n_sclass == C_NULL) in _bfd_coff_write_global_sym()
HDcoffcode.h4629 case C_NULL: in coff_slurp_symbol_table()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDXCOFFDumper.cpp251 ECase(C_NULL), ECase(C_AUTO), ECase(C_EXT), ECase(C_STAT),
/freebsd-11-stable/contrib/binutils/binutils/
HDrdcoff.c557 case C_NULL: in parse_coff_symbol()
/freebsd-11-stable/contrib/gdb/gdb/
HDxcoffread.c1341 case C_NULL: in read_xcoff_symtab()
2469 case C_NULL: in scan_xcoff_symtab()
HDcoffread.c1507 case C_NULL: in process_coff_symbol()
/freebsd-11-stable/contrib/binutils/gas/
HDChangeLog-00011923 class of the non-debug symbol is C_NULL.