OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shdr_info
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/src/
strip.c
388
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
, '\0', (shnum + 2) * sizeof (struct shdr_info))
[
all
...]
/external/elfutils/tests/
run-strings-test.sh
362
testfile8: 7cb8
shdr_info
[cnt].group_idx != 0
385
testfile8: 8020
shdr_info
[
shdr_info
[cnt].shdr.sh_link].version_idx == 0
386
testfile8: 8060
shdr_info
[
shdr_info
[cnt].shdr.sh_link].symtab_idx == 0
390
testfile8: 8160 (versiondata->d_size / sizeof (GElf_Versym)) >=
shdr_info
[cnt].data->d_size / elsize
391
testfile8: 81c0
shdr_info
[cnt].shdr.sh_type == 11
392
testfile8: 8200 (versiondata->d_size / sizeof (Elf32_Word)) >=
shdr_info
[cnt].data->d_size / elsize
393
testfile8: 8260
shdr_info
[cnt].shdr.sh_type == 18
394
testfile8: 82a0
shdr_info
[cnt].data != ((void *)0
[
all
...]
Completed in 45 milliseconds