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

/external/kernel-headers/original/uapi/linux/
H A Delf.h310 } Elf32_Shdr; typedef in typeref:struct:elf32_shdr
/external/llvm/include/llvm/Support/
H A DELF.h600 struct Elf32_Shdr { struct
/external/elfutils/libelf/
H A Delf.h285 } Elf32_Shdr; typedef in typeref:struct:__anon5531
1446 /* Legal values for sh_type field of Elf32_Shdr. */
1488 /* Legal values for sh_flags field of Elf32_Shdr. */
1907 /* Legal values for sh_type field of Elf32_Shdr. */
1913 /* Legal values for sh_flags field of Elf32_Shdr. */
/external/valgrind/perf/
H A Dtinycc.c312 } Elf32_Shdr; typedef in typeref:struct:__anon20297
1105 /* Legal values for sh_type field of Elf32_Shdr. */
1147 /* Legal values for sh_flags field of Elf32_Shdr. */
1436 /* Legal values for sh_type field of Elf32_Shdr. */
1449 /* Legal values for sh_flags field of Elf32_Shdr. */
19222 Elf32_Shdr shdr, *sh;
19784 ehdr.e_shentsize = sizeof(Elf32_Shdr);
19813 memset(sh, 0, sizeof(Elf32_Shdr));
19828 dummy_size_t = fwrite(sh, 1, sizeof(Elf32_Shdr), f);
19867 Elf32_Shdr *shd
[all...]

Completed in 1091 milliseconds