OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:noop_size
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c
9236
int bytes, fix,
noop_size
;
9249
noop_size
= sizeof (aarch64_noop);
9251
fix = bytes & (
noop_size
- 1);
9265
fragP->fr_var =
noop_size
;
9266
memcpy (p, aarch64_noop,
noop_size
);
9227
int bytes, fix,
noop_size
;
local
tc-arm.c
26588
unsigned bytes, fix,
noop_size
;
26614
noop_size
= 2;
26625
noop_size
= 4;
26631
fix = bytes & (
noop_size
- 1);
26644
if (bytes &
noop_size
)
26647
memcpy (p, narrow_noop,
noop_size
);
26648
p +=
noop_size
;
26649
bytes -=
noop_size
;
26650
fix +=
noop_size
;
26654
noop_size
= 4
26580
unsigned bytes, fix,
noop_size
;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c
9128
int bytes, fix,
noop_size
;
9141
noop_size
= sizeof (aarch64_noop);
9143
fix = bytes & (
noop_size
- 1);
9157
fragP->fr_var =
noop_size
;
9158
memcpy (p, aarch64_noop,
noop_size
);
9119
int bytes, fix,
noop_size
;
local
tc-arm.c
26591
unsigned bytes, fix,
noop_size
;
26617
noop_size
= 2;
26628
noop_size
= 4;
26634
fix = bytes & (
noop_size
- 1);
26647
if (bytes &
noop_size
)
26650
memcpy (p, narrow_noop,
noop_size
);
26651
p +=
noop_size
;
26652
bytes -=
noop_size
;
26653
fix +=
noop_size
;
26657
noop_size
= 4
26583
unsigned bytes, fix,
noop_size
;
local
[
all
...]
Completed in 134 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026