HomeSort by relevance Sort by last modified time
    Searched refs:shndx_ (Results 1 - 16 of 16) 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_),
337 unsigned int shndx_; member in class:gold::Cie
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...]
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...]
output.cc 719 is_section_symbol_(false), use_plt_offset_(use_plt_offset), shndx_(INVALID_CODE)
741 is_section_symbol_(false), use_plt_offset_(use_plt_offset), shndx_(shndx)
768 shndx_(INVALID_CODE)
794 shndx_(shndx)
818 is_section_symbol_(true), use_plt_offset_(false), shndx_(INVALID_CODE)
840 is_section_symbol_(true), use_plt_offset_(false), shndx_(shndx)
863 is_section_symbol_(false), use_plt_offset_(false), shndx_(INVALID_CODE)
880 is_section_symbol_(false), use_plt_offset_(false), shndx_(shndx)
899 is_section_symbol_(false), use_plt_offset_(false), shndx_(INVALID_CODE)
916 is_section_symbol_(false), use_plt_offset_(false), shndx_(shndx
    [all...]
copy-relocs.cc 208 entry.shndx_, entry.address_,
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...]
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...]
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:__anon75300::Output_data_got_aarch64::Erratum_stub
1789 unsigned int shndx_; member in struct:__anon75300::Output_data_got_aarch64::AArch64_relobj::Mapping_symbol_position
    [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:__anon75326::Mips_got_entry
1465 unsigned int shndx_; member in class:__anon75326::Mips16_stub_section
3478 unsigned int shndx_; member in class:__anon75326::Target_mips::Dyn_reloc
    [all...]
object.cc     [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:__anon75344::Target_powerpc::Branch_info
    [all...]
object.h     [all...]
arm.cc 681 { return this->shndx_; }
707 : Stub(stub_template), relobj_(relobj), shndx_(shndx),
742 unsigned int shndx_;
1051 : Output_section_data(8, 4, true), relobj_(relobj), shndx_(shndx)
1062 { return this->shndx_; }
1088 unsigned int shndx_;
    [all...]
dwarf_reader.cc     [all...]
ehframe.cc 425 merge_map->add_mapping(this->object_, this->shndx_, this->input_offset_,
    [all...]

Completed in 774 milliseconds