Searched refs:symidx (Results 1 – 7 of 7) sorted by relevance
/third_party/elfutils/src/ |
D | elflint.c | 2203 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 …]
|
D | strip.c | 2224 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/ |
D | asm_newcomsym.c | 84 result->symidx = 0; in asm_newcomsym()
|
D | asm_newabssym.c | 82 result->symidx = 0; in asm_newabssym()
|
D | asm_newsym.c | 87 result->symidx = 0; in asm_newsym()
|
D | libasmP.h | 210 size_t symidx; member
|
D | asm_end.c | 268 sym->symidx = ptr; in binary_end() 372 ? runp->signature->symidx : 0); in binary_end()
|