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

1 2 3 4

  /external/elfutils/libelf/
elf_getshdrstrndx.c 114 & (__alignof__ (Elf32_Shdr) - 1)) == 0))
119 < sizeof (Elf32_Shdr)))
128 num = ((Elf32_Shdr *) (elf->map_address + elf->start_offset
135 Elf32_Shdr shdr_mem;
138 sizeof (Elf32_Shdr), offset)
139 != sizeof (Elf32_Shdr)))
elf_compress_gnu.c 64 Elf32_Shdr *shdr = elf32_getshdr (scn);
123 Elf32_Shdr *shdr = elf32_getshdr (scn);
187 Elf32_Shdr *shdr = elf32_getshdr (scn);
gelf_getshdr.c 59 Elf32_Shdr *shdr
gelf_update_shdr.c 54 Elf32_Shdr *shdr
elf_newscn.c 125 result->shdr.e32 = (Elf32_Shdr *) calloc (1, sizeof (Elf32_Shdr));
elf_begin.c 148 || unlikely (maxsize - ehdr.e32->e_shoff < sizeof (Elf32_Shdr)))
155 & (__alignof__ (Elf32_Shdr) - 1)) == 0))
157 result = ((Elf32_Shdr *) ((char *) map_address + ehdr.e32->e_shoff
166 memcpy (&size, &((Elf32_Shdr *) ((char *) map_address
173 + offsetof (Elf32_Shdr, sh_size))
186 || maxsize - ehdr.e32->e_shoff < sizeof (Elf32_Shdr) * result)
272 if (scncnt > SIZE_MAX / (sizeof (Elf_Scn) + sizeof (Elf32_Shdr)))
346 & (__alignof__ (Elf32_Shdr) - 1)) == 0)))
350 < scncnt * sizeof (Elf32_Shdr)))
358 = (Elf32_Shdr *) ((char *) ehdr + e_shoff)
    [all...]
libelfP.h 231 Elf32_Shdr *e32; /* Pointer to 32bit section header. */
339 Elf32_Shdr *shdr; /* Used when reading from a file. */
537 extern Elf32_Shdr *__elf32_getshdr_rdlock (Elf_Scn *__scn) internal_function;
539 extern Elf32_Shdr *__elf32_getshdr_wrlock (Elf_Scn *__scn) internal_function;
elf_compress.c 349 Elf32_Shdr *shdr = elf32_getshdr (scn);
441 Elf32_Shdr *shdr = elf32_getshdr (scn);
492 Elf32_Shdr *shdr = elf32_getshdr (scn);
elf_strptr.c 104 Elf32_Shdr *shdr = strscn->shdr.e32 ?: __elf32_getshdr_rdlock (strscn);
  /external/vixl/examples/aarch32/
disasm-a32.cc 94 const Elf32_Shdr* shdr_;
100 shdr_ = reinterpret_cast<const Elf32_Shdr*>(
108 const Elf32_Shdr* Locate(Elf32_Word type,
123 const Elf32_Shdr* symtab,
124 const Elf32_Shdr* strtab,
127 const Elf32_Shdr* shdr = reinterpret_cast<const Elf32_Shdr*>(
165 const Elf32_Shdr* shdr_;
171 shdr_(reinterpret_cast<const Elf32_Shdr*>(
256 const Elf32_Shdr* shdr
    [all...]
  /system/core/libunwindstack/tests/
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...]
ElfInterfaceTest.cpp 559 SonameInit<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr, Elf32_Dyn>();
581 SonameInit<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr, Elf32_Dyn>(SONAME_DTNULL_AFTER);
603 SonameInit<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr, Elf32_Dyn>(SONAME_DTSIZE_SMALL);
627 SonameInit<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr, Elf32_Dyn>(SONAME_MISSING_MAP);
764 InitSectionHeadersMalformed<Elf32_Ehdr, Elf32_Shdr, ElfInterface32>();
845 InitSectionHeaders<Elf32_Ehdr, Elf32_Shdr, Elf32_Sym, ElfInterface32>(sizeof(Elf32_Shdr));
853 InitSectionHeaders<Elf32_Ehdr, Elf32_Shdr, Elf32_Sym, ElfInterface32>(0x100);
949 InitSectionHeadersOffsets<Elf32_Ehdr, Elf32_Shdr, ElfInterface32>();
1024 ehdr.e_shentsize = sizeof(Elf32_Shdr);
    [all...]
  /external/google-breakpad/src/common/linux/
elfutils.h 49 typedef Elf32_Shdr Shdr;
  /bionic/tools/relocation_packer/src/
elf_traits.h 28 typedef Elf32_Shdr Shdr;
  /external/syslinux/com32/include/sys/
elf32.h 93 typedef struct elf32_shdr { struct
104 } Elf32_Shdr;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf32.h 101 } Elf32_Shdr;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf32.h 101 } Elf32_Shdr;
  /external/syslinux/gpxe/src/util/
iccfix.c 65 #define ELF_SHDR Elf32_Shdr
  /external/syslinux/com32/lib/sys/module/i386/
elf_module.c 35 Elf32_Shdr *cr_sht;
164 cr_sht = (Elf32_Shdr*)(sht + i * elf_hdr->e_shentsize);
  /external/syslinux/gpxe/src/arch/i386/core/
freebsd_loader.c 33 static Elf32_Shdr *shdr; /* To support the FreeBSD kludge! */
147 shdr = (Elf32_Shdr *)phys_to_virt(estate.curaddr);
  /external/elfutils/tests/
asm-tst1.c 47 .e_shentsize = sizeof (Elf32_Shdr),
asm-tst2.c 47 .e_shentsize = sizeof (Elf32_Shdr),
elfshphehdr.c 143 ? sizeof (Elf32_Shdr) : sizeof (Elf64_Shdr));
update3.c 43 Elf32_Shdr *shdr;
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 52 typedef llvm::ELF::Elf32_Shdr Shdr;

Completed in 596 milliseconds

1 2 3 4