OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rel_index
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
valarith.c
1850
unsigned
rel_index
;
1857
rel_index
= index - low_bound;
1858
word = extract_unsigned_integer (valaddr + (
rel_index
/ TARGET_CHAR_BIT), 1,
1860
rel_index
%= TARGET_CHAR_BIT;
1862
rel_index
= TARGET_CHAR_BIT - 1 -
rel_index
;
1863
return (word >>
rel_index
) & 1;
1844
unsigned
rel_index
;
local
/src/external/gpl3/gdb.old/dist/gdb/
valarith.c
1850
unsigned
rel_index
;
1857
rel_index
= index - low_bound;
1858
word = extract_unsigned_integer (valaddr + (
rel_index
/ TARGET_CHAR_BIT), 1,
1860
rel_index
%= TARGET_CHAR_BIT;
1862
rel_index
= TARGET_CHAR_BIT - 1 -
rel_index
;
1863
return (word >>
rel_index
) & 1;
1844
unsigned
rel_index
;
local
/src/external/gpl3/binutils/dist/gas/config/
tc-ns32k.c
1258
int length,
rel_index
;
1301
rel_index
= length + 3 * pcrel + 6 * type;
1303
if (
rel_index
>= 0 && (unsigned int)
rel_index
< sizeof (relocs) / sizeof (relocs[0]))
1304
return relocs[
rel_index
];
1251
int length,
rel_index
;
local
/src/external/gpl3/binutils.old/dist/gas/config/
tc-ns32k.c
1258
int length,
rel_index
;
1301
rel_index
= length + 3 * pcrel + 6 * type;
1303
if (
rel_index
>= 0 && (unsigned int)
rel_index
< sizeof (relocs) / sizeof (relocs[0]))
1304
return relocs[
rel_index
];
1251
int length,
rel_index
;
local
Completed in 25 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026