HomeSort by relevance Sort by last modified time
    Searched refs:Elf32_Ehdr (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/syslinux/core/elflink/
elfutils.h 11 static inline Elf32_Ehdr *elf_get_header(void *elf_image)
13 return (Elf32_Ehdr *) elf_image;
22 Elf32_Ehdr *elf_hdr = elf_get_header(elf_image);
36 Elf32_Ehdr *elf_hdr = elf_get_header(elf_image);
common.h 39 extern void print_elf_ehdr(Elf32_Ehdr * ehdr);
55 extern int check_header_common(Elf32_Ehdr * elf_hdr);
  /external/syslinux/com32/include/sys/i386/
module.h 30 typedef Elf32_Ehdr Elf_Ehdr;
  /external/syslinux/com32/mboot/
solaris.c 40 bool kernel_is_solaris(const Elf32_Ehdr *eh)
mboot.h 88 bool kernel_is_solaris(const Elf32_Ehdr *);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
ElfLoader.c 37 Elf32_Ehdr *Hdr = (Elf32_Ehdr*)Buf;
89 Elf32_Ehdr *Hdr32 = (Elf32_Ehdr*)Buf;
290 Elf32_Ehdr *ElfHdr;
293 ElfHdr = (Elf32_Ehdr*)ElfImage;
  /external/vixl/examples/aarch32/
disasm-a32.cc 99 explicit SectionLocator(const Elf32_Ehdr* ehdr) {
122 void LocateSymbols(const Elf32_Ehdr* ehdr,
164 const Elf32_Ehdr* ehdr_;
169 StaticSymbolVisitor(const Elf32_Ehdr* ehdr, SymbolTable* symbols)
240 const Elf32_Ehdr* ehdr = reinterpret_cast<const Elf32_Ehdr*>(base_addr);
243 (ehdr->e_ehsize != sizeof(Elf32_Ehdr))) {
  /external/elfutils/tests/
asm-tst2.c 46 .e_ehsize = sizeof (Elf32_Ehdr),
221 if ((cnt == 1 && shdr->sh_offset != ((sizeof (Elf32_Ehdr) + 15) & ~15))
223 && shdr->sh_offset != (((sizeof (Elf32_Ehdr) + 15) & ~15)
newfile.c 26 print_ehdr (Elf32_Ehdr *ehdr)
85 Elf32_Ehdr *ehdr = elf32_getehdr (elf);
asm-tst1.c 46 .e_ehsize = sizeof (Elf32_Ehdr),
206 if (shdr->sh_offset != ((sizeof (Elf32_Ehdr) + 31) & ~31))
asm-tst9.c 54 .e_ehsize = sizeof (Elf32_Ehdr),
255 if ((cnt == 1 && shdr->sh_offset != ((sizeof (Elf32_Ehdr) + 15) & ~15))
257 && shdr->sh_offset != (((sizeof (Elf32_Ehdr) + 15) & ~15)
  /system/core/libunwindstack/tests/
ElfTestUtils.cpp 134 template void TestInitEhdr<Elf32_Ehdr>(Elf32_Ehdr*, uint32_t, uint32_t);
137 template void TestInitGnuDebugdata<Elf32_Ehdr, Elf32_Shdr>(uint32_t, uint32_t, bool,
GenGnuDebugdata.cpp 103 Elf32_Ehdr ehdr32;
104 InitEhdr<Elf32_Ehdr>(&ehdr32, ELFCLASS32, EM_ARM);
105 GenElf<Elf32_Ehdr, Elf32_Shdr>(&ehdr32, elf32_fd);
MapInfoGetElfTest.cpp 83 Elf32_Ehdr ehdr;
84 TestInitEhdr<Elf32_Ehdr>(&ehdr, ELFCLASS32, EM_ARM);
111 TestInitGnuDebugdata<Elf32_Ehdr, Elf32_Shdr>(ELFCLASS32, EM_ARM, false,
143 TestInitGnuDebugdata<Elf32_Ehdr, Elf32_Shdr>(ELFCLASS32, EM_ARM, true,
175 Elf32_Ehdr ehdr;
176 TestInitEhdr<Elf32_Ehdr>(&ehdr, ELFCLASS32, EM_ARM);
204 Elf32_Ehdr ehdr;
205 TestInitEhdr<Elf32_Ehdr>(&ehdr, ELFCLASS32, EM_ARM);
233 Elf32_Ehdr ehdr;
234 TestInitEhdr<Elf32_Ehdr>(&ehdr, ELFCLASS32, EM_ARM)
    [all...]
JitDebugTest.cpp 255 CreateElf<Elf32_Ehdr, Elf32_Shdr>(0x4000, ELFCLASS32, EM_ARM, 0x1500, 0x200);
262 CreateElf<Elf32_Ehdr, Elf32_Shdr>(0x4000, ELFCLASS32, EM_ARM, 0x1500, 0x200);
271 CreateElf<Elf32_Ehdr, Elf32_Shdr>(0x4000, ELFCLASS32, EM_ARM, 0x1500, 0x200);
280 CreateElf<Elf32_Ehdr, Elf32_Shdr>(0x4000, ELFCLASS32, EM_ARM, 0x1500, 0x200);
291 CreateElf<Elf32_Ehdr, Elf32_Shdr>(0x4000, ELFCLASS32, EM_ARM, 0x1500, 0x200);
307 CreateElf<Elf32_Ehdr, Elf32_Shdr>(0x4000, ELFCLASS32, EM_ARM, 0x1500, 0x200);
308 CreateElf<Elf32_Ehdr, Elf32_Shdr>(0x5000, ELFCLASS32, EM_ARM, 0x2000, 0x300);
328 CreateElf<Elf32_Ehdr, Elf32_Shdr>(0x4000, ELFCLASS32, EM_ARM, 0x1500, 0x200);
362 CreateElf<Elf32_Ehdr, Elf32_Shdr>(0x4000, ELFCLASS32, EM_ARM, 0x1500, 0x200);
363 CreateElf<Elf32_Ehdr, Elf32_Shdr>(0x5000, ELFCLASS32, EM_ARM, 0x2300, 0x400)
    [all...]
  /external/elfutils/libelf/
gelf_update_ehdr.c 58 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr;
gelf_getehdr.c 68 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr;
libelfP.h 337 Elf32_Ehdr *ehdr; /* Pointer to the ELF header. This is
352 Elf32_Ehdr ehdr_mem; /* Memory used for ELF header when not
354 char __e32scnspad[sizeof (Elf64_Ehdr) - sizeof (Elf32_Ehdr)];
513 extern Elf32_Ehdr *__elf32_getehdr_wrlock (Elf *__elf) internal_function;
515 extern Elf32_Ehdr *__elf32_newehdr_internal (Elf *__elf) attribute_hidden;
elf_begin.c 81 Elf32_Ehdr *e32;
87 Elf32_Ehdr e32;
96 & ((is32 ? __alignof__ (Elf32_Ehdr) : __alignof__ (Elf64_Ehdr))
110 ehdr_mem.e32.e_shnum = ((Elf32_Ehdr *) e_ident)->e_shnum;
111 ehdr_mem.e32.e_shoff = ((Elf32_Ehdr *) e_ident)->e_shoff;
114 memcpy (&ehdr_mem, e_ident, sizeof (Elf32_Ehdr));
304 Elf32_Ehdr *ehdr = (Elf32_Ehdr *) ((char *) map_address + offset);
309 || (((uintptr_t) ehdr) & (__alignof__ (Elf32_Ehdr) - 1)) == 0))
318 sizeof (Elf32_Ehdr));
    [all...]
  /external/google-breakpad/src/common/linux/
elfutils.h 46 typedef Elf32_Ehdr Ehdr;
  /external/syslinux/gpxe/src/arch/i386/image/
elfboot.c 75 Elf32_Ehdr ehdr;
  /bionic/tools/relocation_packer/src/
elf_traits.h 23 typedef Elf32_Ehdr Ehdr;
  /external/syslinux/com32/include/sys/
elf32.h 76 } Elf32_Ehdr;
  /external/syslinux/com32/modules/
elf.c 62 Elf32_Ehdr *eh = ptr;
88 if (len < sizeof(Elf32_Ehdr))
106 if (eh->e_ehsize < sizeof(Elf32_Ehdr) || eh->e_ehsize >= len)
  /system/core/libunwindstack/
ElfInterface.cpp 565 template bool ElfInterface::ReadAllHeaders<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr>(uint64_t*);
568 template bool ElfInterface::ReadProgramHeaders<Elf32_Ehdr, Elf32_Phdr>(const Elf32_Ehdr&, uint64_t*);
571 template bool ElfInterface::ReadSectionHeaders<Elf32_Ehdr, Elf32_Shdr>(const Elf32_Ehdr&);
585 template void ElfInterface::GetMaxSizeWithTemplate<Elf32_Ehdr>(Memory*, uint64_t*);
588 template uint64_t ElfInterface::GetLoadBias<Elf32_Ehdr, Elf32_Phdr>(Memory*);

Completed in 639 milliseconds

1 2 3 4