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

  /toolchain/binutils/binutils-2.25/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);
  /toolchain/binutils/binutils-2.25/gold/
gc.h 244 bool is_ordinary; local
245 dst_indx = src_obj->adjust_sym_shndx(r_sym, dst_indx, &is_ordinary);
252 if (is_ordinary)
270 if (is_ordinary
280 if (!is_ordinary || dst_indx == src_indx)
292 bool is_ordinary = false; local
296 dst_indx = gsym->shndx(&is_ordinary);
306 && (!is_ordinary
328 if (is_ordinary && gsym->source() == Symbol::FROM_OBJECT)
346 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, elfcpp::STT type)
216 if (!is_ordinary)
223 else if (!is_ordinary && Symbol::is_common_shndx(shndx)
459 bool is_ordinary; local
    [all...]
symtab.h 163 shndx(bool* is_ordinary) const
166 *is_ordinary = this->is_ordinary_shndx_;
489 bool is_ordinary; local
492 unsigned int shndx = this->shndx(&is_ordinary);
493 return (is_ordinary
516 bool is_ordinary; local
518 && this->shndx(&is_ordinary) == elfcpp::SHN_UNDEF
519 && is_ordinary)
547 bool is_ordinary; local
549 && this->shndx(&is_ordinary) == elfcpp::SHN_AB
    [all...]
target-reloc.h 82 bool is_ordinary; local
83 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary);
97 bool is_discarded = (is_ordinary
320 bool is_ordinary; local
321 shndx = psymval->input_shndx(&is_ordinary);
323 (is_ordinary
581 bool is_ordinary; local
582 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary);
583 if (is_ordinary
697 bool is_ordinary;
    [all...]
symtab.cc 117 unsigned int st_shndx, bool is_ordinary)
123 this->is_ordinary_shndx_ = is_ordinary;
219 unsigned int st_shndx, bool is_ordinary)
221 this->init_base_object(name, version, object, sym, st_shndx, is_ordinary);
358 bool is_ordinary; local
359 unsigned int shndx = this->shndx(&is_ordinary);
360 if (is_ordinary && shndx != elfcpp::SHN_UNDEF
651 bool is_ordinary; local
652 unsigned int shndx = sym->shndx(&is_ordinary);
653 if (is_ordinary && shndx != elfcpp::SHN_UNDEF
736 bool is_ordinary; local
1150 bool is_ordinary; local
1322 bool is_ordinary = st_shndx < elfcpp::SHN_LORESERVE; local
1464 bool is_ordinary; local
1586 bool is_ordinary = st_shndx < elfcpp::SHN_LORESERVE; local
1621 bool is_ordinary; local
2619 bool is_ordinary; local
2798 bool is_ordinary; local
2939 bool is_ordinary; local
    [all...]
copy-relocs.cc 125 bool is_ordinary; local
126 unsigned int shndx = sym->shndx(&is_ordinary);
127 gold_assert(is_ordinary);
mapfile.cc 212 bool is_ordinary; local
216 && sym->shndx(&is_ordinary) == shndx
217 && is_ordinary
object.cc 871 // the object file. Set *IS_ORDINARY if this is an ordinary section
881 bool* is_ordinary)
894 return this->adjust_sym_shndx(sym, elfsym.get_st_shndx(), is_ordinary);
973 bool is_ordinary; local
976 &is_ordinary);
977 if (!is_ordinary || sym_shndx >= this->shnum())
2156 bool is_ordinary; local
2270 bool is_ordinary; local
2621 bool is_ordinary; local
2735 bool is_ordinary; local
    [all...]
object.h 499 // *IS_ORDINARY to indicate whether this is a normal section index,
503 adjust_sym_shndx(unsigned int symndx, unsigned int shndx, bool* is_ordinary)
506 *is_ordinary = true;
512 *is_ordinary = true;
515 *is_ordinary = false;
    [all...]
icf.cc 847 bool is_ordinary; local
    [all...]
ehframe.cc 1020 bool is_ordinary; local
1022 &is_ordinary);
1023 bool is_discarded = (is_ordinary
    [all...]
powerpc.cc 199 bool is_ordinary; local
200 if (lv->input_shndx(&is_ordinary) != this->opd_shndx())
1785 bool is_ordinary; local
5591 bool is_ordinary; local
6428 bool is_ordinary; local
6955 bool is_ordinary; local
    [all...]
incremental.cc 1636 bool is_ordinary; local
    [all...]
arm.cc     [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...]
reloc.cc 1447 bool is_ordinary; local
    [all...]
dwarf_reader.h 151 // Set *IS_ORDINARY true if the section index is an ordinary section index.
153 symbol_section(unsigned int symndx, Address* value, bool* is_ordinary);
    [all...]
i386.cc 1826 bool is_ordinary; local
1948 bool is_ordinary; local
    [all...]
x86_64.cc 2423 bool is_ordinary; local
2549 bool is_ordinary; local
    [all...]
aarch64.cc 499 bool is_ordinary; local
500 unsigned int shndx = psymval->input_shndx(&is_ordinary);
502 || (is_ordinary
1970 bool is_ordinary; local
3855 bool is_ordinary; local
    [all...]
mips.cc 5735 bool is_ordinary; local
8856 bool is_ordinary; local
    [all...]
sparc.cc 2428 bool is_ordinary; local
    [all...]
tilegx.cc 3470 bool is_ordinary; local
    [all...]

Completed in 259 milliseconds