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

1 2 3

  /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;
elf32.h 83 } Elf32_Ehdr;
  /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)
update1.c 38 Elf32_Ehdr *ehdr;
update2.c 38 Elf32_Ehdr *ehdr;
update3.c 40 Elf32_Ehdr *ehdr;
alldts.c 90 Elf32_Ehdr *ehdr = elf32_newehdr (elf);
  /external/u-boot/cmd/
elf.c 72 Elf32_Ehdr *ehdr; /* Elf header structure pointer */
76 ehdr = (Elf32_Ehdr *)addr;
103 Elf32_Ehdr *ehdr; /* Elf header structure pointer */
109 ehdr = (Elf32_Ehdr *)addr;
172 Elf32_Ehdr *ehdr; /* Elf header structure pointer */
174 ehdr = (Elf32_Ehdr *)addr;
  /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 340 Elf32_Ehdr *ehdr; /* Pointer to the ELF header. This is
355 Elf32_Ehdr ehdr_mem; /* Memory used for ELF header when not
357 char __e32scnspad[sizeof (Elf64_Ehdr) - sizeof (Elf32_Ehdr)];
490 extern Elf32_Ehdr *__elf32_getehdr_wrlock (Elf *__elf) internal_function;
492 extern Elf32_Ehdr *__elf32_newehdr_internal (Elf *__elf) attribute_hidden;
elf_begin.c 80 Elf32_Ehdr *e32;
86 Elf32_Ehdr e32;
95 & ((is32 ? __alignof__ (Elf32_Ehdr) : __alignof__ (Elf64_Ehdr))
109 ehdr_mem.e32.e_shnum = ((Elf32_Ehdr *) e_ident)->e_shnum;
110 ehdr_mem.e32.e_shoff = ((Elf32_Ehdr *) e_ident)->e_shoff;
113 memcpy (&ehdr_mem, e_ident, sizeof (Elf32_Ehdr));
332 Elf32_Ehdr *ehdr = (Elf32_Ehdr *) ((char *) map_address + offset);
337 || (((uintptr_t) ehdr) & (__alignof__ (Elf32_Ehdr) - 1)) == 0))
346 sizeof (Elf32_Ehdr));
    [all...]
libelf.h 255 extern Elf32_Ehdr *elf32_getehdr (Elf *__elf);
260 extern Elf32_Ehdr *elf32_newehdr (Elf *__elf);
  /external/google-breakpad/src/common/linux/
elfutils.h 46 typedef Elf32_Ehdr Ehdr;
dump_symbols_unittest.cc 82 Elf32_Ehdr header;
  /external/u-boot/drivers/net/pfe_eth/
pfe_firmware.c 34 Elf32_Ehdr *elf_hdr = (Elf32_Ehdr *)pfe_firmware;
  /external/elfutils/libdwfl/
elf-from-memory.c 82 sizeof (Elf32_Ehdr), initial_bufsize);
105 Elf32_Ehdr e32;
130 xlatefrom.d_size = sizeof (Elf32_Ehdr);
  /art/libelffile/elf/
elf_utils.h 34 typedef Elf32_Ehdr Ehdr;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf32.h 83 } Elf32_Ehdr;
  /external/libchrome/base/debug/
elf_reader_linux.cc 23 using Ehdr = Elf32_Ehdr;
  /external/icu/icu4c/source/tools/toolutil/
pkg_genc.cpp 659 Elf32_Ehdr header32;
660 /* Elf32_Ehdr and ELF64_Ehdr are identical for the necessary fields. */
719 if(length<(int32_t)sizeof(Elf32_Ehdr)) {
791 static Elf32_Ehdr header32={
804 (Elf32_Off)sizeof(Elf32_Ehdr), /* e_shoff */
806 (Elf32_Half)sizeof(Elf32_Ehdr), /* eh_size */
    [all...]

Completed in 762 milliseconds

1 2 3