OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:out_flags
(Results
1 - 25
of
57
) sorted by relevancy
1
2
3
/src/crypto/external/bsd/heimdal/dist/lib/wind/
test-rw.c
51
unsigned int
out_flags
;
member in struct:testcase
176
if (flags != testcases[n].
out_flags
)
/src/external/gpl3/binutils/dist/bfd/
elf32-m32r.c
3244
flagword
out_flags
;
3251
out_flags
= elf_elfheader (obfd)->e_flags;
3276
if (in_flags ==
out_flags
)
3279
if ((in_flags & EF_M32R_ARCH) != (
out_flags
& EF_M32R_ARCH))
3282
|| ((
out_flags
& EF_M32R_ARCH) == E_M32R_ARCH)
3238
flagword
out_flags
;
local
elf32-or1k.c
3291
flagword
out_flags
;
local
3298
out_flags
= elf_elfheader (obfd)->e_flags;
3308
if (in_flags ==
out_flags
)
3311
if ((in_flags & EF_OR1K_NODELAY) != (
out_flags
& EF_OR1K_NODELAY))
elf32-score7.c
3825
flagword
out_flags
;
local
3838
out_flags
= elf_elfheader (obfd)->e_flags;
3845
out_flags
= elf_elfheader (obfd)->e_flags;
3861
if (((in_flags & EF_SCORE_PIC) != 0) != ((
out_flags
& EF_SCORE_PIC) != 0))
elf32-v850.c
2792
flagword
out_flags
;
2802
out_flags
= elf_elfheader (obfd)->e_flags;
2826
if (in_flags ==
out_flags
)
2831
if ((in_flags & EF_V800_850E3) != (
out_flags
& EF_V800_850E3))
2841
if ((in_flags & EF_V850_ARCH) != (
out_flags
& EF_V850_ARCH)
2848
&& (
out_flags
& EF_V850_ARCH) == E_V850E_ARCH)
2852
&& (
out_flags
& EF_V850_ARCH) == E_V850E_ARCH)
2855
((
out_flags
& ~ EF_V850_ARCH) | E_V850E_ARCH);
2861
&& (
out_flags
& EF_V850_ARCH) == E_V850E2_ARCH)
2864
((
out_flags
& ~ EF_V850_ARCH) | E_V850E2_ARCH)
2786
flagword
out_flags
;
local
[
all
...]
elf32-arc.c
869
flagword
out_flags
;
local
882
out_flags
= elf_elfheader (obfd)->e_flags & EF_ARC_MACH_MSK;
887
out_flags
= in_flags;
931
else if ((in_flags !=
out_flags
)
937
if (in_flags &&
out_flags
)
944
ibfd, in_flags,
out_flags
);
949
in_flags = in_flags >
out_flags
? in_flags :
out_flags
;
954
in_flags =
out_flags
;
elf32-m68k.c
1188
flagword
out_flags
;
1215
out_flags
= in_flags;
1219
out_flags
= elf_elfheader (obfd)->e_flags;
1232
out_isa = (
out_flags
& variant_mask);
1234
out_flags
^= in_isa ^ out_isa;
1236
&& (
out_flags
& EF_M68K_ARCH_MASK) == EF_M68K_FIDO)
1238
&& (
out_flags
& EF_M68K_ARCH_MASK) == EF_M68K_CPU32))
1239
out_flags
= EF_M68K_FIDO;
1241
out_flags
|= in_flags ^ in_isa;
1243
elf_elfheader (obfd)->e_flags =
out_flags
;
1187
flagword
out_flags
;
local
[
all
...]
elf32-score.c
4018
flagword
out_flags
;
local
4031
out_flags
= elf_elfheader (obfd)->e_flags;
4034
out_flags
= elf_elfheader (obfd)->e_flags;
4050
if (((in_flags & EF_SCORE_PIC) != 0) != ((
out_flags
& EF_SCORE_PIC) != 0))
/src/external/gpl3/binutils.old/dist/bfd/
elf32-m32r.c
3242
flagword
out_flags
;
3250
out_flags
= elf_elfheader (obfd)->e_flags;
3275
if (in_flags ==
out_flags
)
3278
if ((in_flags & EF_M32R_ARCH) != (
out_flags
& EF_M32R_ARCH))
3281
|| ((
out_flags
& EF_M32R_ARCH) == E_M32R_ARCH)
3236
flagword
out_flags
;
local
elf32-or1k.c
3289
flagword
out_flags
;
local
3293
out_flags
= elf_elfheader (obfd)->e_flags;
3307
if (in_flags ==
out_flags
)
3310
if ((in_flags & EF_OR1K_NODELAY) != (
out_flags
& EF_OR1K_NODELAY))
elf32-score7.c
3812
flagword
out_flags
;
local
3822
out_flags
= elf_elfheader (obfd)->e_flags;
3829
out_flags
= elf_elfheader (obfd)->e_flags;
3845
if (((in_flags & EF_SCORE_PIC) != 0) != ((
out_flags
& EF_SCORE_PIC) != 0))
elf32-v850.c
2790
flagword
out_flags
;
2801
out_flags
= elf_elfheader (obfd)->e_flags;
2825
if (in_flags ==
out_flags
)
2830
if ((in_flags & EF_V800_850E3) != (
out_flags
& EF_V800_850E3))
2840
if ((in_flags & EF_V850_ARCH) != (
out_flags
& EF_V850_ARCH)
2847
&& (
out_flags
& EF_V850_ARCH) == E_V850E_ARCH)
2851
&& (
out_flags
& EF_V850_ARCH) == E_V850E_ARCH)
2854
((
out_flags
& ~ EF_V850_ARCH) | E_V850E_ARCH);
2860
&& (
out_flags
& EF_V850_ARCH) == E_V850E2_ARCH)
2863
((
out_flags
& ~ EF_V850_ARCH) | E_V850E2_ARCH)
2784
flagword
out_flags
;
local
[
all
...]
elf32-arc.c
863
flagword
out_flags
;
local
877
out_flags
= elf_elfheader (obfd)->e_flags & EF_ARC_MACH_MSK;
882
out_flags
= in_flags;
926
else if ((in_flags !=
out_flags
)
932
if (in_flags &&
out_flags
)
939
ibfd, in_flags,
out_flags
);
944
in_flags = in_flags >
out_flags
? in_flags :
out_flags
;
949
in_flags =
out_flags
;
elf32-m68k.c
1188
flagword
out_flags
;
1216
out_flags
= in_flags;
1220
out_flags
= elf_elfheader (obfd)->e_flags;
1233
out_isa = (
out_flags
& variant_mask);
1235
out_flags
^= in_isa ^ out_isa;
1237
&& (
out_flags
& EF_M68K_ARCH_MASK) == EF_M68K_FIDO)
1239
&& (
out_flags
& EF_M68K_ARCH_MASK) == EF_M68K_CPU32))
1240
out_flags
= EF_M68K_FIDO;
1242
out_flags
|= in_flags ^ in_isa;
1244
elf_elfheader (obfd)->e_flags =
out_flags
;
1187
flagword
out_flags
;
local
[
all
...]
elf32-score.c
4005
flagword
out_flags
;
local
4015
out_flags
= elf_elfheader (obfd)->e_flags;
4022
out_flags
= elf_elfheader (obfd)->e_flags;
4038
if (((in_flags & EF_SCORE_PIC) != 0) != ((
out_flags
& EF_SCORE_PIC) != 0))
/src/external/gpl3/gdb.old/dist/bfd/
elf32-m32r.c
3240
flagword
out_flags
;
3248
out_flags
= elf_elfheader (obfd)->e_flags;
3273
if (in_flags ==
out_flags
)
3276
if ((in_flags & EF_M32R_ARCH) != (
out_flags
& EF_M32R_ARCH))
3279
|| ((
out_flags
& EF_M32R_ARCH) == E_M32R_ARCH)
3234
flagword
out_flags
;
local
elf32-or1k.c
3288
flagword
out_flags
;
local
3292
out_flags
= elf_elfheader (obfd)->e_flags;
3306
if (in_flags ==
out_flags
)
3309
if ((in_flags & EF_OR1K_NODELAY) != (
out_flags
& EF_OR1K_NODELAY))
elf32-score7.c
3820
flagword
out_flags
;
local
3830
out_flags
= elf_elfheader (obfd)->e_flags;
3837
out_flags
= elf_elfheader (obfd)->e_flags;
3853
if (((in_flags & EF_SCORE_PIC) != 0) != ((
out_flags
& EF_SCORE_PIC) != 0))
elf32-v850.c
2789
flagword
out_flags
;
2800
out_flags
= elf_elfheader (obfd)->e_flags;
2824
if (in_flags ==
out_flags
)
2829
if ((in_flags & EF_V800_850E3) != (
out_flags
& EF_V800_850E3))
2839
if ((in_flags & EF_V850_ARCH) != (
out_flags
& EF_V850_ARCH)
2846
&& (
out_flags
& EF_V850_ARCH) == E_V850E_ARCH)
2850
&& (
out_flags
& EF_V850_ARCH) == E_V850E_ARCH)
2853
((
out_flags
& ~ EF_V850_ARCH) | E_V850E_ARCH);
2859
&& (
out_flags
& EF_V850_ARCH) == E_V850E2_ARCH)
2862
((
out_flags
& ~ EF_V850_ARCH) | E_V850E2_ARCH)
2783
flagword
out_flags
;
local
[
all
...]
elf32-arc.c
863
flagword
out_flags
;
local
877
out_flags
= elf_elfheader (obfd)->e_flags & EF_ARC_MACH_MSK;
882
out_flags
= in_flags;
926
else if ((in_flags !=
out_flags
)
932
if (in_flags &&
out_flags
)
939
ibfd, in_flags,
out_flags
);
944
in_flags = in_flags >
out_flags
? in_flags :
out_flags
;
949
in_flags =
out_flags
;
elf32-m68k.c
1188
flagword
out_flags
;
1216
out_flags
= in_flags;
1220
out_flags
= elf_elfheader (obfd)->e_flags;
1233
out_isa = (
out_flags
& variant_mask);
1235
out_flags
^= in_isa ^ out_isa;
1237
&& (
out_flags
& EF_M68K_ARCH_MASK) == EF_M68K_FIDO)
1239
&& (
out_flags
& EF_M68K_ARCH_MASK) == EF_M68K_CPU32))
1240
out_flags
= EF_M68K_FIDO;
1242
out_flags
|= in_flags ^ in_isa;
1244
elf_elfheader (obfd)->e_flags =
out_flags
;
1187
flagword
out_flags
;
local
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
elf32-m32r.c
3243
flagword
out_flags
;
3251
out_flags
= elf_elfheader (obfd)->e_flags;
3276
if (in_flags ==
out_flags
)
3279
if ((in_flags & EF_M32R_ARCH) != (
out_flags
& EF_M32R_ARCH))
3282
|| ((
out_flags
& EF_M32R_ARCH) == E_M32R_ARCH)
3237
flagword
out_flags
;
local
elf32-or1k.c
3290
flagword
out_flags
;
local
3294
out_flags
= elf_elfheader (obfd)->e_flags;
3308
if (in_flags ==
out_flags
)
3311
if ((in_flags & EF_OR1K_NODELAY) != (
out_flags
& EF_OR1K_NODELAY))
elf32-score7.c
3813
flagword
out_flags
;
local
3823
out_flags
= elf_elfheader (obfd)->e_flags;
3830
out_flags
= elf_elfheader (obfd)->e_flags;
3846
if (((in_flags & EF_SCORE_PIC) != 0) != ((
out_flags
& EF_SCORE_PIC) != 0))
elf32-v850.c
2791
flagword
out_flags
;
2802
out_flags
= elf_elfheader (obfd)->e_flags;
2826
if (in_flags ==
out_flags
)
2831
if ((in_flags & EF_V800_850E3) != (
out_flags
& EF_V800_850E3))
2841
if ((in_flags & EF_V850_ARCH) != (
out_flags
& EF_V850_ARCH)
2848
&& (
out_flags
& EF_V850_ARCH) == E_V850E_ARCH)
2852
&& (
out_flags
& EF_V850_ARCH) == E_V850E_ARCH)
2855
((
out_flags
& ~ EF_V850_ARCH) | E_V850E_ARCH);
2861
&& (
out_flags
& EF_V850_ARCH) == E_V850E2_ARCH)
2864
((
out_flags
& ~ EF_V850_ARCH) | E_V850E2_ARCH)
2785
flagword
out_flags
;
local
[
all
...]
Completed in 91 milliseconds
1
2
3
Indexes created Thu Jun 18 00:24:58 UTC 2026