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

/external/elfutils/libelf/
H A Delf_getshstrndx.c133 & (__alignof__ (Elf64_Shdr) - 1)) == 0))
135 num = ((Elf64_Shdr *) (elf->map_address + offset))->sh_link;
140 Elf64_Shdr shdr_mem;
142 if (pread (elf->fildes, &shdr_mem, sizeof (Elf64_Shdr),
143 offset) != sizeof (Elf64_Shdr))
H A Dgelf_getshdr.c74 Elf64_Shdr *shdr = scn->shdr.e64 ?: INTUSE(elf64_getshdr) (scn);
H A Dgelf_update_shdr.c76 Elf64_Shdr *shdr = scn->shdr.e64 ?: INTUSE(elf64_getshdr) (scn);
H A Delf_newscn.c115 result->shdr.e64 = (Elf64_Shdr *) calloc (1, sizeof (Elf64_Shdr));
H A DlibelfP.h200 Elf64_Shdr *e64; /* Pointer to 64bit section header. */
321 Elf64_Shdr *shdr; /* Used when reading from a file. */
460 extern Elf64_Shdr *__elf64_getshdr_internal (Elf_Scn *__scn) attribute_hidden;
H A Delf_begin.c150 if (offset + ehdr.e64->e_shoff + sizeof (Elf64_Shdr) > maxsize)
159 result = ((Elf64_Shdr *) ((char *) map_address
168 + offsetof (Elf64_Shdr, sh_size))
338 & (__alignof__ (Elf64_Shdr) - 1)) == 0
346 (Elf64_Shdr *) ((char *) map_address + offset
H A Dgelf.h53 typedef Elf64_Shdr GElf_Shdr;
H A Dlibelf.h228 extern Elf64_Shdr *elf64_getshdr (Elf_Scn *__scn);
H A Delf_getdata.c203 Elf64_Shdr *shdr = scn->shdr.e64 ?: INTUSE(elf64_getshdr) (scn);
H A Delf.h291 } Elf64_Shdr; typedef in typeref:struct:__anon4198
1786 /* Legal values for sh_type field of Elf64_Shdr. */
1792 /* Legal values for sh_flags field of Elf64_Shdr. */
/external/libvpx/build/make/
H A Dobj_int_extract.c386 int parse_elf_section(elf_obj_t *elf, int idx, Elf32_Shdr *hdr32, Elf64_Shdr *hdr64)
447 Elf64_Shdr shdr;
527 Elf64_Shdr shdr;
643 Elf64_Shdr shdr;
671 Elf64_Shdr dhdr;
/external/elfutils/src/
H A Dxelf.h159 # define XElf_Shdr Elf64_Shdr
188 # define XElf_Shdr_vardef(name) Elf64_Shdr *name
271 case ELF_T_SHDR: fsize = sizeof (Elf64_Shdr); break; \
H A Delflint.c513 if (ehdr->e_shentsize != 0 && ehdr->e_shentsize != sizeof (Elf64_Shdr))
/external/kernel-headers/original/linux/
H A Delf.h293 } Elf64_Shdr; typedef in typeref:struct:elf64_shdr
/external/icu4c/tools/toolutil/
H A Dpkg_genc.c889 (Elf64_Half)sizeof(Elf64_Shdr), /* e_shentsize */
895 static Elf64_Shdr sectionHeaders64[5]={
/external/llvm/include/llvm/Support/
H A DELF.h673 struct Elf64_Shdr { struct in namespace:llvm::ELF
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp124 Write16(is64Bit() ? sizeof(ELF::Elf64_Shdr) : sizeof(ELF::Elf32_Shdr));
1205 sizeof(ELF::Elf64_Shdr) : sizeof(ELF::Elf32_Shdr);
/external/qemu/
H A Delf.h1127 } Elf64_Shdr; typedef in typeref:struct: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:__anon11494
1492 /* Legal values for sh_type field of Elf64_Shdr. */
1498 /* Legal values for sh_flags field of Elf64_Shdr. */

Completed in 171 milliseconds