Searched refs:elf_file_ (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Ddynobj.h212 { return this->elf_file_.section_size(shndx); }
217 { return this->elf_file_.section_name(shndx); }
225 Location loc(this->elf_file_.section_contents(shndx));
238 { return this->elf_file_.section_flags(shndx); }
248 { return this->elf_file_.section_addr(shndx); }
253 { return this->elf_file_.section_type(shndx); }
258 { return this->elf_file_.section_link(shndx); }
263 { return this->elf_file_.section_info(shndx); }
268 { return this->elf_file_.section_addralign(shndx); }
303 shndx += this->elf_file_
349 elfcpp::Elf_file<size, big_endian, Object> elf_file_; member in class:gold::Sized_dynobj
[all...]
H A Dincremental.cc202 this->elf_file_.find_section_by_type(elfcpp::SHT_GNU_INCREMENTAL_INPUTS);
207 this->elf_file_.find_section_by_type(elfcpp::SHT_GNU_INCREMENTAL_SYMTAB);
210 if (this->elf_file_.section_link(symtab_shndx) != inputs_shndx)
214 this->elf_file_.find_section_by_type(elfcpp::SHT_GNU_INCREMENTAL_RELOCS);
217 if (this->elf_file_.section_link(relocs_shndx) != inputs_shndx)
221 this->elf_file_.find_section_by_type(elfcpp::SHT_GNU_INCREMENTAL_GOT_PLT);
224 if (this->elf_file_.section_link(got_plt_shndx) != inputs_shndx)
227 unsigned int strtab_shndx = this->elf_file_.section_link(inputs_shndx);
229 || strtab_shndx > this->elf_file_.shnum()
230 || this->elf_file_
[all...]
H A Dobject.h2438 { return this->elf_file_.section_size(shndx); }
2443 { return this->elf_file_.section_name(shndx); }
2450 Object::Location loc(this->elf_file_.section_contents(shndx));
2471 { return this->elf_file_.section_addr(shndx); }
2476 { return this->elf_file_.section_type(shndx); }
2481 { return this->elf_file_.section_link(shndx); }
2486 { return this->elf_file_.section_info(shndx); }
2491 { return this->elf_file_.section_addralign(shndx); }
2511 shndx += this->elf_file_.large_shndx_offset();
2533 { return &this->elf_file_; }
[all...]
H A Ddwp.cc257 elf_file_(this, ehdr)
271 { return this->elf_file_.section_type(shndx); }
276 { return this->elf_file_.section_name(shndx); }
281 { return this->elf_file_.section_size(shndx); }
440 elfcpp::Elf_file<size, big_endian, Object> elf_file_; member in class:gold::Sized_relobj_dwo
777 const off_t shoff = this->elf_file_.shoff();
778 const unsigned int shnum = this->elf_file_.shnum();
789 pshdrs + this->elf_file_.shstrndx() * shdr_size;
817 Object::Location loc(this->elf_file_.section_contents(shndx));
H A Ddynobj.cc82 elf_file_(this, ehdr),
95 const unsigned int shnum = this->elf_file_.shnum();
132 Xindex* xindex = new Xindex(this->elf_file_.large_shndx_offset());
160 Xindex* xindex = new Xindex(this->elf_file_.large_shndx_offset());
194 Xindex* xindex = new Xindex(this->elf_file_.large_shndx_offset());
350 this->read_section_data(&this->elf_file_, sd);
464 Xindex* xindex = new Xindex(this->elf_file_.large_shndx_offset());
H A Dobject.cc466 elf_file_(this, ehdr),
500 const unsigned int shnum = this->elf_file_.shnum();
534 new Xindex(this->elf_file_.large_shndx_offset());
563 Xindex* xindex = new Xindex(this->elf_file_.large_shndx_offset());
840 this->read_section_data(&this->elf_file_, sd);
989 typename This::Shdr symshdr(this, this->elf_file_.section_header(link));
2172 this->elf_file_.section_header(symtab_shndx));
2585 return this->elf_file_.section_flags(shndx);
2634 this->elf_file_.section_header(symtab_shndx));
H A Dincremental.h1595 : Incremental_binary(output, target), elf_file_(this, ehdr),
1782 elfcpp::Elf_file<size, big_endian, Incremental_binary> elf_file_; member in class:gold::Sized_incremental_binary
H A Dreloc.cc274 const unsigned char* pshdrs = this->get_view(this->elf_file_.shoff(),
594 const unsigned char* pshdrs = this->get_view(this->elf_file_.shoff(),

Completed in 197 milliseconds