Searched refs:elsize (Results 1 – 3 of 3) sorted by relevance
/external/elfutils/src/src/ |
D | strip.c | 817 size_t elsize = gelf_fsize (elf, ELF_T_SYM, 1, in handle_elf() local 821 inner < shdr_info[cnt].data->d_size / elsize; in handle_elf() 1200 size_t elsize = gelf_fsize (elf, ELF_T_SYM, 1, in handle_elf() local 1212 >= shdr_info[cnt].data->d_size / elsize); in handle_elf() 1225 >= shdr_info[cnt].data->d_size / elsize); in handle_elf() 1230 / elsize, sizeof (Elf32_Word)); in handle_elf() 1236 inner < shdr_info[cnt].data->d_size / elsize; in handle_elf() 1339 = destidx * elsize; in handle_elf() 1494 size_t elsize = gelf_fsize (elf, ELF_T_SYM, 1, in handle_elf() local 1499 bucket[1] = symd->d_size / elsize; in handle_elf() [all …]
|
D | elflint.c | 2495 size_t elsize = elf32_fsize (ELF_T_WORD, 1, EV_CURRENT); in check_group() local 2499 if (data->d_size % elsize != 0) in check_group() 2504 if (data->d_size < elsize) in check_group() 2510 if (data->d_size < 2 * elsize) in check_group() 2514 else if (data->d_size < 3 * elsize) in check_group() 2523 memcpy (&val, data->d_buf, elsize); in check_group() 2529 for (cnt = elsize; cnt < data->d_size; cnt += elsize) in check_group() 2534 memcpy (&val, (char *) data->d_buf + cnt, elsize); in check_group() 2540 idx, section_name (ebl, idx), cnt / elsize); in check_group() 2549 idx, section_name (ebl, idx), cnt / elsize, in check_group() [all …]
|
/external/elfutils/src/tests/ |
D | run-strings-test.sh | 382 …file8: 8160 (versiondata->d_size / sizeof (GElf_Versym)) >= shdr_info[cnt].data->d_size / elsize 384 …tfile8: 8200 (versiondata->d_size / sizeof (Elf32_Word)) >= shdr_info[cnt].data->d_size / elsize
|