Searched refs:elfhdr (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Delfcore.c11 return vsyscall_ehdr ? (((struct elfhdr *)vsyscall_ehdr)->e_phnum) : 0;
18 const struct elfhdr *const ehdrp =
19 (struct elfhdr *) vsyscall_ehdr;
48 const struct elfhdr *const ehdrp =
49 (struct elfhdr *) vsyscall_ehdr;
72 const struct elfhdr *const ehdrp =
73 (struct elfhdr *)vsyscall_ehdr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dcompat_binfmt_elf.c29 #undef elfhdr macro
34 #define elfhdr elf32_hdr macro
H A Dbinfmt_em86.c30 struct elfhdr elf_ex;
33 elf_ex = *((struct elfhdr *)bprm->buf);
H A Dbinfmt_elf.c138 create_elf_tables(struct linux_binprm *bprm, struct elfhdr *exec,
383 static unsigned long load_elf_interp(struct elfhdr *interp_elf_ex,
582 struct elfhdr elf_ex;
583 struct elfhdr interp_elf_ex;
593 loc->elf_ex = *((struct elfhdr *)bprm->buf);
688 loc->interp_elf_ex = *((struct elfhdr *)bprm->buf);
1006 struct elfhdr elf_ex;
1223 static void fill_elf_header(struct elfhdr *elf, int segs,
1237 elf->e_phoff = sizeof(struct elfhdr);
1239 elf->e_ehsize = sizeof(struct elfhdr);
[all...]
H A Dbinfmt_elf_fdpic.c97 static int is_elf_fdpic(struct elfhdr *hdr, struct file *file)
180 exec_params.hdr = *(struct elfhdr *) bprm->buf;
251 interp_params.hdr = *((struct elfhdr *) bprm->buf);
896 kdebug("- elfhdr : %lx", params->elfhdr_addr);
1308 static inline void fill_elf_fdpic_header(struct elfhdr *elf, int segs)
1321 elf->e_phoff = sizeof(struct elfhdr);
1324 elf->e_ehsize = sizeof(struct elfhdr);
1489 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum,
1596 struct elfhdr *elf = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Delf-fdpic.h38 struct elfhdr hdr; /* ref copy of ELF header */
H A Delf.h418 #define elfhdr elf32_hdr macro
428 #define elfhdr elf64_hdr macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/hp/sim/boot/
H A Dbootloader.c64 struct elfhdr *elf;
114 elf = (struct elfhdr *) mem;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dbinfmt_elfn32.c36 struct elfhdr *__h = (hdr); \
H A Dbinfmt_elfo32.c36 struct elfhdr *__h = (hdr); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Dkcore.c85 *elf_buflen = sizeof(struct elfhdr) +
318 struct elfhdr *elf;
324 elf = (struct elfhdr *) bufp;
325 bufp += sizeof(struct elfhdr);
326 offset += sizeof(struct elfhdr);
337 elf->e_phoff = sizeof(struct elfhdr);
340 elf->e_ehsize = sizeof(struct elfhdr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Delf.h184 struct elfhdr *__h = (hdr); \
213 struct elfhdr *__h = (hdr); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/boot/tools/
H A Dobjstrip.c57 struct elfhdr *elf;
145 elf = (struct elfhdr *) buf;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Delf.h212 #define GATE_EHDR ((const struct elfhdr *) GATE_ADDR)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprom_init.c757 Elf32_Ehdr elfhdr; member in struct:fake_elf
790 .elfhdr = {

Completed in 122 milliseconds