OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GET_LONG
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/elftoolchain/dist/libelf/
libelf_ar.c
327
#define
GET_LONG
(P, V)do { \
362
GET_LONG
(p, arraysize);
372
GET_LONG
(s, strtabsize);
390
GET_LONG
(p, stroffset);
391
GET_LONG
(p, fileoffset);
/src/external/gpl3/gdb.old/dist/sim/bfin/
interp.c
130
sc.arg1 = args[0] =
GET_LONG
(DREG (0));
131
sc.arg2 = args[1] =
GET_LONG
(DREG (0) + 4);
132
sc.arg3 = args[2] =
GET_LONG
(DREG (0) + 8);
133
sc.arg4 = args[3] =
GET_LONG
(DREG (0) + 12);
134
sc.arg5 = args[4] =
GET_LONG
(DREG (0) + 16);
135
sc.arg6 = args[5] =
GET_LONG
(DREG (0) + 20);
bfin-sim.c
2079
incorrectly do a
GET_LONG
() here ... */
2080
value =
GET_LONG
(sp);
2168
SET_PREG (i,
GET_LONG
(sp));
2174
SET_DREG (i,
GET_LONG
(sp));
2982
val =
GET_LONG
(addr);
3152
STORE (DREG (reg),
GET_LONG
(addr));
3175
STORE (DREG (reg),
GET_LONG
(addr));
3197
STORE (DREG (reg),
GET_LONG
(addr));
3278
STORE (DREG (reg),
GET_LONG
(addr));
3320
SET_DREG (reg,
GET_LONG
(PREG (ptr)))
[
all
...]
bfin-sim.h
345
#define
GET_LONG
(taddr) _GET_MEM(taddr, 32)
/src/external/gpl3/gdb/dist/sim/bfin/
interp.c
130
sc.arg1 = args[0] =
GET_LONG
(DREG (0));
131
sc.arg2 = args[1] =
GET_LONG
(DREG (0) + 4);
132
sc.arg3 = args[2] =
GET_LONG
(DREG (0) + 8);
133
sc.arg4 = args[3] =
GET_LONG
(DREG (0) + 12);
134
sc.arg5 = args[4] =
GET_LONG
(DREG (0) + 16);
135
sc.arg6 = args[5] =
GET_LONG
(DREG (0) + 20);
bfin-sim.c
2079
incorrectly do a
GET_LONG
() here ... */
2080
value =
GET_LONG
(sp);
2168
SET_PREG (i,
GET_LONG
(sp));
2174
SET_DREG (i,
GET_LONG
(sp));
2982
val =
GET_LONG
(addr);
3152
STORE (DREG (reg),
GET_LONG
(addr));
3175
STORE (DREG (reg),
GET_LONG
(addr));
3197
STORE (DREG (reg),
GET_LONG
(addr));
3278
STORE (DREG (reg),
GET_LONG
(addr));
3320
SET_DREG (reg,
GET_LONG
(PREG (ptr)))
[
all
...]
bfin-sim.h
345
#define
GET_LONG
(taddr) _GET_MEM(taddr, 32)
Completed in 39 milliseconds
Indexes created Sun Aug 16 00:25:19 UTC 2026