HomeSort by relevance Sort by last modified time
    Searched defs:is_ordinary (Results 1 - 22 of 22) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
copy-relocs.cc 140 bool is_ordinary; local
141 unsigned int shndx = sym->shndx(&is_ordinary);
142 gold_assert(is_ordinary);
mapfile.cc 212 bool is_ordinary; local
216 && sym->shndx(&is_ordinary) == shndx
217 && is_ordinary
gc.h 238 bool is_ordinary; local
239 dst_indx = src_obj->adjust_sym_shndx(r_sym, dst_indx, &is_ordinary);
246 if (is_ordinary)
263 if (is_ordinary
273 if (!is_ordinary || dst_indx == src_indx)
285 bool is_ordinary = false; local
290 dst_indx = gsym->shndx(&is_ordinary);
301 && (!is_ordinary
323 if (is_ordinary && dst_obj != NULL)
340 if (!is_ordinary)
    [all...]
resolve.cc 91 unsigned int st_shndx, bool is_ordinary,
98 this->is_ordinary_shndx_ = is_ordinary;
117 unsigned st_shndx, bool is_ordinary,
120 this->override_base(sym, st_shndx, is_ordinary, object, version);
132 unsigned int st_shndx, bool is_ordinary,
135 tosym->override(fromsym, st_shndx, is_ordinary, object, version);
143 ssym->override(fromsym, st_shndx, is_ordinary, object, version);
176 unsigned int shndx, bool is_ordinary)
216 if (!is_ordinary)
221 if (!is_ordinary && Symbol::is_common_shndx(shndx)
465 bool is_ordinary; local
    [all...]
icf.cc 847 bool is_ordinary; local
    [all...]
target-reloc.h 81 bool is_ordinary; local
82 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary);
96 bool is_discarded = (is_ordinary
320 bool is_ordinary; local
321 shndx = psymval->input_shndx(&is_ordinary);
323 (is_ordinary
700 bool is_ordinary; local
701 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary);
702 if (is_ordinary
813 bool is_ordinary;
    [all...]
ehframe.cc 1075 bool is_ordinary; local
1077 &is_ordinary);
1078 bool is_discarded = (is_ordinary
    [all...]
reloc.cc 1421 bool is_ordinary; local
    [all...]
dwarf_reader.cc 59 unsigned int symndx, Address* value, bool* is_ordinary)
66 is_ordinary);
82 bool is_ordinary; local
84 &is_ordinary);
85 if (!is_ordinary)
    [all...]
i386.cc 1857 bool is_ordinary; local
1980 bool is_ordinary; local
    [all...]
incremental.cc 1636 bool is_ordinary; local
    [all...]
object.cc 924 // the object file. Set *IS_ORDINARY if this is an ordinary section
934 bool* is_ordinary)
947 return this->adjust_sym_shndx(sym, elfsym.get_st_shndx(), is_ordinary);
1026 bool is_ordinary; local
1029 &is_ordinary);
1030 if (!is_ordinary || sym_shndx >= this->shnum())
2211 bool is_ordinary; local
2329 bool is_ordinary; local
2681 bool is_ordinary; local
2798 bool is_ordinary; local
    [all...]
s390.cc 2358 bool is_ordinary; local
2502 bool is_ordinary; local
    [all...]
sparc.cc 2447 bool is_ordinary; local
    [all...]
symtab.cc 118 unsigned int st_shndx, bool is_ordinary)
124 this->is_ordinary_shndx_ = is_ordinary;
220 unsigned int st_shndx, bool is_ordinary)
222 this->init_base_object(name, version, object, sym, st_shndx, is_ordinary);
360 bool is_ordinary; local
361 unsigned int shndx = this->shndx(&is_ordinary);
362 if (is_ordinary && shndx != elfcpp::SHN_UNDEF
654 bool is_ordinary; local
655 unsigned int shndx = sym->shndx(&is_ordinary);
656 if (is_ordinary && shndx != elfcpp::SHN_UNDEF && !sym->object()->is_dynamic()
740 bool is_ordinary; local
1191 bool is_ordinary; local
1366 bool is_ordinary = st_shndx < elfcpp::SHN_LORESERVE; local
1517 bool is_ordinary; local
1649 bool is_ordinary = st_shndx < elfcpp::SHN_LORESERVE; local
1680 bool is_ordinary; local
2708 bool is_ordinary; local
2887 bool is_ordinary; local
3028 bool is_ordinary; local
    [all...]
symtab.h 168 shndx(bool* is_ordinary) const
171 *is_ordinary = this->is_ordinary_shndx_;
494 bool is_ordinary; local
497 unsigned int shndx = this->shndx(&is_ordinary);
498 return (is_ordinary
521 bool is_ordinary; local
523 && this->shndx(&is_ordinary) == elfcpp::SHN_UNDEF
524 && is_ordinary)
552 bool is_ordinary; local
554 && this->shndx(&is_ordinary) == elfcpp::SHN_AB
    [all...]
tilegx.cc 3480 bool is_ordinary; local
    [all...]
x86_64.cc 2617 bool is_ordinary; local
2775 bool is_ordinary; local
    [all...]
aarch64.cc 503 bool is_ordinary; local
504 unsigned int shndx = psymval->input_shndx(&is_ordinary);
506 || (is_ordinary
1952 bool is_ordinary; local
3975 bool is_ordinary; local
    [all...]
mips.cc 6604 bool is_ordinary; local
10597 bool is_ordinary; local
    [all...]
powerpc.cc 259 bool is_ordinary; local
260 if (lv->input_shndx(&is_ordinary) != this->opd_shndx())
1926 bool is_ordinary; local
5974 bool is_ordinary; local
6275 bool is_ordinary; local
6317 bool is_ordinary; local
6919 bool is_ordinary; local
7097 bool is_ordinary; local
7752 bool is_ordinary; local
    [all...]
  /toolchain/binutils/binutils-2.27/gold/testsuite/
binary_unittest.cc 125 bool is_ordinary; local
126 CHECK(relobj->symbol_section_and_value(0, &value, &is_ordinary) == 0);
127 CHECK(is_ordinary);
129 CHECK(relobj->symbol_section_and_value(1, &value, &is_ordinary) == 1);
130 CHECK(is_ordinary);
132 CHECK(relobj->symbol_section_and_value(2, &value, &is_ordinary) == 1);
133 CHECK(is_ordinary);
135 CHECK(relobj->symbol_section_and_value(3, &value, &is_ordinary)
137 CHECK(!is_ordinary);

Completed in 179 milliseconds