Searched refs:Elf32_Chdr (Results 1 - 12 of 12) sorted by relevance

/external/elfutils/tests/
H A Dsystem-elf-libelf-test.c30 /* This will obviously fail. It is just to check that Elf32_Chdr and
32 Elf32_Chdr *chdr = elf32_getchdr (NULL);
/external/elfutils/libelf/
H A Dchdr_xlate.h16 if (len >= sizeof (Elf32_Chdr))
17 Elf32_cvt_Chdr (dest, src, sizeof (Elf32_Chdr), encode);
H A Dgelf_getchdr.c52 Elf32_Chdr *chdr = elf32_getchdr (scn);
H A Delf_compress.c288 ? sizeof (Elf32_Chdr) : sizeof (Elf64_Chdr));
391 ? sizeof (Elf32_Chdr) : sizeof (Elf64_Chdr));
408 Elf32_Chdr chdr;
418 memcpy (out_buf, &chdr, sizeof (Elf32_Chdr));
H A Dlibelf.h49 } Elf32_Chdr; typedef in typeref:struct:__anon6260
95 ELF_T_CHDR, /* Compressed, Elf32_Chdr, Elf64_Chdr, ... */
308 extern Elf32_Chdr *elf32_getchdr (Elf_Scn *__scn);
315 from the section Shdr and will encode or decode a Elf32_Chdr or
H A Delf.h385 } Elf32_Chdr; typedef in typeref:struct:__anon6215
/external/llvm/include/llvm/Support/
H A DELF.h1324 struct Elf32_Chdr { struct
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp615 uint64_t HdrSize = Is64Bit ? sizeof(Elf64_Chdr) : sizeof(Elf32_Chdr);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h1327 struct Elf32_Chdr { struct
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp984 is64Bit() ? sizeof(ELF::Elf32_Chdr) : sizeof(ELF::Elf64_Chdr);
995 // Write Elf32_Chdr header otherwise.
/external/kmod/port-gnu/
H A Delf.h384 } Elf32_Chdr; typedef in typeref:struct:__anon9455
/external/valgrind/coregrind/m_debuginfo/
H A Dreadelf.c68 } Elf32_Chdr; typedef in typeref:struct:__anon24536
111 # define ElfXX_Chdr Elf32_Chdr

Completed in 280 milliseconds