Home
last modified time | relevance | path

Searched refs:symidx (Results 1 – 7 of 7) sorted by relevance

/third_party/elfutils/src/
Delflint.c2203 Elf32_Word symidx = ((Elf32_Word *) data->d_buf)[cnt]; in check_gnu_hash() local
2205 if (symidx == 0) in check_gnu_hash()
2208 if (symidx < symbias) in check_gnu_hash()
2216 while (symidx - symbias < maxidx) in check_gnu_hash()
2221 + symidx in check_gnu_hash()
2228 GElf_Sym *sym = gelf_getsym (symdata, symidx, &sym_mem); in check_gnu_hash()
2233 idx, section_name (ebl, idx), symidx, in check_gnu_hash()
2246 idx, section_name (ebl, idx), symidx, in check_gnu_hash()
2255 idx, section_name (ebl, idx), symidx, in check_gnu_hash()
2279 ++symidx; in check_gnu_hash()
[all …]
Dstrip.c2224 size_t symidx = GELF_R_SYM (rel_mem.r_info); in handle_elf() local
2225 elf_assert (symidx < symidxn); in handle_elf()
2226 if (newsymidx[symidx] != symidx) in handle_elf()
2229 = GELF_R_INFO (newsymidx[symidx], in handle_elf()
2243 size_t symidx = GELF_R_SYM (rel_mem.r_info); in handle_elf() local
2244 elf_assert (symidx < symidxn); in handle_elf()
2245 if (newsymidx[symidx] != symidx) in handle_elf()
2248 = GELF_R_INFO (newsymidx[symidx], in handle_elf()
/third_party/elfutils/libasm/
Dasm_newcomsym.c84 result->symidx = 0; in asm_newcomsym()
Dasm_newabssym.c82 result->symidx = 0; in asm_newabssym()
Dasm_newsym.c87 result->symidx = 0; in asm_newsym()
DlibasmP.h210 size_t symidx; member
Dasm_end.c268 sym->symidx = ptr; in binary_end()
372 ? runp->signature->symidx : 0); in binary_end()