OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ELFSIZE
(Results
1 - 25
of
79
) sorted by relevancy
1
2
3
4
/src/sys/lib/libsa/
loadfile_elf64.c
38
#define
ELFSIZE
64
lookup_elf64.c
31
#define
ELFSIZE
64
lookup_elf32.c
32
/* If not included by lookup_elf64.c,
ELFSIZE
won't be defined. */
33
#ifndef
ELFSIZE
34
#define
ELFSIZE
32
41
#if ((
ELFSIZE
== 32) && defined(BOOT_ELF32)) || \
42
((
ELFSIZE
== 64) && defined(BOOT_ELF64))
96
#endif /* (
ELFSIZE
== 32 && BOOT_ELF32) || (
ELFSIZE
== 64 && BOOT_ELF64) */
/src/sys/arch/hpc/stand/include/machine/
elf_machdep.h
4
#define
ELFSIZE
32
/src/sys/compat/linux/common/
linux_exec_elf64.c
35
#define
ELFSIZE
64
linux_mod.c
39
#ifndef
ELFSIZE
40
#define
ELFSIZE
ARCH_ELFSIZE
53
#if defined(EXEC_ELF32) &&
ELFSIZE
== 32
75
#if defined(EXEC_ELF32) &&
ELFSIZE
== 32
/src/sys/kern/
core_elf64.c
41
#define
ELFSIZE
64
/src/lib/libc/gen/
nlist_elf64.c
42
#define
ELFSIZE
64
nlist_elf32.c
42
/* If not included by nlist_elf64.c,
ELFSIZE
won't be defined. */
43
#ifndef
ELFSIZE
44
#define
ELFSIZE
32
68
#if (defined(NLIST_ELF32) && (
ELFSIZE
== 32)) || \
69
(defined(NLIST_ELF64) && (
ELFSIZE
== 64))
81
#if defined(_LP64) ||
ELFSIZE
== 32 || defined(ELF64_MACHDEP_ID)
82
#if (
ELFSIZE
== 32)
84
#elif (
ELFSIZE
== 64)
142
#if defined(_LP64) ||
ELFSIZE
== 32 || defined(ELF64_MACHDEP_ID)
183
#if !defined(_LP64) &&
ELFSIZE
== 6
[
all
...]
/src/usr.bin/crunch/crunchide/
exec_elf64.c
42
#define
ELFSIZE
64
/src/usr.sbin/kvm_mkdb/
nlist_elf64.c
43
#define
ELFSIZE
64
/src/usr.sbin/lockstat/
elf64.c
42
#define
ELFSIZE
64
elf32.c
71
#ifndef
ELFSIZE
72
#define
ELFSIZE
32
89
#if (
ELFSIZE
== 32)
91
#elif (
ELFSIZE
== 64)
/src/usr.sbin/mdsetimage/
exec_elf64.c
38
#define
ELFSIZE
64
exec_elf32.c
37
#ifndef
ELFSIZE
38
#define
ELFSIZE
32
50
#if (defined(NLIST_ELF32) && (
ELFSIZE
== 32)) || \
51
(defined(NLIST_ELF64) && (
ELFSIZE
== 64))
91
#if (
ELFSIZE
== 32)
93
#elif (
ELFSIZE
== 64)
/src/sys/compat/linux/arch/amd64/
linux_exec.h
37
#ifndef
ELFSIZE
38
#define
ELFSIZE
64
/src/sys/compat/linux/arch/mips/
linux_types.h
47
#if defined(
ELFSIZE
) && (
ELFSIZE
== 64)
63
#if defined(
ELFSIZE
) && (
ELFSIZE
== 64)
71
#if defined(
ELFSIZE
) && (
ELFSIZE
== 64)
linux_signal.h
92
#if defined(
ELFSIZE
) && (
ELFSIZE
== 64)
/src/sys/sys/
kobj.h
32
#if !defined(
ELFSIZE
) && !defined(_RUMPKERNEL)
33
#define
ELFSIZE
KERN_ELFSIZE
ksyms.h
33
#if !defined(
ELFSIZE
) && !defined(_RUMPKERNEL)
34
#define
ELFSIZE
KERN_ELFSIZE
106
#ifdef
ELFSIZE
/src/libexec/ld.elf_so/
debug.h
58
#if
ELFSIZE
== 64
/src/sys/compat/freebsd/
freebsd_exec_elf32.c
41
#ifndef
ELFSIZE
42
# define
ELFSIZE
32
43
#endif /* !
ELFSIZE
*/
/src/sys/arch/riscv/include/
elf_machdep.h
123
#if
ELFSIZE
== 32
130
#ifdef
ELFSIZE
/src/libexec/ld.elf_so/arch/mips/
mips_reloc.c
77
#if
ELFSIZE
== 64
104
#if
ELFSIZE
== 64
126
#if
ELFSIZE
== 64
220
#if
ELFSIZE
== 64
343
#if
ELFSIZE
== 64
423
#if
ELFSIZE
== 64
429
Elf_Addr old = load_ptr(where,
ELFSIZE
/ 8);
434
store_ptr(where, val,
ELFSIZE
/ 8);
441
#if
ELFSIZE
== 64
447
Elf_Addr old = load_ptr(where,
ELFSIZE
/ 8)
[
all
...]
/src/sys/arch/mips/include/
elf_machdep.h
39
#if
ELFSIZE
== 32
45
#elif
ELFSIZE
== 64
212
#ifdef
ELFSIZE
Completed in 63 milliseconds
1
2
3
4
Indexes created Wed Oct 15 16:09:53 GMT 2025