Home
last modified time | relevance | path

Searched refs:get_offset (Results 1 – 13 of 13) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dstringpool.h248 get_offset(const Stringpool_char* s) const;
252 get_offset(const std::basic_string<Stringpool_char>& s) const in get_offset() function
Dbinary.cc324 oshdr.put_sh_name(*name == '\0' ? 0 : shstrtab->get_offset(name)); in write_section_header()
353 osym.put_st_name(name.empty() ? 0 : strtab->get_offset(name.c_str())); in write_symbol()
Ddynobj.cc1312 vda.set_vda_name(dynpool->get_offset(this->name())); in write()
1323 vda.set_vda_name(dynpool->get_offset(*p)); in write()
1380 vn.set_vn_file(dynpool->get_offset(this->filename())); in write()
1398 vna.set_vna_name(dynpool->get_offset((*p)->version())); in write()
Dincremental.cc1485 gold_assert(static_cast<unsigned int>(pov - oview) == (*p)->get_offset()); in write_input_files()
1543 Swap32::writeval(pov, obj->get_offset()); in write_info_blocks()
1758 Swap32::writeval(pov, member->get_offset()); in write_info_blocks()
2624 osym.put_st_name(sympool->get_offset(lsym.name)); in do_relocate()
2639 osym.put_st_name(dynpool->get_offset(lsym.name)); in do_relocate()
Dstringpool.cc449 Stringpool_template<Stringpool_char>::get_offset(const Stringpool_char* s) in get_offset() function in gold::Stringpool_template
Dobject.h267 get_offset(unsigned int got_type) const in get_offset() function
1981 && p->second->get_offset(got_type) != -1U); in do_local_has_got_offset()
1992 unsigned int off = p->second->get_offset(got_type); in do_local_got_offset()
Dsymtab.h417 { return this->got_offsets_.get_offset(got_type) != -1U; } in has_got_offset()
423 unsigned int got_offset = this->got_offsets_.get_offset(got_type); in got_offset()
Dobject.cc2636 osym.put_st_name(sympool->get_offset(name)); in write_local_symbols()
2654 osym.put_st_name(dynpool->get_offset(name)); in write_local_symbols()
Dincremental.h136 get_offset() const in get_offset() function
Dsymtab.cc3086 osym.put_st_name(pool->get_offset(sym->name())); in sized_write_symbol()
3088 osym.put_st_name(pool->get_offset(sym->versioned_name())); in sized_write_symbol()
Ddwp.cc2192 shdr.put_sh_name(name == NULL ? 0 : this->shstrtab_.get_offset(name)); in sized_write_shdr()
Doutput.cc1796 val = pool->get_offset(this->u_.str); in write()
3622 oshdr->put_sh_name(secnamepool->get_offset(this->name_)); in write_header()
/toolchain/binutils/binutils-2.25/bfd/
Dversados.c338 get_offset (int len, unsigned char *ptr) in get_offset() function
385 dst_idx += get_offset (offsetlen, srcp); in process_otr()
390 int val = get_offset (offsetlen, srcp + esdids); in process_otr()