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

/external/clang/test/CodeGen/
H A D2009-01-21-InvalidIterator.c19 Elf64_Phdr; typedef in typeref:struct:__anon15824
23 const Elf64_Phdr *dlpi_phdr;
/external/elfutils/libelf/
H A Dgelf_update_phdr.c126 Elf64_Phdr *phdr = elf->state.elf64.phdr;
144 memcpy (phdr + ndx, src, sizeof (Elf64_Phdr));
H A Dgelf_getphdr.c128 Elf64_Phdr *phdr = elf->state.elf64.phdr;
H A DlibelfP.h381 Elf64_Phdr *phdr; /* Pointer to the program header array. */
528 extern Elf64_Phdr *__elf64_getphdr_internal (Elf *__elf) attribute_hidden;
530 extern Elf64_Phdr *__elf64_getphdr_wrlock (Elf *__elf) attribute_hidden;
533 extern Elf64_Phdr *__elf64_newphdr_internal (Elf *__elf, size_t __cnt)
H A Dlibelf.h250 extern Elf64_Phdr *elf64_getphdr (Elf *__elf);
255 extern Elf64_Phdr *elf64_newphdr (Elf *__elf, size_t __cnt);
H A Dgelf.h107 typedef Elf64_Phdr GElf_Phdr;
H A Delf_begin.c404 & (__alignof__ (Elf64_Phdr) - 1)) == 0)))
414 = (Elf64_Phdr *) ((char *) ehdr + ehdr->e_phoff);
H A Delf.h565 } Elf64_Phdr; typedef in typeref:struct:__anon17547
1846 /* Legal values for p_type field of Elf32_Phdr/Elf64_Phdr. */
1867 /* Legal values for p_flags field of Elf32_Phdr/Elf64_Phdr. */
/external/elfutils/libdwfl/
H A Delf-from-memory.c162 if (phentsize != sizeof (Elf64_Phdr) || phnum == 0)
206 Elf64_Phdr p64[phnum];
H A Ddwfl_segment_report_module.c220 if (phentsize != sizeof (Elf64_Phdr))
250 Elf64_Phdr p64[phnum];
H A Dlink_map.c60 #define PROBE_VAL64 sizeof (Elf64_Phdr)
711 Elf64_Phdr p64;
730 Elf64_Phdr p64[phnum];
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize_addr2line_linux.cc110 const Elf64_Phdr *s = &info->dlpi_phdr[i];
/external/elfutils/src/
H A Dxelf.h193 # define XElf_Phdr_vardef(name) Elf64_Phdr *name
280 case ELF_T_PHDR: fsize = sizeof (Elf64_Phdr); break; \
H A Delflint.c496 if (ehdr->e_phentsize != 0 && ehdr->e_phentsize != sizeof (Elf64_Phdr))
/external/llvm/include/llvm/Support/
H A DELF.h1408 struct Elf64_Phdr { struct in namespace:llvm::ELF
/external/qemu/
H A Delf.h816 /* Legal values for p_type field of Elf32_Phdr/Elf64_Phdr. */
837 /* Legal values for p_flags field of Elf32_Phdr/Elf64_Phdr. */
1061 } Elf64_Phdr; typedef in typeref:struct:elf64_phdr
/external/valgrind/main/VEX/switchback/
H A Dlinker.c183 #define Elf_Phdr Elf64_Phdr
/external/valgrind/main/VEX/unused/
H A Dlinker.c119 #define Elf_Phdr Elf64_Phdr
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c85 # define ElfXX_Phdr Elf64_Phdr
/external/valgrind/main/perf/
H A Dtinycc.c558 } Elf64_Phdr; typedef in typeref:struct:__anon27947

Completed in 216 milliseconds