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

  /external/elfutils/src/src/
strip.c 406 struct shdr_info struct
422 } *shdr_info = NULL; local
582 if ((shnum + 2) * sizeof (struct shdr_info) > MAX_STACK_ALLOC)
583 shdr_info = (struct shdr_info *) xcalloc (shnum + 2,
584 sizeof (struct shdr_info));
587 shdr_info = (struct shdr_info *) alloca ((shnum + 2)
588 * sizeof (struct shdr_info));
589 memset (shdr_info, '\0', (shnum + 2) * sizeof (struct shdr_info))
    [all...]
  /external/elfutils/src/tests/
run-strings-test.sh 354 testfile8: 7cb8 shdr_info[cnt].group_idx != 0
377 testfile8: 8020 shdr_info[shdr_info[cnt].shdr.sh_link].version_idx == 0
378 testfile8: 8060 shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0
382 testfile8: 8160 (versiondata->d_size / sizeof (GElf_Versym)) >= shdr_info[cnt].data->d_size / elsize
383 testfile8: 81c0 shdr_info[cnt].shdr.sh_type == 11
384 testfile8: 8200 (versiondata->d_size / sizeof (Elf32_Word)) >= shdr_info[cnt].data->d_size / elsize
385 testfile8: 8260 shdr_info[cnt].shdr.sh_type == 18
386 testfile8: 82a0 shdr_info[cnt].data != ((void *)0
    [all...]

Completed in 1427 milliseconds