OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Elf32_Ehdr
(Results
1 - 25
of
84
) sorted by relevancy
1
2
3
4
/src/sys/compat/linux32/common/
linux32_exec.h
57
Elf32_Ehdr
*, char *);
60
struct exec_package *,
Elf32_Ehdr
*);
64
struct exec_package *,
Elf32_Ehdr
*);
68
struct exec_package *,
Elf32_Ehdr
*);
72
struct exec_package *,
Elf32_Ehdr
*);
linux32_mod.c
68
.es_hdrsz = sizeof (
Elf32_Ehdr
),
/src/sys/arch/x68k/stand/common/
execkern.h
15
* Currently this includes: .text, .data, size sym,
Elf32_Ehdr
, Elf32_Shdr x 4,
42
Elf32_Ehdr
ehdr; /* saved ELF header */
exec_sub.c
15
static void xk_elf(struct execkern_arg *xarg,
Elf32_Ehdr
*hdr);
117
xk_elf(struct execkern_arg *xarg,
Elf32_Ehdr
*hdr)
163
SECTION_NOPAD(sec, "ELF header", &xarg->ehdr, sizeof(
Elf32_Ehdr
));
192
xarg->ehdr.e_shoff = sizeof(
Elf32_Ehdr
);
203
dpos = sizeof(
Elf32_Ehdr
) + sizeof(Elf32_Shdr) * 3;
252
Elf32_Ehdr
*ehdr;
/src/sys/compat/linux32/arch/amd64/
linux32_exec.h
73
Elf32_Ehdr
elfhdr;
/src/external/bsd/elftoolchain/dist/libelf/
libelf_elfmachine.c
51
Elf32_Ehdr
*eh32;
gelf_ehdr.c
48
Elf32_Ehdr
*
64
Elf32_Ehdr
*eh32;
105
Elf32_Ehdr
*
133
Elf32_Ehdr
*eh32;
158
eh32 = (
Elf32_Ehdr
*) ehdr;
libelf_extended.c
80
((
Elf32_Ehdr
*) eh)->e_shnum = shnum & 0xFFFFU;
110
((
Elf32_Ehdr
*) eh)->e_shstrndx = shstrndx & 0xFFFFU;
139
((
Elf32_Ehdr
*) eh)->e_phnum = phnum & 0xFFFFU;
libelf_ehdr.c
189
phnum = ((
Elf32_Ehdr
*) ehdr)->e_phnum;
190
shnum = ((
Elf32_Ehdr
*) ehdr)->e_shnum;
191
shoff = ((
Elf32_Ehdr
*) ehdr)->e_shoff;
192
strndx = ((
Elf32_Ehdr
*) ehdr)->e_shstrndx;
libelf_phdr.c
52
Elf32_Ehdr
*eh32;
79
eh32 = (
Elf32_Ehdr
*) ehdr;
/src/sys/kern/
exec_elf32.c
50
.es_hdrsz = sizeof (
Elf32_Ehdr
),
65
.es_hdrsz = sizeof (
Elf32_Ehdr
),
/src/sys/compat/linux/common/
linux_exec.h
145
Elf32_Ehdr
*, char *);
148
struct exec_package *,
Elf32_Ehdr
*);
152
struct exec_package *,
Elf32_Ehdr
*);
156
struct exec_package *,
Elf32_Ehdr
*);
160
struct exec_package *,
Elf32_Ehdr
*);
/src/sys/arch/epoc32/stand/e32boot/exe/
netbsd.cpp
44
Elf32_Ehdr
elf;
94
Elf32_Ehdr
ehdr;
/src/external/bsd/elftosb/dist/common/
StELFFile.h
71
inline const
Elf32_Ehdr
& getFileHeader() const { return m_header; }
156
Elf32_Ehdr
m_header; //!< The ELF file header.
/src/sys/compat/freebsd/
freebsd_mod.c
63
.es_hdrsz = sizeof (
Elf32_Ehdr
),
/src/sys/lib/libsa/
loadfile.h
82
int loadfile_elf32(int,
Elf32_Ehdr
*, u_long *, int);
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
s390-multiarch.c
40
}
Elf32_Ehdr
;
94
((elf)->ei_class == ELFCLASS32 ? sizeof (
Elf32_Ehdr
) : \
99
((
Elf32_Ehdr
*) (elf)->buf)->memb \
108
((Elf32_Phdr *) &(elf)->buf[((
Elf32_Ehdr
*)(elf)->buf) \
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
s390-multiarch.c
40
}
Elf32_Ehdr
;
94
((elf)->ei_class == ELFCLASS32 ? sizeof (
Elf32_Ehdr
) : \
99
((
Elf32_Ehdr
*) (elf)->buf)->memb \
108
((Elf32_Phdr *) &(elf)->buf[((
Elf32_Ehdr
*)(elf)->buf) \
/src/sys/arch/emips/stand/common/
bootxx.c
116
Elf32_Ehdr
ehdr;
/src/sys/arch/mipsco/stand/common/
bootxx.c
120
Elf32_Ehdr
ehdr;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/
libelf.d
123
Elf32_Ehdr
* elf32_getehdr(Elf*);
141
Elf32_Ehdr
* elf32_newehdr(Elf*);
/src/sys/arch/mvme68k/stand/bootxx/
bootxx.c
109
Elf32_Ehdr
eh;
/src/sys/arch/i386/stand/lib/
exec_multiboot1.c
49
Elf32_Ehdr
*ehdr32 = NULL;
58
ehdr32 = (
Elf32_Ehdr
*)ehdr;
163
Elf32_Ehdr
ehdr;
/src/usr.sbin/mopd/common/
file.c
430
Elf32_Ehdr
ehdr;
457
Elf32_Ehdr
ehdr;
483
offsetof(
Elf32_Ehdr
, e_machine),
486
offsetof(
Elf32_Ehdr
, e_entry),
490
offsetof(
Elf32_Ehdr
, e_phoff),
493
offsetof(
Elf32_Ehdr
, e_phentsize),
496
offsetof(
Elf32_Ehdr
, e_phnum),
502
offsetof(
Elf32_Ehdr
, e_machine),
505
offsetof(
Elf32_Ehdr
, e_entry),
509
offsetof(
Elf32_Ehdr
, e_phoff)
[
all
...]
/src/sys/arch/hppa/stand/xxboot/
main.c
57
static inline void xi_elf32(struct loadinfo *,
Elf32_Ehdr
*);
347
xi_elf32(struct loadinfo *inf,
Elf32_Ehdr
*hdr)
387
Elf32_Ehdr
*e32hdr = buf;
Completed in 71 milliseconds
1
2
3
4
Indexes created Mon Sep 07 00:24:45 UTC 2026