Searched refs:symd (Results 1 - 3 of 3) sorted by relevance
/third_party/elfutils/src/ |
H A D | elfcompress.c | 931 Elf_Data *symd = elf_getdata (newscn, NULL); in process_file() local 932 if (symd == NULL) in process_file() 939 size_t syms = symd->d_size / elsize; in process_file() 950 GElf_Sym *sym = gelf_getsym (symd, i, &sym_mem); in process_file() 1146 Elf_Data *symd = elf_getdata (scn, NULL); in process_file() local 1147 if (symd == NULL) in process_file() 1154 size_t syms = symd->d_size / elsize; in process_file() 1158 GElf_Sym *sym = gelf_getsym (symd, i, &sym_mem); in process_file() 1169 if (gelf_update_sym (symd, i, sym) == 0) in process_file()
|
H A D | strip.c | 2266 Elf_Data *symd = elf_getdata (elf_getscn (newelf, in handle_elf() local 2269 elf_assert (symd != NULL && symd->d_buf != NULL); in handle_elf() 2292 bucket[1] = symd->d_size / elsize; in handle_elf() 2297 size_t n_size = ((2 + symd->d_size / elsize + nbucket) in handle_elf() 2305 (symd->d_size / elsize + nbucket) in handle_elf() 2309 inner < symd->d_size / elsize; ++inner) in handle_elf() 2312 GElf_Sym *sym = gelf_getsym (symd, inner, &sym_mem); in handle_elf() 2343 elf_assert (symd->d_size >= 2 * sizeof (Elf64_Xword)); in handle_elf() 2353 bucket[1] = symd in handle_elf() [all...] |
/third_party/elfutils/tests/ |
H A D | elfstrmerge.c | 336 Elf_Data *symd = elf_getdata (symtabscn, NULL); in main() local 337 if (symd == NULL) in main() 339 size_t symsnum = symd->d_size / elsize; in main() 346 GElf_Sym *sym = gelf_getsym (symd, i, &sym_mem); in main()
|
Completed in 6 milliseconds