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

  /toolchain/binutils/binutils-2.27/gold/
aarch64.cc 1298 static const unsigned int invalid_index = static_cast<unsigned int>(-1); member in class:__anon4423::Output_data_got_aarch64::Reloc_stub
    [all...]
arm.cc 472 static const unsigned int invalid_index = static_cast<unsigned int>(-1); member in class:__anon4431::Reloc_stub
514 // and R_SYM must not be invalid_index.
521 this->r_sym_ = Reloc_stub::invalid_index;
526 gold_assert(relobj != NULL && r_sym != invalid_index);
543 // Return the local symbol index or invalid_index.
551 { return this->r_sym_ == invalid_index ? this->u_.symbol : NULL; }
556 { return this->r_sym_ != invalid_index ? this->u_.relobj : NULL; }
564 && ((this->r_sym_ != Reloc_stub::invalid_index)
577 (this->r_sym_ != Reloc_stub::invalid_index)
606 // Otherwise, it is invalid_index for a global symbol
    [all...]

Completed in 70 milliseconds