Searched refs:Elf32_Shdr (Results 1 - 25 of 46) sorted by relevance

12

/external/elfutils/libelf/
H A Delf_getshdrstrndx.c114 & (__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)))
H A Delf_compress_gnu.c64 Elf32_Shdr *shdr = elf32_getshdr (scn);
123 Elf32_Shdr *shdr = elf32_getshdr (scn);
187 Elf32_Shdr *shdr = elf32_getshdr (scn);
H A Dgelf_getshdr.c59 Elf32_Shdr *shdr
H A Dgelf_update_shdr.c54 Elf32_Shdr *shdr
H A Delf_newscn.c125 result->shdr.e32 = (Elf32_Shdr *) calloc (1, sizeof (Elf32_Shdr));
H A Delf_begin.c148 || 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 *) ((cha
[all...]
H A DlibelfP.h231 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;
H A Delf_compress.c349 Elf32_Shdr *shdr = elf32_getshdr (scn);
441 Elf32_Shdr *shdr = elf32_getshdr (scn);
492 Elf32_Shdr *shdr = elf32_getshdr (scn);
H A Delf_strptr.c104 Elf32_Shdr *shdr = strscn->shdr.e32 ?: __elf32_getshdr_rdlock (strscn);
H A Dlibelf.h301 extern Elf32_Shdr *elf32_getshdr (Elf_Scn *__scn);
/external/vixl/examples/aarch32/
H A Ddisasm-a32.cc94 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*>(
255 const Elf32_Shdr* shd
[all...]
/external/google-breakpad/src/common/linux/
H A Delfutils.h49 typedef Elf32_Shdr Shdr;
H A Dsynth_elf.cc73 D16(addr_size_ == 8 ? sizeof(Elf64_Shdr) : sizeof(Elf32_Shdr));
/external/syslinux/com32/include/sys/
H A Delf32.h104 } Elf32_Shdr; typedef in typeref:struct:elf32_shdr
/external/syslinux/gpxe/src/util/
H A Diccfix.c65 #define ELF_SHDR Elf32_Shdr
/external/syslinux/com32/lib/sys/module/i386/
H A Delf_module.c35 Elf32_Shdr *cr_sht;
164 cr_sht = (Elf32_Shdr*)(sht + i * elf_hdr->e_shentsize);
/external/syslinux/gpxe/src/arch/i386/core/
H A Dfreebsd_loader.c33 static Elf32_Shdr *shdr; /* To support the FreeBSD kludge! */
147 shdr = (Elf32_Shdr *)phys_to_virt(estate.curaddr);
/external/elfutils/tests/
H A Dasm-tst1.c47 .e_shentsize = sizeof (Elf32_Shdr),
H A Dasm-tst2.c47 .e_shentsize = sizeof (Elf32_Shdr),
H A Delfshphehdr.c143 ? sizeof (Elf32_Shdr) : sizeof (Elf64_Shdr));
H A Dupdate3.c43 Elf32_Shdr *shdr;
H A Dalldts.c130 Elf32_Shdr *shdr = elf32_getshdr (scn);
H A Dasm-tst9.c55 .e_shentsize = sizeof (Elf32_Shdr),
/external/syslinux/com32/mboot/
H A Dmap.c108 Elf32_Shdr *sh;
231 sh = (Elf32_Shdr *) ((char *)eh + eh->e_shoff);
/external/elfutils/src/
H A Dxelf.h31 # define XElf_Shdr Elf32_Shdr
60 # define XElf_Shdr_vardef(name) Elf32_Shdr *name
143 case ELF_T_SHDR: fsize = sizeof (Elf32_Shdr); break; \

Completed in 4615 milliseconds

12