OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:elf32_shdr
(Results
51 - 75
of
183
) sorted by null
1
2
3
4
5
6
7
8
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/machine/
exec.h
126
* Legal values for sh_type field of
Elf32_Shdr
.
136
* Legal values for sh_flags field of
Elf32_Shdr
.
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/machine/
exec.h
126
* Legal values for sh_type field of
Elf32_Shdr
.
136
* Legal values for sh_flags field of
Elf32_Shdr
.
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/machine/
exec.h
126
* Legal values for sh_type field of
Elf32_Shdr
.
136
* Legal values for sh_flags field of
Elf32_Shdr
.
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/machine/
exec.h
126
* Legal values for sh_type field of
Elf32_Shdr
.
136
* Legal values for sh_flags field of
Elf32_Shdr
.
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/machine/
exec.h
126
* Legal values for sh_type field of
Elf32_Shdr
.
136
* Legal values for sh_flags field of
Elf32_Shdr
.
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/machine/
exec.h
126
* Legal values for sh_type field of
Elf32_Shdr
.
136
* Legal values for sh_flags field of
Elf32_Shdr
.
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/machine/
exec.h
126
* Legal values for sh_type field of
Elf32_Shdr
.
136
* Legal values for sh_flags field of
Elf32_Shdr
.
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/machine/
exec.h
126
* Legal values for sh_type field of
Elf32_Shdr
.
136
* Legal values for sh_flags field of
Elf32_Shdr
.
/external/google-breakpad/src/common/linux/
elfutils.h
49
typedef
Elf32_Shdr
Shdr;
synth_elf.cc
73
D16(addr_size_ == 8 ? sizeof(Elf64_Shdr) : sizeof(
Elf32_Shdr
));
/external/elfutils/libelf/
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
...]
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);
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;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
obj_int_extract.c
300
int parse_elf_section(elf_obj_t *elf, int idx,
Elf32_Shdr
*hdr32, Elf64_Shdr *hdr64) {
342
Elf32_Shdr
shdr;
403
Elf32_Shdr
shdr;
440
Elf32_Shdr
shdr;
464
Elf32_Shdr
dhdr;
/external/elfutils/src/
xelf.h
31
# define XElf_Shdr
Elf32_Shdr
60
# define XElf_Shdr_vardef(name)
Elf32_Shdr
*name
143
case ELF_T_SHDR: fsize = sizeof (
Elf32_Shdr
); break; \
/external/kernel-headers/original/uapi/linux/
elf.h
299
typedef struct
elf32_shdr
{
struct
310
}
Elf32_Shdr
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h
308
typedef struct
elf32_shdr
{
struct
319
}
Elf32_Shdr
;
/development/ndk/platforms/android-3/include/linux/
elf.h
276
}
Elf32_Shdr
;
/external/elfutils/tests/
asm-tst1.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;
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
elf.h
276
}
Elf32_Shdr
;
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
elf.h
276
}
Elf32_Shdr
;
Completed in 678 milliseconds
1
2
3
4
5
6
7
8