Searched refs:local_sym_index_ (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doutput.cc731 : address_(address), local_sym_index_(GSYM_CODE), type_(type),
753 : address_(address), local_sym_index_(GSYM_CODE), type_(type),
779 : address_(address), local_sym_index_(local_sym_index), type_(type),
805 : address_(address), local_sym_index_(local_sym_index), type_(type),
830 : address_(address), local_sym_index_(SECTION_CODE), type_(type),
852 : address_(address), local_sym_index_(SECTION_CODE), type_(type),
875 : address_(address), local_sym_index_(0), type_(type),
892 : address_(address), local_sym_index_(0), type_(type),
911 : address_(address), local_sym_index_(TARGET_CODE), type_(type),
928 : address_(address), local_sym_index_(TARGET_COD
[all...]
H A Doutput.h1134 : local_sym_index_(INVALID_CODE)
1215 return (this->local_sym_index_ != GSYM_CODE
1216 && this->local_sym_index_ != SECTION_CODE
1217 && this->local_sym_index_ != INVALID_CODE
1218 && this->local_sym_index_ != TARGET_CODE
1225 { return this->local_sym_index_ == TARGET_CODE; }
1232 gold_assert(this->local_sym_index_ == TARGET_CODE);
1291 // Codes for local_sym_index_.
1307 // (this->local_sym_index_ >= 0), the object. We will never
1312 // For a global symbol (this->local_sym_index_
1342 unsigned int local_sym_index_; member in class:gold::Output_reloc
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doutput.cc729 : address_(address), local_sym_index_(GSYM_CODE), type_(type),
751 : address_(address), local_sym_index_(GSYM_CODE), type_(type),
777 : address_(address), local_sym_index_(local_sym_index), type_(type),
803 : address_(address), local_sym_index_(local_sym_index), type_(type),
828 : address_(address), local_sym_index_(SECTION_CODE), type_(type),
850 : address_(address), local_sym_index_(SECTION_CODE), type_(type),
873 : address_(address), local_sym_index_(0), type_(type),
890 : address_(address), local_sym_index_(0), type_(type),
909 : address_(address), local_sym_index_(TARGET_CODE), type_(type),
926 : address_(address), local_sym_index_(TARGET_COD
[all...]
H A Doutput.h1134 : local_sym_index_(INVALID_CODE)
1215 return (this->local_sym_index_ != GSYM_CODE
1216 && this->local_sym_index_ != SECTION_CODE
1217 && this->local_sym_index_ != INVALID_CODE
1218 && this->local_sym_index_ != TARGET_CODE
1225 { return this->local_sym_index_ == TARGET_CODE; }
1232 gold_assert(this->local_sym_index_ == TARGET_CODE);
1291 // Codes for local_sym_index_.
1307 // (this->local_sym_index_ >= 0), the object. We will never
1312 // For a global symbol (this->local_sym_index_
1342 unsigned int local_sym_index_; member in class:gold::Output_reloc
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doutput.cc731 : address_(address), local_sym_index_(GSYM_CODE), type_(type),
753 : address_(address), local_sym_index_(GSYM_CODE), type_(type),
779 : address_(address), local_sym_index_(local_sym_index), type_(type),
805 : address_(address), local_sym_index_(local_sym_index), type_(type),
830 : address_(address), local_sym_index_(SECTION_CODE), type_(type),
852 : address_(address), local_sym_index_(SECTION_CODE), type_(type),
875 : address_(address), local_sym_index_(0), type_(type),
892 : address_(address), local_sym_index_(0), type_(type),
911 : address_(address), local_sym_index_(TARGET_CODE), type_(type),
928 : address_(address), local_sym_index_(TARGET_COD
[all...]
H A Doutput.h1134 : local_sym_index_(INVALID_CODE)
1215 return (this->local_sym_index_ != GSYM_CODE
1216 && this->local_sym_index_ != SECTION_CODE
1217 && this->local_sym_index_ != INVALID_CODE
1218 && this->local_sym_index_ != TARGET_CODE
1225 { return this->local_sym_index_ == TARGET_CODE; }
1232 gold_assert(this->local_sym_index_ == TARGET_CODE);
1291 // Codes for local_sym_index_.
1307 // (this->local_sym_index_ >= 0), the object. We will never
1312 // For a global symbol (this->local_sym_index_
1342 unsigned int local_sym_index_; member in class:gold::Output_reloc
[all...]

Completed in 287 milliseconds