OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ELFSIZE
(Results
1 - 25
of
167
) sorted by relevancy
1
2
3
4
5
6
7
/src/sys/lib/libsa/
loadfile_elf64.c
38
#define
ELFSIZE
64
lookup_elf64.c
31
#define
ELFSIZE
64
/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
/src/sys/kern/
core_elf64.c
41
#define
ELFSIZE
64
/src/lib/libc/gen/
nlist_elf64.c
42
#define
ELFSIZE
64
/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
/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/external/gpl3/binutils/dist/ld/emulparams/
elf64lriscv-defs.sh
2
ELFSIZE
=64
elf32rl78.sh
10
ELFSIZE
=32
elf32bmipn32-defs.sh
19
xelf32*n32*)
ELFSIZE
=32 ;;
20
xelf64*)
ELFSIZE
=64 ;;
34
LIBPATH_SUFFIX=$
ELFSIZE
elf32iq10.sh
11
ELFSIZE
=32
elf32m32c.sh
11
ELFSIZE
=32
elf32mt.sh
11
ELFSIZE
=32
elf32or1k.sh
11
ELFSIZE
=32
elf32rx.sh
12
ELFSIZE
=32
/src/external/gpl3/binutils.old/dist/ld/emulparams/
elf64lriscv-defs.sh
2
ELFSIZE
=64
elf32rl78.sh
10
ELFSIZE
=32
elf32bmipn32-defs.sh
19
xelf32*n32*)
ELFSIZE
=32 ;;
20
xelf64*)
ELFSIZE
=64 ;;
34
LIBPATH_SUFFIX=$
ELFSIZE
/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)
/src/sys/sys/
kobj.h
32
#if !defined(
ELFSIZE
) && !defined(_RUMPKERNEL)
33
#define
ELFSIZE
KERN_ELFSIZE
Completed in 62 milliseconds
1
2
3
4
5
6
7
Indexes created Mon Mar 02 05:31:46 UTC 2026