OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:symtab_idx
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/src/
strip.c
430
Elf32_Word
symtab_idx
;
member in struct:shdr_info
660
elf_assert (shdr_info[shdr_info[cnt].shdr.sh_link].
symtab_idx
== 0);
661
shdr_info[shdr_info[cnt].shdr.sh_link].
symtab_idx
= cnt;
833
if (shdr_info[cnt].
symtab_idx
!= 0
834
&& shdr_info[shdr_info[cnt].
symtab_idx
].data == NULL)
838
shdr_info[shdr_info[cnt].
symtab_idx
].data
839
= elf_getdata (shdr_info[shdr_info[cnt].
symtab_idx
].scn,
841
if (shdr_info[shdr_info[cnt].
symtab_idx
].data == NULL)
845
= shdr_info[shdr_info[cnt].
symtab_idx
].data;
[
all
...]
/external/elfutils/tests/
run-strings-test.sh
378
testfile8: 8060 shdr_info[shdr_info[cnt].shdr.sh_link].
symtab_idx
== 0
447
testfile9: 38c0 shdr_info[shdr_info[cnt].shdr.sh_link].
symtab_idx
== 0
/external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py
341
symtab_idx
= f.uint32()
[
all
...]
/toolchain/binutils/binutils-2.25/bfd/
mach-o.c
2919
int
symtab_idx
= -1;
local
[
all
...]
Completed in 313 milliseconds