Searched refs:name_string (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | rtti.c | 367 tree name_string; in tinfo_name() local 378 name_string = build_string (length + 2, buf); in tinfo_name() 381 name_string = build_string (length + 1, name); in tinfo_name() 383 return fix_string_type (name_string); in tinfo_name() 873 tree name_name, name_string; in tinfo_base_init() local 895 name_string = tinfo_name (target, !TREE_PUBLIC (name_decl)); in tinfo_base_init() 896 DECL_INITIAL (name_decl) = name_string; in tinfo_base_init() 898 pushdecl_top_level_and_finish (name_decl, name_string); in tinfo_base_init()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | rtti.c | 394 tree name_string; in tinfo_name() local 405 name_string = build_string (length + 2, buf); in tinfo_name() 408 name_string = build_string (length + 1, name); in tinfo_name() 410 return fix_string_type (name_string); in tinfo_name() 910 tree name_name, name_string; in tinfo_base_init() local 932 name_string = tinfo_name (target, !TREE_PUBLIC (name_decl)); in tinfo_base_init() 933 DECL_INITIAL (name_decl) = name_string; in tinfo_base_init() 935 pushdecl_top_level_and_finish (name_decl, name_string); in tinfo_base_init()
|
/dflybsd-src/contrib/ee/ |
H A D | create.make | 12 name_string="`uname`" 228 if [ "$name_string" = "Darwin" ]
|
/dflybsd-src/contrib/binutils-2.27/gold/ |
H A D | script.cc | 2656 std::string name_string(name, length); in script_add_file() local 2659 if (IS_ABSOLUTE_PATH(name_string.c_str())) in script_add_file() 2665 name_string = sysroot + name_string; in script_add_file() 2681 Input_file_argument file(name_string.c_str(), in script_add_file() 2695 std::string name_string(name, length); in script_add_library() local 2697 if (name_string[0] != 'l') in script_add_library() 2700 Input_file_argument file(name_string.c_str() + 1, in script_add_library()
|
H A D | layout.cc | 2188 const std::string name_string(name); in define_section_symbols() local 2190 + name_string); in define_section_symbols() 2192 + name_string); in define_section_symbols()
|
/dflybsd-src/contrib/binutils-2.34/gold/ |
H A D | script.cc | 2687 std::string name_string(name, length); in script_add_file() local 2690 if (IS_ABSOLUTE_PATH(name_string.c_str())) in script_add_file() 2696 name_string = sysroot + name_string; in script_add_file() 2712 Input_file_argument file(name_string.c_str(), in script_add_file() 2726 std::string name_string(name, length); in script_add_library() local 2728 if (name_string[0] != 'l') in script_add_library() 2731 Input_file_argument file(name_string.c_str() + 1, in script_add_library()
|
H A D | layout.cc | 2484 const std::string name_string(name); in define_section_symbols() local 2486 + name_string); in define_section_symbols() 2488 + name_string); in define_section_symbols()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | dwarf2out.c | 15482 add_name_attribute (dw_die_ref die, const char *name_string) in add_name_attribute() argument 15484 if (name_string != NULL && *name_string != 0) in add_name_attribute() 15487 name_string = (*demangle_name_func) (name_string); in add_name_attribute() 15489 add_AT_string (die, DW_AT_name, name_string); in add_name_attribute()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | dwarf2out.c | 20604 add_name_attribute (dw_die_ref die, const char *name_string) in add_name_attribute() argument 20606 if (name_string != NULL && *name_string != 0) in add_name_attribute() 20609 name_string = (*demangle_name_func) (name_string); in add_name_attribute() 20611 add_AT_string (die, DW_AT_name, name_string); in add_name_attribute()
|