HomeSort by relevance Sort by last modified time
    Searched refs:shnums (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libdwfl/
relocate.c 550 size_t shnums; local
551 if (elf_getshdrnum (relocated, &shnums) < 0)
555 GElf_Off shdrs_end = shdrs_start + shnums * shentsize;
  /external/elfutils/src/
readelf.c 523 size_t shnums; local
534 if (elf_getshdrnum (elf, &shnums) < 0)
549 for (cnt = 0; cnt < shnums; ++cnt)
    [all...]

Completed in 298 milliseconds