Searched refs:poff (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dfileread.cc479 off_t poff = File_read::page_offset(start); local
481 section_size_type psize = File_read::pages(size + (start - poff));
483 if (poff + static_cast<off_t>(psize) >= this->size_)
485 psize = this->size_ - poff;
497 this->do_read(poff, psize, static_cast<unsigned char*>(p) + byteshift);
503 p = ::mmap(NULL, psize, PROT_READ, MAP_PRIVATE, this->descriptor_, poff);
514 this->do_read(poff, psize, p);
520 File_read::View* v = new File_read::View(poff, psize, pbytes, byteshift,
H A Doutput.cc4306 off_t* poff,
4312 off_t orig_off = *poff;
4323 off_t off = *poff;
4381 *poff = off;
4401 off_t foff = *poff;
4407 *poff += last_relro_pad;
4420 addr, poff, &foff, pshndx,
4427 gold_assert(*poff == foff
4444 *poff = align_address(*poff, segment_alig
4301 set_section_addresses(const Target* target, Layout* layout, bool reset, uint64_t addr, unsigned int* increase_relro, bool* has_relro, off_t* poff, unsigned int* pshndx) argument
4495 set_section_list_addresses(Layout* layout, bool reset, Output_data_list* pdl, uint64_t addr, off_t* poff, off_t* pfoff, unsigned int* pshndx, bool* in_tls) argument
[all...]
H A Dlayout.cc4014 off_t* poff,
4147 symtab_off = align_address(*poff, align);
4150 symtab_off = this->allocate(off, align, *poff);
4167 if (symtab_off + off > *poff)
4168 *poff = symtab_off + off;
4206 Layout::create_shdrs(const Output_section* shstrtab_section, off_t* poff)
4217 off = align_address(*poff, oshdrs->addralign());
4221 off = this->allocate(oshdrs->data_size(), oshdrs->addralign(), *poff);
4232 if (off > *poff)
4233 *poff
[all...]
H A Dsymtab.h1886 add_to_final_symtab(Symbol*, Stringpool*, unsigned int* pindex, off_t* poff);
H A Doutput.h4789 off_t* poff, unsigned int* pshndx);
4855 uint64_t addr, off_t* poff, off_t* fpoff,
H A Dsymtab.cc2666 unsigned int* pindex, off_t* poff)
2674 *poff += elfcpp::Elf_sizes<size>::sym_size;
2665 add_to_final_symtab(Symbol* sym, Stringpool* pool, unsigned int* pindex, off_t* poff) argument
/haiku-buildtools/binutils/bfd/
H A Delf32-rl78.c2509 int poff;
2525 poff = 1;
2530 poff = 0;
2535 /* We have a matched insn, and poff is 0 or 1 depending
2540 insn[poff] = relax_addr16[idx].insn_for_sfr;
2541 SNIP (poff+2, 1, R_RL78_RH_SFR);
2546 insn[poff] = relax_addr16[idx].insn_for_saddr;
2547 SNIP (poff+2, 1, R_RL78_RH_SADDR);
2503 int poff; local

Completed in 206 milliseconds