Searched refs:Elf64_Shdr (Results 1 - 24 of 24) sorted by relevance

/external/elfutils/libelf/
H A Delf_getshstrndx.c167 & (__alignof__ (Elf64_Shdr) - 1)) == 0))
169 num = ((Elf64_Shdr *) (elf->map_address + offset))->sh_link;
174 Elf64_Shdr shdr_mem;
177 sizeof (Elf64_Shdr), offset)
178 != sizeof (Elf64_Shdr)))
H A Dgelf_getshdr.c108 Elf64_Shdr *shdr
H A Dgelf_update_shdr.c110 Elf64_Shdr *shdr
H A Delf_newscn.c148 result->shdr.e64 = (Elf64_Shdr *) calloc (1, sizeof (Elf64_Shdr));
H A DlibelfP.h245 Elf64_Shdr *e64; /* Pointer to 64bit section header. */
380 Elf64_Shdr *shdr; /* Used when reading from a file. */
543 extern Elf64_Shdr *__elf64_getshdr_rdlock (Elf_Scn *__scn) internal_function;
545 extern Elf64_Shdr *__elf64_getshdr_wrlock (Elf_Scn *__scn) internal_function;
H A Delf_begin.c215 if (ehdr.e64->e_shoff + sizeof (Elf64_Shdr) > maxsize)
225 size = ((Elf64_Shdr *) ((char *) map_address + ehdr.e64->e_shoff
232 memcpy (&size, &((Elf64_Shdr *) ((char *) map_address
239 + offsetof (Elf64_Shdr, sh_size))
256 || maxsize - ehdr.e64->e_shoff < sizeof (Elf64_Shdr) * result)
402 & (__alignof__ (Elf64_Shdr) - 1)) == 0
409 = (Elf64_Shdr *) ((char *) ehdr + ehdr->e_shoff);
H A Dgelf.h86 typedef Elf64_Shdr GElf_Shdr;
H A Dlibelf.h296 extern Elf64_Shdr *elf64_getshdr (Elf_Scn *__scn);
H A Delf_getdata.c216 Elf64_Shdr *shdr
H A Delf.h302 } Elf64_Shdr; typedef in typeref:struct:__anon17537
1887 /* Legal values for sh_type field of Elf64_Shdr. */
1893 /* Legal values for sh_flags field of Elf64_Shdr. */
/external/kernel-headers/original/asm-mips/
H A Dmodule.h52 #define Elf_Shdr Elf64_Shdr
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c284 int parse_elf_section(elf_obj_t *elf, int idx, Elf32_Shdr *hdr32, Elf64_Shdr *hdr64) {
336 Elf64_Shdr shdr;
404 Elf64_Shdr shdr;
506 Elf64_Shdr shdr;
530 Elf64_Shdr dhdr;
/external/elfutils/src/
H A Dxelf.h171 # define XElf_Shdr Elf64_Shdr
200 # define XElf_Shdr_vardef(name) Elf64_Shdr *name
283 case ELF_T_SHDR: fsize = sizeof (Elf64_Shdr); break; \
H A Dunstrip.c1000 Elf64_Shdr s64[shnum - 1];
H A Delflint.c502 if (ehdr->e_shentsize != 0 && ehdr->e_shentsize != sizeof (Elf64_Shdr))
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c897 (Elf64_Half)sizeof(Elf64_Shdr), /* e_shentsize */
903 static Elf64_Shdr sectionHeaders64[5]={
/external/icu4c/tools/toolutil/
H A Dpkg_genc.c899 (Elf64_Half)sizeof(Elf64_Shdr), /* e_shentsize */
905 static Elf64_Shdr sectionHeaders64[5]={
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp422 Write16(is64Bit() ? sizeof(ELF::Elf64_Shdr) : sizeof(ELF::Elf32_Shdr));
1546 sizeof(ELF::Elf64_Shdr) : sizeof(ELF::Elf32_Shdr);
/external/llvm/include/llvm/Support/
H A DELF.h1091 struct Elf64_Shdr { struct in namespace:llvm::ELF
/external/qemu/
H A Delf.h1127 } Elf64_Shdr; typedef in typeref:struct:elf64_shdr
/external/valgrind/main/VEX/switchback/
H A Dlinker.c184 #define Elf_Shdr Elf64_Shdr
/external/valgrind/main/VEX/unused/
H A Dlinker.c120 #define Elf_Shdr Elf64_Shdr
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c84 # define ElfXX_Shdr Elf64_Shdr
/external/valgrind/main/perf/
H A Dtinycc.c326 } Elf64_Shdr; typedef in typeref:struct:__anon27937
1492 /* Legal values for sh_type field of Elf64_Shdr. */
1498 /* Legal values for sh_flags field of Elf64_Shdr. */

Completed in 181 milliseconds