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

  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.h 673 unsigned int string_shndx_; member in class:gold::Dwarf_die
700 reloc_type_(reloc_type), abbrev_shndx_(0), string_shndx_(0),
859 if (this->string_shndx_ > 0 && this->string_shndx_ == string_shndx)
861 if (string_shndx == 0 && this->string_shndx_ > 0)
886 unsigned int string_shndx_; member in class:gold::Dwarf_info_reader
    [all...]
dwarf_reader.cc 654 linkage_name_off_(-1), string_shndx_(0), specification_(0),
875 this->string_shndx_ = attr_value.aux.shndx;
887 this->string_shndx_ = attr_value.aux.shndx;
1029 this->string_shndx_);
1041 this->string_shndx_);
    [all...]

Completed in 75 milliseconds