OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:e_flags
(Results
1 - 25
of
467
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/sys/arch/sun2/include/
elf_machdep.h
12
(((eh)->
e_flags
& EF_M68000) != 0)
/src/sys/arch/mips/mips/
cpu_exec.c
106
switch (eh->
e_flags
& EF_MIPS_ARCH) {
137
switch (eh->
e_flags
& (EF_MIPS_ABI|EF_MIPS_ABI2)) {
144
printf("pid %d(%s): ABI set to N32 (
e_flags
=%#x)\n", p->p_pid, p->p_comm, eh->
e_flags
);
158
printf("pid %d(%s): ABI set to O32 (
e_flags
=%#x)\n", p->p_pid, p->p_comm, eh->
e_flags
);
179
eh->
e_flags
|= EF_MIPS_ARCH_64R2;
181
eh->
e_flags
|= EF_MIPS_ARCH_64;
183
eh->
e_flags
|= EF_MIPS_ARCH_32R2;
185
eh->
e_flags
|= EF_MIPS_ARCH_32
[
all
...]
/src/external/bsd/openldap/dist/servers/slapd/
matchedValues.c
35
char ***
e_flags
43
char ***
e_flags
51
char ***
e_flags
60
char ***
e_flags
68
char ***
e_flags
)
91
LDAP_FILTER_EQUALITY,
e_flags
);
98
vrf,
e_flags
);
105
vrf->vrf_desc,
e_flags
);
111
LDAP_FILTER_GE,
e_flags
);
117
LDAP_FILTER_LE,
e_flags
);
[
all
...]
/src/external/bsd/elftoolchain/dist/libelf/
elf_getarhdr.c
47
if (e->
e_flags
& LIBELF_F_AR_HEADER)
elf_end.c
90
if (e->
e_flags
& LIBELF_F_RAWFILE_MALLOC)
93
else if (e->
e_flags
& LIBELF_F_RAWFILE_MMAP)
elf_getarsym.c
53
symtab = (ar->
e_flags
& LIBELF_F_AR_VARIANT_SVR4) ?
gelf_ehdr.c
85
d->
e_flags
= eh32->
e_flags
;
168
eh32->
e_flags
= s->
e_flags
;
/src/sbin/restore/
utilities.c
80
ep->
e_flags
|= NEW|KEEP;
93
if (ep->
e_flags
& TMPNAME)
95
ep->
e_flags
|= TMPNAME;
149
np->
e_flags
|= EXISTED;
168
ep->
e_flags
|= REMOVED;
169
ep->
e_flags
&= ~TMPNAME;
188
ep->
e_flags
|= REMOVED;
189
ep->
e_flags
&= ~TMPNAME;
254
ep->
e_flags
|= REMOVED;
255
ep->
e_flags
&= ~TMPNAME
[
all
...]
restore.c
99
ep->
e_flags
|= NEW;
107
ep->
e_flags
|= NEW;
126
ep->
e_flags
&= ~NEW;
127
ep->
e_flags
|= REMOVED;
301
ip->
e_flags
|= KEEP;
337
ep->
e_flags
|= NEW|KEEP;
354
if (type == LEAF && (ip->
e_flags
& KEEP) == 0)
355
ip->
e_flags
|= EXTRACT;
358
if ((ip->
e_flags
& KEEP) == 0) {
361
ip->
e_flags
|= KEEP
[
all
...]
/src/external/gpl3/binutils/dist/bfd/
elf32-sparc.c
59
/* Functions for dealing with the
e_flags
field.
63
so we use the latter instead and defer setting
e_flags
until the
96
if (((elf_elfheader (ibfd)->
e_flags
& EF_SPARC_LEDATA)
104
previous_ibfd_e_flags = elf_elfheader (ibfd)->
e_flags
& EF_SPARC_LEDATA;
129
elf_elfheader (abfd)->
e_flags
&=~ EF_SPARC_32PLUS_MASK;
130
elf_elfheader (abfd)->
e_flags
|= EF_SPARC_32PLUS;
134
elf_elfheader (abfd)->
e_flags
&=~ EF_SPARC_32PLUS_MASK;
135
elf_elfheader (abfd)->
e_flags
|= EF_SPARC_32PLUS | EF_SPARC_SUN_US1;
145
elf_elfheader (abfd)->
e_flags
&=~ EF_SPARC_32PLUS_MASK;
146
elf_elfheader (abfd)->
e_flags
|= EF_SPARC_32PLUS | EF_SPARC_SUN_US
[
all
...]
elf64-nfp.c
81
it first and set
e_flags
accordingly for later consistency. */
85
elf_elfheader (abfd)->
e_flags
&= ~EF_NFP_SET_MACH (~0);
86
elf_elfheader (abfd)->
e_flags
|= EF_NFP_SET_MACH (E_NFP_MACH_3200);
91
elf_elfheader (abfd)->
e_flags
&= ~EF_NFP_SET_MACH (~0);
92
elf_elfheader (abfd)->
e_flags
|= EF_NFP_SET_MACH (E_NFP_MACH_6000);
97
int e_mach = EF_NFP_MACH (elf_elfheader (abfd)->
e_flags
);
elf64-amdgcn.c
51
model in the EF_AMDGPU_MACH field of
e_flags
. */
56
mach = elf_elfheader (abfd)->
e_flags
& EF_AMDGPU_MACH;
elf32-mt.c
467
/* Return the MACH for an
e_flags
value. */
472
switch (elf_elfheader (abfd)->
e_flags
& EF_MT_CPU_MASK)
495
elf_elfheader (abfd)->
e_flags
= flags;
521
new_flags = elf_elfheader (ibfd)->
e_flags
;
522
old_flags = elf_elfheader (obfd)->
e_flags
;
544
elf_elfheader (obfd)->
e_flags
= old_flags;
561
flags = elf_elfheader (abfd)->
e_flags
;
/src/external/gpl3/binutils.old/dist/bfd/
elf32-sparc.c
59
/* Functions for dealing with the
e_flags
field.
63
so we use the latter instead and defer setting
e_flags
until the
97
if (((elf_elfheader (ibfd)->
e_flags
& EF_SPARC_LEDATA)
105
previous_ibfd_e_flags = elf_elfheader (ibfd)->
e_flags
& EF_SPARC_LEDATA;
130
elf_elfheader (abfd)->
e_flags
&=~ EF_SPARC_32PLUS_MASK;
131
elf_elfheader (abfd)->
e_flags
|= EF_SPARC_32PLUS;
135
elf_elfheader (abfd)->
e_flags
&=~ EF_SPARC_32PLUS_MASK;
136
elf_elfheader (abfd)->
e_flags
|= EF_SPARC_32PLUS | EF_SPARC_SUN_US1;
146
elf_elfheader (abfd)->
e_flags
&=~ EF_SPARC_32PLUS_MASK;
147
elf_elfheader (abfd)->
e_flags
|= EF_SPARC_32PLUS | EF_SPARC_SUN_US
[
all
...]
elf64-nfp.c
81
it first and set
e_flags
accordingly for later consistency. */
85
elf_elfheader (abfd)->
e_flags
&= ~EF_NFP_SET_MACH (~0);
86
elf_elfheader (abfd)->
e_flags
|= EF_NFP_SET_MACH (E_NFP_MACH_3200);
91
elf_elfheader (abfd)->
e_flags
&= ~EF_NFP_SET_MACH (~0);
92
elf_elfheader (abfd)->
e_flags
|= EF_NFP_SET_MACH (E_NFP_MACH_6000);
97
int e_mach = EF_NFP_MACH (elf_elfheader (abfd)->
e_flags
);
elf64-amdgcn.c
51
model in the EF_AMDGPU_MACH field of
e_flags
. */
56
mach = elf_elfheader (abfd)->
e_flags
& EF_AMDGPU_MACH;
elf32-mt.c
466
/* Return the MACH for an
e_flags
value. */
471
switch (elf_elfheader (abfd)->
e_flags
& EF_MT_CPU_MASK)
494
elf_elfheader (abfd)->
e_flags
= flags;
520
new_flags = elf_elfheader (ibfd)->
e_flags
;
521
old_flags = elf_elfheader (obfd)->
e_flags
;
543
elf_elfheader (obfd)->
e_flags
= old_flags;
560
flags = elf_elfheader (abfd)->
e_flags
;
/src/external/gpl3/gdb.old/dist/bfd/
elf32-sparc.c
59
/* Functions for dealing with the
e_flags
field.
63
so we use the latter instead and defer setting
e_flags
until the
97
if (((elf_elfheader (ibfd)->
e_flags
& EF_SPARC_LEDATA)
105
previous_ibfd_e_flags = elf_elfheader (ibfd)->
e_flags
& EF_SPARC_LEDATA;
130
elf_elfheader (abfd)->
e_flags
&=~ EF_SPARC_32PLUS_MASK;
131
elf_elfheader (abfd)->
e_flags
|= EF_SPARC_32PLUS;
135
elf_elfheader (abfd)->
e_flags
&=~ EF_SPARC_32PLUS_MASK;
136
elf_elfheader (abfd)->
e_flags
|= EF_SPARC_32PLUS | EF_SPARC_SUN_US1;
146
elf_elfheader (abfd)->
e_flags
&=~ EF_SPARC_32PLUS_MASK;
147
elf_elfheader (abfd)->
e_flags
|= EF_SPARC_32PLUS | EF_SPARC_SUN_US
[
all
...]
elf64-nfp.c
81
it first and set
e_flags
accordingly for later consistency. */
85
elf_elfheader (abfd)->
e_flags
&= ~EF_NFP_SET_MACH (~0);
86
elf_elfheader (abfd)->
e_flags
|= EF_NFP_SET_MACH (E_NFP_MACH_3200);
91
elf_elfheader (abfd)->
e_flags
&= ~EF_NFP_SET_MACH (~0);
92
elf_elfheader (abfd)->
e_flags
|= EF_NFP_SET_MACH (E_NFP_MACH_6000);
97
int e_mach = EF_NFP_MACH (elf_elfheader (abfd)->
e_flags
);
elf64-amdgcn.c
51
model in the EF_AMDGPU_MACH field of
e_flags
. */
56
mach = elf_elfheader (abfd)->
e_flags
& EF_AMDGPU_MACH;
/src/external/gpl3/gdb/dist/bfd/
elf32-sparc.c
59
/* Functions for dealing with the
e_flags
field.
63
so we use the latter instead and defer setting
e_flags
until the
97
if (((elf_elfheader (ibfd)->
e_flags
& EF_SPARC_LEDATA)
105
previous_ibfd_e_flags = elf_elfheader (ibfd)->
e_flags
& EF_SPARC_LEDATA;
130
elf_elfheader (abfd)->
e_flags
&=~ EF_SPARC_32PLUS_MASK;
131
elf_elfheader (abfd)->
e_flags
|= EF_SPARC_32PLUS;
135
elf_elfheader (abfd)->
e_flags
&=~ EF_SPARC_32PLUS_MASK;
136
elf_elfheader (abfd)->
e_flags
|= EF_SPARC_32PLUS | EF_SPARC_SUN_US1;
146
elf_elfheader (abfd)->
e_flags
&=~ EF_SPARC_32PLUS_MASK;
147
elf_elfheader (abfd)->
e_flags
|= EF_SPARC_32PLUS | EF_SPARC_SUN_US
[
all
...]
elf64-nfp.c
81
it first and set
e_flags
accordingly for later consistency. */
85
elf_elfheader (abfd)->
e_flags
&= ~EF_NFP_SET_MACH (~0);
86
elf_elfheader (abfd)->
e_flags
|= EF_NFP_SET_MACH (E_NFP_MACH_3200);
91
elf_elfheader (abfd)->
e_flags
&= ~EF_NFP_SET_MACH (~0);
92
elf_elfheader (abfd)->
e_flags
|= EF_NFP_SET_MACH (E_NFP_MACH_6000);
97
int e_mach = EF_NFP_MACH (elf_elfheader (abfd)->
e_flags
);
elf64-amdgcn.c
51
model in the EF_AMDGPU_MACH field of
e_flags
. */
56
mach = elf_elfheader (abfd)->
e_flags
& EF_AMDGPU_MACH;
/src/sys/arch/arm/arm/
cpu_exec.c
57
(eh->
e_flags
& EF_ARM_EABIMASK) >= EF_ARM_EABI_VER4;
69
const bool be8_p = (eh->
e_flags
& EF_ARM_BE8) != 0;
core_machdep.c
126
eh->
e_flags
|= EF_ARM_EABI_VER5;
133
eh->
e_flags
|= EF_ARM_BE8;
Completed in 27 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sun Apr 26 00:22:38 UTC 2026