OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:push_size
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
mn10300-tdep.c
1165
const int
push_size
= register_size (gdbarch, E_PC_REGNUM);
local
1188
arg_len -=
push_size
;
1212
arg_len =
push_size
;
1213
gdb_assert (
push_size
<= MN10300_MAX_REGISTER_SIZE);
1214
store_unsigned_integer (valbuf,
push_size
, byte_order,
1227
extract_unsigned_integer (val,
push_size
, byte_order));
1228
val +=
push_size
;
1229
arg_len -=
push_size
;
1235
write_memory (sp + stack_offset, val,
push_size
);
1236
arg_len -=
push_size
;
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
mn10300-tdep.c
1165
const int
push_size
= register_size (gdbarch, E_PC_REGNUM);
local
1188
arg_len -=
push_size
;
1212
arg_len =
push_size
;
1213
gdb_assert (
push_size
<= MN10300_MAX_REGISTER_SIZE);
1214
store_unsigned_integer (valbuf,
push_size
, byte_order,
1227
extract_unsigned_integer (val,
push_size
, byte_order));
1228
val +=
push_size
;
1229
arg_len -=
push_size
;
1235
write_memory (sp + stack_offset, val,
push_size
);
1236
arg_len -=
push_size
;
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
calls.cc
3382
rtx
push_size
3411
allocate_dynamic_stack_space (
push_size
, 0, BIGGEST_ALIGNMENT,
3381
rtx
push_size
local
expr.cc
5350
unsigned int
push_size
;
5352
push_size
= INTVAL (size);
5354
push_size
= 0;
5360
&& targetm.calls.push_argument (
push_size
)
5339
unsigned int
push_size
;
local
/src/external/gpl3/gcc.old/dist/gcc/
calls.cc
3324
rtx
push_size
3353
allocate_dynamic_stack_space (
push_size
, 0, BIGGEST_ALIGNMENT,
3323
rtx
push_size
local
expr.cc
4746
unsigned int
push_size
;
4748
push_size
= INTVAL (size);
4750
push_size
= 0;
4756
&& targetm.calls.push_argument (
push_size
)
4735
unsigned int
push_size
;
local
Completed in 55 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026