Searched refs:get_offset (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dstringpool.h248 get_offset(const Stringpool_char* s) const;
252 get_offset(const std::basic_string<Stringpool_char>& s) const function in class:gold::Stringpool_template
H A Dbinary.cc330 oshdr.put_sh_name(*name == '\0' ? 0 : shstrtab->get_offset(name));
359 osym.put_st_name(name.empty() ? 0 : strtab->get_offset(name.c_str()));
H A Dstringpool.cc450 Stringpool_template<Stringpool_char>::get_offset(const Stringpool_char* s) function in class:gold::Stringpool_template
H A Ddynobj.cc1340 vda.set_vda_name(dynpool->get_offset(this->name()));
1351 vda.set_vda_name(dynpool->get_offset(*p));
1408 vn.set_vn_file(dynpool->get_offset(this->filename()));
1426 vna.set_vna_name(dynpool->get_offset((*p)->version()));
H A Dsymtab.h422 { return this->got_offsets_.get_offset(got_type) != -1U; }
428 unsigned int got_offset = this->got_offsets_.get_offset(got_type);
H A Dincremental.cc1485 gold_assert(static_cast<unsigned int>(pov - oview) == (*p)->get_offset());
1543 Swap32::writeval(pov, obj->get_offset());
1758 Swap32::writeval(pov, member->get_offset());
2625 osym.put_st_name(sympool->get_offset(lsym.name));
2640 osym.put_st_name(dynpool->get_offset(lsym.name));
H A Dobject.h268 get_offset(unsigned int got_type) const function in class:gold::Got_offset_list
2091 && p->second->get_offset(got_type) != -1U);
2104 unsigned int off = p->second->get_offset(got_type);
H A Dobject.cc2711 osym.put_st_name(sympool->get_offset(name));
2729 osym.put_st_name(dynpool->get_offset(name));
H A Dincremental.h136 get_offset() const function in class:gold::Incremental_input_entry
H A Ddwp.cc1590 // We aren't supposed to call get_offset() until after
2192 shdr.put_sh_name(name == NULL ? 0 : this->shstrtab_.get_offset(name));
H A Doutput.cc1853 val = pool->get_offset(this->u_.str);
3677 oshdr->put_sh_name(secnamepool->get_offset(this->name_));
H A Dsymtab.cc3273 osym.put_st_name(pool->get_offset(sym->name()));
3275 osym.put_st_name(pool->get_offset(sym->versioned_name()));
/haiku-buildtools/legacy/binutils/bfd/
H A Dversados.c336 get_offset (int len, unsigned char *ptr) function
383 dst_idx += get_offset (offsetlen, srcp);
388 int val = get_offset (offsetlen, srcp + esdids);
/haiku-buildtools/binutils/bfd/
H A Dversados.c348 get_offset (int len, unsigned char *ptr) function
403 dst_idx += get_offset (offsetlen, srcp);
408 int val = get_offset (offsetlen, srcp + esdids);

Completed in 229 milliseconds