OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:symtab_idx
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/src/
strip.c
397
Elf32_Word
symtab_idx
;
member in struct:shdr_info
602
assert (shdr_info[shdr_info[cnt].shdr.sh_link].
symtab_idx
== 0);
603
shdr_info[shdr_info[cnt].shdr.sh_link].
symtab_idx
= cnt;
741
if (shdr_info[cnt].
symtab_idx
!= 0
742
&& shdr_info[shdr_info[cnt].
symtab_idx
].data == NULL)
746
shdr_info[shdr_info[cnt].
symtab_idx
].data
747
= elf_getdata (shdr_info[shdr_info[cnt].
symtab_idx
].scn,
749
if (shdr_info[shdr_info[cnt].
symtab_idx
].data == NULL)
753
= shdr_info[shdr_info[cnt].
symtab_idx
].data;
[
all
...]
/external/elfutils/tests/
run-strings-test.sh
386
testfile8: 8060 shdr_info[shdr_info[cnt].shdr.sh_link].
symtab_idx
== 0
455
testfile9: 38c0 shdr_info[shdr_info[cnt].shdr.sh_link].
symtab_idx
== 0
Completed in 882 milliseconds