OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:elf_flags
(Results
1 - 25
of
42
) sorted by relevancy
1
2
/src/external/gpl3/gdb.old/dist/sim/frv/
sim-if.c
59
unsigned long
elf_flags
= 0;
126
elf_flags
= elf_elfheader (prog_bfd)->e_flags;
152
CPU_ELF_FLAGS (cpu) =
elf_flags
;
58
unsigned long
elf_flags
= 0;
local
sim-main.h
97
unsigned long
elf_flags
;
98
#define CPU_ELF_FLAGS(cpu) (FRV_SIM_CPU (cpu)->
elf_flags
)
96
unsigned long
elf_flags
;
member in struct:frv_sim_cpu
/src/external/gpl3/gdb/dist/sim/frv/
sim-if.c
59
unsigned long
elf_flags
= 0;
126
elf_flags
= elf_elfheader (prog_bfd)->e_flags;
152
CPU_ELF_FLAGS (cpu) =
elf_flags
;
58
unsigned long
elf_flags
= 0;
local
sim-main.h
97
unsigned long
elf_flags
;
98
#define CPU_ELF_FLAGS(cpu) (FRV_SIM_CPU (cpu)->
elf_flags
)
96
unsigned long
elf_flags
;
member in struct:frv_sim_cpu
/src/external/gpl3/gdb.old/dist/sim/m68hc11/
interp.c
341
int
elf_flags
= 0;
local
351
elf_flags
= elf_elfheader (abfd)->e_flags;
378
if (
elf_flags
& E_M68HC12_BANKS)
/src/external/gpl3/gdb/dist/sim/m68hc11/
interp.c
341
int
elf_flags
= 0;
local
351
elf_flags
= elf_elfheader (abfd)->e_flags;
378
if (
elf_flags
& E_M68HC12_BANKS)
/src/external/gpl3/gdb.old/dist/gdb/
frv-linux-tdep.c
474
int
elf_flags
;
476
elf_flags
= elf_elfheader (abfd)->e_flags;
481
if (
elf_flags
& EF_FRV_FDPIC)
472
int
elf_flags
;
local
mips-tdep.h
99
int
elf_flags
= 0;
member in struct:mips_gdbarch_tdep
rx-tdep.c
76
int
elf_flags
= 0;
member in struct:gdbarch_tdep_base
948
int
elf_flags
;
local
952
/* Extract the
elf_flags
if available. */
955
elf_flags
= elf_elfheader (info.abfd)->e_flags;
957
elf_flags
= 0;
969
if (tdep->
elf_flags
!=
elf_flags
)
1004
tdep->
elf_flags
=
elf_flags
;
1028
if (
elf_flags
& E_FLAG_RX_64BIT_DOUBLES
[
all
...]
frv-tdep.c
1435
int
elf_flags
= 0;
local
1472
elf_flags
= elf_elfheader (info.abfd)->e_flags;
1474
if (
elf_flags
& EF_FRV_FDPIC)
1477
if (
elf_flags
& EF_FRV_CPU_FR450)
msp430-tdep.c
112
int
elf_flags
= 0;
member in struct:gdbarch_tdep_base
838
int
elf_flags
, isa, code_model;
local
840
/* Extract the
elf_flags
if available. */
843
elf_flags
= elf_elfheader (info.abfd)->e_flags;
845
elf_flags
= 0;
882
elf_flags
= ca_tdep->
elf_flags
;
909
if (candidate_tdep->
elf_flags
!=
elf_flags
923
tdep->
elf_flags
= elf_flags
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
frv-linux-tdep.c
474
int
elf_flags
;
476
elf_flags
= elf_elfheader (abfd)->e_flags;
481
if (
elf_flags
& EF_FRV_FDPIC)
472
int
elf_flags
;
local
mips-tdep.h
99
int
elf_flags
= 0;
member in struct:mips_gdbarch_tdep
rx-tdep.c
76
int
elf_flags
= 0;
member in struct:gdbarch_tdep_base
950
int
elf_flags
;
local
954
/* Extract the
elf_flags
if available. */
957
elf_flags
= elf_elfheader (info.abfd)->e_flags;
959
elf_flags
= 0;
971
if (tdep->
elf_flags
!=
elf_flags
)
1006
tdep->
elf_flags
=
elf_flags
;
1030
if (
elf_flags
& E_FLAG_RX_64BIT_DOUBLES
[
all
...]
frv-tdep.c
1437
int
elf_flags
= 0;
local
1474
elf_flags
= elf_elfheader (info.abfd)->e_flags;
1476
if (
elf_flags
& EF_FRV_FDPIC)
1479
if (
elf_flags
& EF_FRV_CPU_FR450)
msp430-tdep.c
112
int
elf_flags
= 0;
member in struct:gdbarch_tdep_base
839
int
elf_flags
, isa, code_model;
local
841
/* Extract the
elf_flags
if available. */
844
elf_flags
= elf_elfheader (info.abfd)->e_flags;
846
elf_flags
= 0;
883
elf_flags
= ca_tdep->
elf_flags
;
910
if (candidate_tdep->
elf_flags
!=
elf_flags
924
tdep->
elf_flags
= elf_flags
[
all
...]
/src/external/gpl3/binutils/dist/gas/config/
tc-rl78.c
45
static int
elf_flags
= 0;
variable
321
elf_flags
&= ~ E_FLAG_RL78_CPU_MASK;
322
elf_flags
|= E_FLAG_RL78_G10;
326
elf_flags
&= ~ E_FLAG_RL78_CPU_MASK;
327
elf_flags
|= E_FLAG_RL78_G13;
331
elf_flags
&= ~ E_FLAG_RL78_CPU_MASK;
332
elf_flags
|= E_FLAG_RL78_G14;
336
elf_flags
&= ~ E_FLAG_RL78_64BIT_DOUBLES;
340
elf_flags
|= E_FLAG_RL78_64BIT_DOUBLES;
349
return (
elf_flags
& E_FLAG_RL78_CPU_MASK) == E_FLAG_RL78_G10
[
all
...]
tc-xgate.c
134
static int
elf_flags
= E_XGATE_F64;
variable
231
elf_flags
&= ~E_XGATE_I32;
235
elf_flags
|= E_XGATE_I32;
239
elf_flags
&= ~E_XGATE_F64;
243
elf_flags
|= E_XGATE_F64;
804
elf_flags
|= EF_XGATE_MACH;
806
elf_elfheader (stdoutput)->e_flags |=
elf_flags
;
/src/external/gpl3/binutils/dist/include/elf/
ia64.h
269
unsigned char
elf_flags
[4]; /* Original ehdr flags. */
member in struct:__anon10493
/src/external/gpl3/binutils.old/dist/gas/config/
tc-rl78.c
45
static int
elf_flags
= 0;
variable
321
elf_flags
&= ~ E_FLAG_RL78_CPU_MASK;
322
elf_flags
|= E_FLAG_RL78_G10;
326
elf_flags
&= ~ E_FLAG_RL78_CPU_MASK;
327
elf_flags
|= E_FLAG_RL78_G13;
331
elf_flags
&= ~ E_FLAG_RL78_CPU_MASK;
332
elf_flags
|= E_FLAG_RL78_G14;
336
elf_flags
&= ~ E_FLAG_RL78_64BIT_DOUBLES;
340
elf_flags
|= E_FLAG_RL78_64BIT_DOUBLES;
349
return (
elf_flags
& E_FLAG_RL78_CPU_MASK) == E_FLAG_RL78_G10
[
all
...]
tc-xgate.c
134
static int
elf_flags
= E_XGATE_F64;
variable
231
elf_flags
&= ~E_XGATE_I32;
235
elf_flags
|= E_XGATE_I32;
239
elf_flags
&= ~E_XGATE_F64;
243
elf_flags
|= E_XGATE_F64;
804
elf_flags
|= EF_XGATE_MACH;
806
elf_elfheader (stdoutput)->e_flags |=
elf_flags
;
/src/external/gpl3/binutils.old/dist/include/elf/
ia64.h
269
unsigned char
elf_flags
[4]; /* Original ehdr flags. */
member in struct:__anon11957
/src/external/gpl3/gcc.old/dist/gcc/config/gcn/
mkoffload.cc
132
uint32_t
elf_flags
=
variable
357
? 0 :
elf_flags
);
911
SET_XNACK_ON (
elf_flags
);
913
SET_XNACK_OFF (
elf_flags
);
916
SET_SRAM_ECC_ON (
elf_flags
);
921
SET_SRAM_ECC_ANY (
elf_flags
);
926
SET_SRAM_ECC_OFF (
elf_flags
);
954
(HSACOv4 has
elf_flags
initialsed to "any" in all cases.) */
965
SET_SRAM_ECC_ON (
elf_flags
);
1101
(TEST_XNACK (
elf_flags
)
[
all
...]
/src/external/gpl3/gdb.old/dist/include/elf/
ia64.h
269
unsigned char
elf_flags
[4]; /* Original ehdr flags. */
member in struct:__anon21345
/src/external/gpl3/gdb/dist/include/elf/
ia64.h
269
unsigned char
elf_flags
[4]; /* Original ehdr flags. */
member in struct:__anon933
Completed in 65 milliseconds
1
2
Indexes created Tue Aug 18 00:25:06 UTC 2026