Lines Matching refs:offs
661 GElf_Addr addrs[n], GElf_Off offs[n]) in find_offsets()
670 if (offs[j] == 0 in find_offsets()
674 offs[j] = addrs[j] - (phdr->p_vaddr + main_bias) + phdr->p_offset; in find_offsets()
701 GElf_Off offs[i_max] = { 0, }; in translate_offs() local
702 find_offsets (mod->main.elf, adjust, phnum, i_max, addrs, offs); in translate_offs()
705 if (offs[i_hash] != 0) in translate_offs()
711 offs[i_hash] + entsz, entsz, in translate_offs()
719 if (offs[i_gnu_hash] != 0 && mod->syments == 0) in translate_offs()
731 Elf_Data *data = elf_getdata_rawchunk (mod->main.elf, offs[i_gnu_hash], in translate_offs()
738 GElf_Off buckets_at = (offs[i_gnu_hash] + sizeof *header in translate_offs()
783 if (offs[i_strtab] > offs[i_symtab] && mod->syments == 0) in translate_offs()
784 mod->syments = ((offs[i_strtab] - offs[i_symtab]) in translate_offs()
791 offs[i_symtab], in translate_offs()
800 offs[i_strtab], in translate_offs()