Searched refs:shdr_info (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/src/
H A Dstrip.c421 struct shdr_info struct
437 } *shdr_info = NULL; local
603 if ((shnum + 2) * sizeof (struct shdr_info) > MAX_STACK_ALLOC)
604 shdr_info = (struct shdr_info *) xcalloc (shnum + 2,
605 sizeof (struct shdr_info));
608 shdr_info = (struct shdr_info *) alloca ((shnum + 2)
609 * sizeof (struct shdr_info));
610 memset (shdr_info, '\
[all...]
/external/elfutils/tests/
H A Drun-strings-test.sh354 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[cn
[all...]

Completed in 4926 milliseconds