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

/external/elfutils/src/
H A Dstrip.c388 struct shdr_info struct
404 } *shdr_info = NULL; local
551 if ((shnum + 2) * sizeof (struct shdr_info) > MAX_STACK_ALLOC)
552 shdr_info = (struct shdr_info *) xcalloc (shnum + 2,
553 sizeof (struct shdr_info));
556 shdr_info = (struct shdr_info *) alloca ((shnum + 2)
557 * sizeof (struct shdr_info));
558 memset (shdr_info, '\
[all...]

Completed in 113 milliseconds