Searched refs:reloc_shndx_ (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/gold/ |
H A D | dwarf_reader.h | 699 symtab_size_(symtab_size), shndx_(shndx), reloc_shndx_(reloc_shndx), in Dwarf_info_reader() 887 unsigned int reloc_shndx_; variable
|
H A D | dwarf_reader.cc | 1275 this->reloc_mapper_->initialize(this->reloc_shndx_, this->reloc_type_); in do_parse() 1321 if (this->reloc_shndx_ > 0) in do_parse()
|
H A D | object.h | 2832 : name_(name), shndx_(shndx), reloc_shndx_(reloc_shndx), in Deferred_layout() 2841 unsigned int reloc_shndx_; member
|
H A D | object.cc | 2061 deferred->reloc_shndx_, in do_layout_deferred_sections() 2072 shdr, shdr.get_sh_type(), deferred->reloc_shndx_, in do_layout_deferred_sections()
|
/dflybsd-src/contrib/binutils-2.27/gold/ |
H A D | dwarf_reader.h | 699 symtab_size_(symtab_size), shndx_(shndx), reloc_shndx_(reloc_shndx), in Dwarf_info_reader() 880 unsigned int reloc_shndx_; variable
|
H A D | dwarf_reader.cc | 1260 this->reloc_mapper_->initialize(this->reloc_shndx_, this->reloc_type_); in do_parse() 1306 if (this->reloc_shndx_ > 0) in do_parse()
|
H A D | object.h | 2796 : shndx_(shndx), name_(name), reloc_shndx_(reloc_shndx), in Deferred_layout() 2803 unsigned int reloc_shndx_; member
|
H A D | object.cc | 1948 deferred->reloc_shndx_, in do_layout_deferred_sections() 1959 shdr, deferred->reloc_shndx_, in do_layout_deferred_sections()
|