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

  /toolchain/binutils/binutils-2.25/gold/
copy-relocs.h 105 shndx_(shndx), output_section_(output_section),
112 unsigned int shndx_; member in struct:gold::Copy_relocs::Copy_reloc_entry
ehframe.h 273 shndx_(shndx),
287 shndx_(cie.shndx_),
342 unsigned int shndx_; member in class:gold::Cie
dwarf_reader.h 699 symtab_size_(symtab_size), shndx_(shndx), reloc_shndx_(reloc_shndx),
878 unsigned int shndx_; member in class:gold::Dwarf_info_reader
    [all...]
layout.h 228 : object_(NULL), shndx_(0), is_comdat_(false), is_group_name_(false)
235 : object_(k.object_), shndx_(k.shndx_), is_comdat_(false),
264 { return this->shndx_; }
270 gold_assert(this->shndx_ == 0);
271 this->shndx_ = shndx;
363 unsigned int shndx_; member in class:gold::Kept_section
    [all...]
incremental.h 387 { return this->sections_[n].shndx_; }
439 : shndx_(shndx), name_key_(name_key), sh_size_(sh_size)
441 unsigned int shndx_; member in struct:gold::Incremental_object_entry::Input_section
    [all...]
output.h 1139 if (this->shndx_ == INVALID_CODE)
1245 unsigned int shndx_; member in class:gold::Output_reloc
2805 unsigned int shndx_; member in class:gold::Output_relaxed_input_section
3824 unsigned int shndx_; member in class:gold::Output_section::Input_section
    [all...]
aarch64.cc 944 shndx_(shndx), sh_offset_(sh_offset),
959 { return this->shndx_; }
1036 if (this->shndx_ != k.shndx_)
1037 return this->shndx_ < k.shndx_;
1050 const unsigned int shndx_; member in class:__anon108370::Output_data_got_aarch64::Erratum_stub
1789 unsigned int shndx_; member in struct:__anon108370::Output_data_got_aarch64::AArch64_relobj::Mapping_symbol_position
    [all...]
powerpc.cc 455 Sec_info(Address start_, Address len_, unsigned int shndx_)
456 : start(start_), len(len_), shndx(shndx_)
1237 unsigned int shndx_; member in class:__anon108414::Target_powerpc::Branch_info
    [all...]
mips.cc 405 : object_(object), symndx_(symndx), tls_type_(tls_type), shndx_(shndx)
410 : object_(object), symndx_(-1U), tls_type_(tls_type), shndx_(-1U)
502 { return this->shndx_; }
526 unsigned int shndx_; member in class:__anon108396::Mips_got_entry
1465 unsigned int shndx_; member in class:__anon108396::Mips16_stub_section
3478 unsigned int shndx_; member in class:__anon108396::Target_mips::Dyn_reloc
    [all...]

Completed in 255 milliseconds