Home
last modified time | relevance | path

Searched refs:is_new (Results 1 – 20 of 20) sorted by relevance

/dragonfly/contrib/binutils-2.34/gold/
H A Dmerge.cc338 bool is_new; in do_add_input_section() local
340 &is_new); in do_add_input_section()
346 if (is_new) in do_add_input_section()
382 if (is_new) in do_add_input_section()
442 bool is_new; in do_add_input_section() local
446 &is_new, in do_add_input_section()
457 if (is_new) in do_add_input_section()
537 if (is_new) in do_add_input_section()
H A Di386.cc1916 bool is_new; in local() local
1918 is_new = got->add_local_plt(object, r_sym, GOT_TYPE_STANDARD); in local()
1920 is_new = got->add_local(object, r_sym, GOT_TYPE_STANDARD); in local()
1921 if (is_new) in local()
2363 bool is_new; in global() local
2365 is_new = got->add_global(gsym, GOT_TYPE_STANDARD); in global()
2368 is_new = got->add_global_plt(gsym, GOT_TYPE_STANDARD); in global()
2375 if (is_new) in global()
H A Dx86_64.cc3707 bool is_new; in local() local
3709 is_new = got->add_local_plt(object, r_sym, GOT_TYPE_STANDARD); in local()
3711 is_new = got->add_local(object, r_sym, GOT_TYPE_STANDARD); in local()
3712 if (is_new) in local()
4227 bool is_new; in global() local
4229 is_new = got->add_global(gsym, GOT_TYPE_STANDARD); in global()
4232 is_new = got->add_global_plt(gsym, GOT_TYPE_STANDARD); in global()
4239 if (is_new) in global()
H A Dobject.cc3107 bool* is_new, in decompressed_section_contents() argument
3117 *is_new = false; in decompressed_section_contents()
3126 *is_new = false; in decompressed_section_contents()
3134 *is_new = false; in decompressed_section_contents()
3157 *is_new = true; in decompressed_section_contents()
H A Ddwarf_reader.cc1576 bool is_new = false; in Sized_dwarf_line_info() local
1579 &is_new); in Sized_dwarf_line_info()
1580 if (is_new) in Sized_dwarf_line_info()
H A Doutput.cc2735 bool is_new = false; in add_merge_input_section() local
2768 is_new = true; in add_merge_input_section()
2775 if (is_new) in add_merge_input_section()
2787 if (is_new) in add_merge_input_section()
/dragonfly/contrib/binutils-2.27/gold/
H A Dmerge.cc338 bool is_new; in do_add_input_section() local
340 &is_new); in do_add_input_section()
346 if (is_new) in do_add_input_section()
382 if (is_new) in do_add_input_section()
442 bool is_new; in do_add_input_section() local
445 &is_new); in do_add_input_section()
455 if (is_new) in do_add_input_section()
535 if (is_new) in do_add_input_section()
H A Ddwp.cc177 section_contents(unsigned int shndx, section_size_type* plen, bool* is_new) in section_contents() argument
178 { return this->obj_->decompressed_section_contents(shndx, plen, is_new); } in section_contents()
1369 bool is_new; in add_strings() local
1370 const unsigned char* pdata = this->section_contents(debug_str, &len, &is_new); in add_strings()
1401 if (is_new) in add_strings()
1424 bool is_new; in copy_section() local
1425 const unsigned char* contents = this->section_contents(shndx, &len, &is_new); in copy_section()
1430 if (is_new) in copy_section()
1434 else if (!is_new) in copy_section()
H A Di386.cc1915 bool is_new; in local() local
1917 is_new = got->add_local_plt(object, r_sym, GOT_TYPE_STANDARD); in local()
1919 is_new = got->add_local(object, r_sym, GOT_TYPE_STANDARD); in local()
1920 if (is_new) in local()
2362 bool is_new; in global() local
2364 is_new = got->add_global(gsym, GOT_TYPE_STANDARD); in global()
2367 is_new = got->add_global_plt(gsym, GOT_TYPE_STANDARD); in global()
2374 if (is_new) in global()
H A Dtilegx.cc3368 bool is_new; in local() local
3370 is_new = got->add_local_plt(object, r_sym, GOT_TYPE_STANDARD); in local()
3372 is_new = got->add_local(object, r_sym, GOT_TYPE_STANDARD); in local()
3373 if (is_new) in local()
3914 bool is_new; in global() local
3916 is_new = got->add_global(gsym, GOT_TYPE_STANDARD); in global()
3919 is_new = got->add_global_plt(gsym, GOT_TYPE_STANDARD); in global()
3926 if (is_new) in global()
H A Dx86_64.cc2598 bool is_new; in local() local
2600 is_new = got->add_local_plt(object, r_sym, GOT_TYPE_STANDARD); in local()
2602 is_new = got->add_local(object, r_sym, GOT_TYPE_STANDARD); in local()
2603 if (is_new) in local()
3067 bool is_new; in global() local
3069 is_new = got->add_global(gsym, GOT_TYPE_STANDARD); in global()
3072 is_new = got->add_global_plt(gsym, GOT_TYPE_STANDARD); in global()
3079 if (is_new) in global()
H A Dobject.cc2889 bool* is_new) in decompressed_section_contents() argument
2898 *is_new = false; in decompressed_section_contents()
2907 *is_new = false; in decompressed_section_contents()
2915 *is_new = false; in decompressed_section_contents()
2936 *is_new = true; in decompressed_section_contents()
H A Ddwarf_reader.cc1561 bool is_new = false; in Sized_dwarf_line_info() local
1564 &is_new); in Sized_dwarf_line_info()
1565 if (is_new) in Sized_dwarf_line_info()
H A Daarch64.cc6010 bool is_new = false; in local() local
6013 is_new = got->add_local_plt(object, r_sym, GOT_TYPE_STANDARD); in local()
6015 is_new = got->add_local(object, r_sym, GOT_TYPE_STANDARD); in local()
6016 if (is_new && parameters->options().output_is_position_independent()) in local()
6386 bool is_new; in global() local
6388 is_new = got->add_global(gsym, GOT_TYPE_STANDARD); in global()
6391 is_new = got->add_global_plt(gsym, GOT_TYPE_STANDARD); in global()
6398 if (is_new) in global()
H A Doutput.cc2721 bool is_new = false; in add_merge_input_section() local
2754 is_new = true; in add_merge_input_section()
2761 if (is_new) in add_merge_input_section()
2773 if (is_new) in add_merge_input_section()
H A Darm.cc9044 bool is_new; in global() local
9046 is_new = got->add_global(gsym, GOT_TYPE_STANDARD); in global()
9049 is_new = got->add_global_plt(gsym, GOT_TYPE_STANDARD); in global()
9056 if (is_new) in global()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dvr-values.c180 bool is_new; in update_value_range() local
201 is_new = old_vr->type != new_vr->type in update_value_range()
206 if (is_new) in update_value_range()
228 return is_new; in update_value_range()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-vrp.c759 bool is_new; in update_value_range() local
763 is_new = old_vr->type != new_vr->type in update_value_range()
768 if (is_new) in update_value_range()
774 return is_new; in update_value_range()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Ddecl.c12049 bool scoped_enum_p, bool *is_new) in start_enum() argument
12054 if (is_new) in start_enum()
12055 *is_new = false; in start_enum()
12125 if (is_new) in start_enum()
12126 *is_new = true; in start_enum()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Ddecl.c14204 tree attributes, bool scoped_enum_p, bool *is_new) in start_enum() argument
14209 if (is_new) in start_enum()
14210 *is_new = false; in start_enum()
14280 if (is_new) in start_enum()
14281 *is_new = true; in start_enum()