Home | History | Annotate | Download | only in src

Lines Matching refs:sh_entsize

403       for (size_t i = 0; i < shdr->sh_size / shdr->sh_entsize; ++i)
414 for (size_t i = 0; i < shdr->sh_size / shdr->sh_entsize; ++i)
441 const size_t nsym = symshdr->sh_size / symshdr->sh_entsize;
442 const size_t onent = shdr->sh_size / shdr->sh_entsize;
473 switch (shdr->sh_entsize)
495 const size_t nent = symshdr->sh_size / symshdr->sh_entsize;
496 const size_t onent = shdr->sh_size / shdr->sh_entsize;
512 data->d_size = nent * shdr->sh_entsize;
556 const size_t nsym = shdr->sh_size / shdr->sh_entsize;
560 shdr->sh_size += added * shdr->sh_entsize;
1024 COPY (sh_entsize);
1111 && sec->shdr.sh_entsize == undo_sec->shdr.sh_entsize
1117 && ((sec->shdr.sh_entsize == undo_sec->shdr.sh_entsize
1123 && RELA_SCALED (sh_entsize) && RELA_SCALED (sh_size))
1124 || (sec->shdr.sh_entsize == undo_sec->shdr.sh_entsize
1535 for (size_t i = 1; i < shdr_mem.sh_size / shdr_mem.sh_entsize; ++i)
1586 / stripped_symtab->shdr.sh_entsize));
1591 const size_t unstripped_nsym = shdr->sh_size / shdr->sh_entsize;
1687 shdr->sh_size = symdata->d_size = (1 + nsym) * shdr->sh_entsize;