OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EI_DATA
(Results
1 - 24
of
24
) sorted by relevancy
/src/sys/arch/x68k/stand/aout2hux/
aout68k.h
88
#define
EI_DATA
5
/src/external/bsd/elftosb/dist/common/
ELF.h
35
EI_DATA
,
51
//
EI_DATA
/src/external/gpl3/binutils/dist/libiberty/
simple-object-elf.c
108
#define
EI_DATA
5 /* Data encoding */
378
unsigned char
ei_data
;
member in struct:simple_object_elf_read
402
unsigned char
ei_data
;
member in struct:simple_object_elf_attributes
429
unsigned char
ei_data
;
local
446
ei_data
= header[
EI_DATA
];
447
if (
ei_data
!= ELFDATA2LSB &&
ei_data
!= ELFDATA2MSB)
458
type_functions = (
ei_data
== ELFDATA2LSB
469
type_functions = (
ei_data
== ELFDATA2LS
[
all
...]
/src/external/gpl3/binutils.old/dist/libiberty/
simple-object-elf.c
108
#define
EI_DATA
5 /* Data encoding */
378
unsigned char
ei_data
;
member in struct:simple_object_elf_read
402
unsigned char
ei_data
;
member in struct:simple_object_elf_attributes
429
unsigned char
ei_data
;
local
446
ei_data
= header[
EI_DATA
];
447
if (
ei_data
!= ELFDATA2LSB &&
ei_data
!= ELFDATA2MSB)
458
type_functions = (
ei_data
== ELFDATA2LSB
469
type_functions = (
ei_data
== ELFDATA2LS
[
all
...]
/src/external/gpl3/gcc/dist/libiberty/
simple-object-elf.c
108
#define
EI_DATA
5 /* Data encoding */
378
unsigned char
ei_data
;
member in struct:simple_object_elf_read
402
unsigned char
ei_data
;
member in struct:simple_object_elf_attributes
429
unsigned char
ei_data
;
local
446
ei_data
= header[
EI_DATA
];
447
if (
ei_data
!= ELFDATA2LSB &&
ei_data
!= ELFDATA2MSB)
458
type_functions = (
ei_data
== ELFDATA2LSB
469
type_functions = (
ei_data
== ELFDATA2LS
[
all
...]
/src/external/gpl3/gcc.old/dist/libiberty/
simple-object-elf.c
108
#define
EI_DATA
5 /* Data encoding */
378
unsigned char
ei_data
;
member in struct:simple_object_elf_read
402
unsigned char
ei_data
;
member in struct:simple_object_elf_attributes
429
unsigned char
ei_data
;
local
446
ei_data
= header[
EI_DATA
];
447
if (
ei_data
!= ELFDATA2LSB &&
ei_data
!= ELFDATA2MSB)
458
type_functions = (
ei_data
== ELFDATA2LSB
469
type_functions = (
ei_data
== ELFDATA2LS
[
all
...]
/src/external/gpl3/gdb.old/dist/libiberty/
simple-object-elf.c
108
#define
EI_DATA
5 /* Data encoding */
378
unsigned char
ei_data
;
member in struct:simple_object_elf_read
402
unsigned char
ei_data
;
member in struct:simple_object_elf_attributes
429
unsigned char
ei_data
;
local
446
ei_data
= header[
EI_DATA
];
447
if (
ei_data
!= ELFDATA2LSB &&
ei_data
!= ELFDATA2MSB)
458
type_functions = (
ei_data
== ELFDATA2LSB
469
type_functions = (
ei_data
== ELFDATA2LS
[
all
...]
/src/external/gpl3/gdb/dist/libiberty/
simple-object-elf.c
108
#define
EI_DATA
5 /* Data encoding */
378
unsigned char
ei_data
;
member in struct:simple_object_elf_read
402
unsigned char
ei_data
;
member in struct:simple_object_elf_attributes
429
unsigned char
ei_data
;
local
446
ei_data
= header[
EI_DATA
];
447
if (
ei_data
!= ELFDATA2LSB &&
ei_data
!= ELFDATA2MSB)
458
type_functions = (
ei_data
== ELFDATA2LSB
469
type_functions = (
ei_data
== ELFDATA2LS
[
all
...]
/src/external/bsd/file/dist/src/
readelf.h
149
#define ELFDATANONE 0 /* e_ident[
EI_DATA
] */
164
#define
EI_DATA
5
/src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h
127
#define
EI_DATA
5 /* Data encoding */
147
/* e_ident[
EI_DATA
] */
/src/tools/amiga-elf2bb/sys/
exec_elf.h
128
#define
EI_DATA
5 /* Data encoding */
149
/* e_ident[
EI_DATA
] */
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h
52
EI_DATA
= 5, // Data encoding.
81
unsigned char getDataEncoding() const { return e_ident[
EI_DATA
]; }
107
unsigned char getDataEncoding() const { return e_ident[
EI_DATA
]; }
/src/external/gpl3/gcc/dist/libbacktrace/
elf.c
161
#undef
EI_DATA
239
#define
EI_DATA
5
6630
if (ehdr.e_ident[
EI_DATA
] != ELFDATA2LSB
6631
&& ehdr.e_ident[
EI_DATA
] != ELFDATA2MSB)
7289
ehdr.e_ident[
EI_DATA
] == ELFDATA2MSB,
/src/external/gpl3/gcc.old/dist/libbacktrace/
elf.c
156
#undef
EI_DATA
233
#define
EI_DATA
5
4105
if (ehdr.e_ident[
EI_DATA
] != ELFDATA2LSB
4106
&& ehdr.e_ident[
EI_DATA
] != ELFDATA2MSB)
4750
ehdr.e_ident[
EI_DATA
] == ELFDATA2MSB,
/src/external/gpl3/gdb/dist/libbacktrace/
elf.c
161
#undef
EI_DATA
239
#define
EI_DATA
5
6630
if (ehdr.e_ident[
EI_DATA
] != ELFDATA2LSB
6631
&& ehdr.e_ident[
EI_DATA
] != ELFDATA2MSB)
7289
ehdr.e_ident[
EI_DATA
] == ELFDATA2MSB,
/src/external/gpl3/gdb.old/dist/libbacktrace/
elf.c
161
#undef
EI_DATA
239
#define
EI_DATA
5
6630
if (ehdr.e_ident[
EI_DATA
] != ELFDATA2LSB
6631
&& ehdr.e_ident[
EI_DATA
] != ELFDATA2MSB)
7289
ehdr.e_ident[
EI_DATA
] == ELFDATA2MSB,
/src/sys/arch/epoc32/stand/e32boot/include/
elf.h
137
#define
EI_DATA
5 /* Data encoding */
158
/* e_ident[
EI_DATA
] */
/src/sys/sys/
exec_elf.h
142
#define
EI_DATA
5 /* Data encoding */
161
/* e_ident[
EI_DATA
] */
/src/tools/arm-elf2aout/sys/
exec_elf.h
139
#define
EI_DATA
5 /* Data encoding */
160
/* e_ident[
EI_DATA
] */
/src/tools/m68k-elf2aout/sys/
exec_elf.h
139
#define
EI_DATA
5 /* Data encoding */
160
/* e_ident[
EI_DATA
] */
/src/external/gpl3/binutils.old/dist/include/elf/
common.h
52
#define
EI_DATA
5 /* Data encoding */
/src/external/gpl3/gdb.old/dist/include/elf/
common.h
52
#define
EI_DATA
5 /* Data encoding */
/src/external/gpl3/gdb/dist/include/elf/
common.h
52
#define
EI_DATA
5 /* Data encoding */
/src/external/gpl3/binutils/dist/include/elf/
common.h
52
#define
EI_DATA
5 /* Data encoding */
Completed in 161 milliseconds
Indexes created Fri Jul 17 00:25:55 UTC 2026