OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:s_value
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/gas/
itbl-ops.c
600
char
s_value
[20];
local
620
sprintf (
s_value
, "$%lu", value);
621
strcat (s,
s_value
);
629
sprintf (
s_value
, "0x%lx", value);
630
strcat (s,
s_value
);
/toolchain/binutils/binutils-2.25/opcodes/
tic6x-dis.c
383
unsigned int
s_value
= 0;
local
399
s_value
= (cc_value & 0x2) >> 1;
416
s_value
= tic6x_field_bits (opcode, s_field);
433
cond = conds[
s_value
][z_value];
[
all
...]
/toolchain/binutils/binutils-2.25/include/coff/
alpha.h
300
unsigned char
s_value
[8];
member in struct:sym_ext
mips.h
255
unsigned char
s_value
[4];
member in struct:sym_ext
/toolchain/binutils/binutils-2.25/gas/config/
bfin-defs.h
303
const char *
s_value
; /* if relocation symbol, the text. */
member in union:__anon108196
Completed in 98 milliseconds