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

12

/external/elfutils/libelf/
H A Delf_getshdrstrndx.c175 & (__alignof__ (Elf64_Shdr) - 1)) == 0))
180 < sizeof (Elf64_Shdr)))
189 num = ((Elf64_Shdr *) (elf->map_address + elf->start_offset
196 Elf64_Shdr shdr_mem;
199 sizeof (Elf64_Shdr), offset)
200 != sizeof (Elf64_Shdr)))
H A Delf_compress_gnu.c74 Elf64_Shdr *shdr = elf64_getshdr (scn);
128 Elf64_Shdr *shdr = elf64_getshdr (scn);
192 Elf64_Shdr *shdr = elf64_getshdr (scn);
H A Dgelf_getshdr.c85 Elf64_Shdr *shdr
H A Dgelf_update_shdr.c89 Elf64_Shdr *shdr
H A Delf_newscn.c134 result->shdr.e64 = (Elf64_Shdr *) calloc (1, sizeof (Elf64_Shdr));
H A Delf_begin.c197 || unlikely (ehdr.e64->e_shoff + sizeof (Elf64_Shdr) > maxsize))
205 & (__alignof__ (Elf64_Shdr) - 1)) == 0))
207 size = ((Elf64_Shdr *) ((char *) map_address + ehdr.e64->e_shoff
214 memcpy (&size, &((Elf64_Shdr *) ((char *) map_address
221 + offsetof (Elf64_Shdr, sh_size))
238 || maxsize - ehdr.e64->e_shoff < sizeof (Elf64_Shdr) * result)
275 else if (scncnt > SIZE_MAX / (sizeof (Elf_Scn) + sizeof (Elf64_Shdr)))
448 & (__alignof__ (Elf64_Shdr) - 1)) == 0)))
452 < scncnt * sizeof (Elf64_Shdr)))
455 = (Elf64_Shdr *) ((cha
[all...]
H A DlibelfP.h232 Elf64_Shdr *e64; /* Pointer to 64bit section header. */
364 Elf64_Shdr *shdr; /* Used when reading from a file. */
538 extern Elf64_Shdr *__elf64_getshdr_rdlock (Elf_Scn *__scn) internal_function;
540 extern Elf64_Shdr *__elf64_getshdr_wrlock (Elf_Scn *__scn) internal_function;
H A Delf_compress.c359 Elf64_Shdr *shdr = elf64_getshdr (scn);
448 Elf64_Shdr *shdr = elf64_getshdr (scn);
499 Elf64_Shdr *shdr = elf64_getshdr (scn);
H A Delf_strptr.c130 Elf64_Shdr *shdr = strscn->shdr.e64 ?: __elf64_getshdr_rdlock (strscn);
H A Dgelf.h65 typedef Elf64_Shdr GElf_Shdr;
H A Dlibelf.h303 extern Elf64_Shdr *elf64_getshdr (Elf_Scn *__scn);
H A Delf_getdata.c245 Elf64_Shdr *shdr
/external/libunwind/src/ia64/
H A DGfind_unwind_table.c40 Elf64_Shdr *shdr;
41 Elf64_Shdr *str_shdr;
75 shdr = (Elf64_Shdr *) ((char *) edi->ei.image + soff);
76 str_shdr = (Elf64_Shdr *) ((char *) edi->ei.image + str_soff);
86 shdr = (Elf64_Shdr *) (((char *) shdr) + ehdr->e_shentsize);
/external/google-breakpad/src/common/linux/
H A Delfutils.h62 typedef Elf64_Shdr Shdr;
H A Dsynth_elf.cc73 D16(addr_size_ == 8 ? sizeof(Elf64_Shdr) : sizeof(Elf32_Shdr));
/external/elfutils/tests/
H A Delfshphehdr.c143 ? sizeof (Elf32_Shdr) : sizeof (Elf64_Shdr));
/external/elfutils/src/
H A Dxelf.h163 # define XElf_Shdr Elf64_Shdr
192 # define XElf_Shdr_vardef(name) Elf64_Shdr *name
275 case ELF_T_SHDR: fsize = sizeof (Elf64_Shdr); break; \
H A Dunstrip.c1054 size_t shsize = class32 ? sizeof (Elf32_Shdr) : sizeof (Elf64_Shdr);
1071 Elf64_Shdr (*s64)[shnum - 1] = shdr;
/external/kernel-headers/original/uapi/linux/
H A Delf.h323 } Elf64_Shdr; typedef in typeref:struct:elf64_shdr
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c916 (Elf64_Half)sizeof(Elf64_Shdr), /* e_shentsize */
922 static Elf64_Shdr sectionHeaders64[5]={
/external/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c435 size_t shdr_size = class32 ? sizeof (Elf32_Shdr) : sizeof (Elf64_Shdr);
498 Elf64_Shdr (*s64)[shnum - 1] = shdrs;
/external/llvm/include/llvm/Support/
H A DELF.h614 struct Elf64_Shdr { struct
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp351 write16(is64Bit() ? sizeof(ELF::Elf64_Shdr) : sizeof(ELF::Elf32_Shdr));
/external/valgrind/VEX/switchback/
H A Dlinker.c186 #define Elf_Shdr Elf64_Shdr
/external/valgrind/VEX/unused/
H A Dlinker.c120 #define Elf_Shdr Elf64_Shdr

Completed in 3443 milliseconds

12