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

  /toolchain/binutils/binutils-2.27/gold/
copy-relocs.h 110 shndx_(shndx), output_section_(output_section),
117 unsigned int shndx_; member in struct:gold::Copy_relocs::Copy_reloc_entry
ehframe.h 274 shndx_(shndx),
288 shndx_(cie.shndx_),
343 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 232 : object_(NULL), shndx_(0), is_comdat_(false), is_group_name_(false)
239 : object_(k.object_), shndx_(k.shndx_), is_comdat_(false),
268 { return this->shndx_; }
274 gold_assert(this->shndx_ == 0);
275 this->shndx_ = shndx;
367 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 1357 unsigned int shndx_; member in class:gold::Output_reloc
3331 unsigned int shndx_; member in class:gold::Output_relaxed_input_section
4319 unsigned int shndx_; member in class:gold::Output_section::Input_section
    [all...]
aarch64.cc 948 shndx_(shndx), sh_offset_(sh_offset),
963 { return this->shndx_; }
1040 if (this->shndx_ != k.shndx_)
1041 return this->shndx_ < k.shndx_;
1065 const unsigned int shndx_; member in class:__anon4423::Output_data_got_aarch64::Erratum_stub
1818 unsigned int shndx_; member in struct:__anon4423::Output_data_got_aarch64::AArch64_relobj::Mapping_symbol_position
    [all...]
mips.cc 444 is_section_symbol_(is_section_symbol), shndx_(shndx)
449 is_section_symbol_(false), shndx_(-1U)
534 { return this->shndx_; }
566 unsigned int shndx_; member in class:__anon4450::Mips_got_entry
1565 unsigned int shndx_; member in class:__anon4450::Mips16_stub_section
3884 unsigned int shndx_; member in class:__anon4450::Target_mips::Dyn_reloc
    [all...]
powerpc.cc 523 Sec_info(Address start_, Address len_, unsigned int shndx_)
524 : start(start_), len(len_), shndx(shndx_)
1337 unsigned int shndx_; member in class:__anon4468::Target_powerpc::Branch_info
    [all...]

Completed in 287 milliseconds