OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OR1K_INSTLEN
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
or1k-tdep.h
53
#define
OR1K_INSTLEN
4
54
#define OR1K_INSTBITLEN (
OR1K_INSTLEN
* 8)
or1k-tdep.c
81
gdb_byte buf[
OR1K_INSTLEN
];
83
if (target_read_code (addr, buf,
OR1K_INSTLEN
)) {
87
return extract_unsigned_integer (buf,
OR1K_INSTLEN
, byte_order);
498
addr +=
OR1K_INSTLEN
;
507
addr +=
OR1K_INSTLEN
;
514
addr +=
OR1K_INSTLEN
;
523
addr +=
OR1K_INSTLEN
;
539
addr +=
OR1K_INSTLEN
;
990
addr +=
OR1K_INSTLEN
;
1027
addr +=
OR1K_INSTLEN
;
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
or1k-tdep.h
53
#define
OR1K_INSTLEN
4
54
#define OR1K_INSTBITLEN (
OR1K_INSTLEN
* 8)
or1k-tdep.c
81
gdb_byte buf[
OR1K_INSTLEN
];
83
if (target_read_code (addr, buf,
OR1K_INSTLEN
)) {
87
return extract_unsigned_integer (buf,
OR1K_INSTLEN
, byte_order);
498
addr +=
OR1K_INSTLEN
;
507
addr +=
OR1K_INSTLEN
;
514
addr +=
OR1K_INSTLEN
;
523
addr +=
OR1K_INSTLEN
;
539
addr +=
OR1K_INSTLEN
;
990
addr +=
OR1K_INSTLEN
;
1027
addr +=
OR1K_INSTLEN
;
[
all
...]
Completed in 43 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026