OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reloc_signed_max
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
cpu-ns32k.c
379
bfd_signed_vma
reloc_signed_max
= (1 << (howto->bitsize - 1)) - 1;
local
380
bfd_signed_vma reloc_signed_min = ~
reloc_signed_max
;
389
if ((bfd_signed_vma) check >
reloc_signed_max
671
bfd_signed_vma
reloc_signed_max
= (1 << (howto->bitsize - 1)) - 1;
local
672
bfd_signed_vma reloc_signed_min = ~
reloc_signed_max
;
674
if (signed_check >
reloc_signed_max
coff-arm.c
1617
bfd_signed_vma
reloc_signed_max
= (1 << (howto->bitsize - 1)) - 1;
1618
bfd_signed_vma reloc_signed_min = ~
reloc_signed_max
;
1677
if ( signed_check >
reloc_signed_max
1615
bfd_signed_vma
reloc_signed_max
= (1 << (howto->bitsize - 1)) - 1;
local
elf32-arm.c
10963
bfd_signed_vma
reloc_signed_max
;
local
11149
reloc_signed_max
= (1 << (bitsize - 1)) - 1;
11150
reloc_signed_min = ~
reloc_signed_max
;
11153
if (signed_check >
reloc_signed_max
|| signed_check < reloc_signed_min)
11190
bfd_signed_vma
reloc_signed_max
= 0xffffe;
local
11253
if (signed_check >
reloc_signed_max
|| signed_check < reloc_signed_min)
11281
bfd_signed_vma
reloc_signed_max
= (1 << (howto->bitsize - 1)) - 1;
local
11282
bfd_signed_vma reloc_signed_min = ~
reloc_signed_max
;
11311
if (signed_check >
reloc_signed_max
|| signed_check < reloc_signed_min)
/src/external/gpl3/binutils.old/dist/bfd/
cpu-ns32k.c
379
bfd_signed_vma
reloc_signed_max
= (1 << (howto->bitsize - 1)) - 1;
local
380
bfd_signed_vma reloc_signed_min = ~
reloc_signed_max
;
389
if ((bfd_signed_vma) check >
reloc_signed_max
671
bfd_signed_vma
reloc_signed_max
= (1 << (howto->bitsize - 1)) - 1;
local
672
bfd_signed_vma reloc_signed_min = ~
reloc_signed_max
;
674
if (signed_check >
reloc_signed_max
coff-arm.c
1617
bfd_signed_vma
reloc_signed_max
= (1 << (howto->bitsize - 1)) - 1;
1618
bfd_signed_vma reloc_signed_min = ~
reloc_signed_max
;
1677
if ( signed_check >
reloc_signed_max
1615
bfd_signed_vma
reloc_signed_max
= (1 << (howto->bitsize - 1)) - 1;
local
elf32-arm.c
11092
bfd_signed_vma
reloc_signed_max
;
local
11278
reloc_signed_max
= (1 << (bitsize - 1)) - 1;
11279
reloc_signed_min = ~
reloc_signed_max
;
11282
if (signed_check >
reloc_signed_max
|| signed_check < reloc_signed_min)
11319
bfd_signed_vma
reloc_signed_max
= 0xffffe;
local
11382
if (signed_check >
reloc_signed_max
|| signed_check < reloc_signed_min)
11410
bfd_signed_vma
reloc_signed_max
= (1 << (howto->bitsize - 1)) - 1;
local
11411
bfd_signed_vma reloc_signed_min = ~
reloc_signed_max
;
11440
if (signed_check >
reloc_signed_max
|| signed_check < reloc_signed_min)
/src/external/gpl3/gdb/dist/bfd/
cpu-ns32k.c
379
bfd_signed_vma
reloc_signed_max
= (1 << (howto->bitsize - 1)) - 1;
local
380
bfd_signed_vma reloc_signed_min = ~
reloc_signed_max
;
389
if ((bfd_signed_vma) check >
reloc_signed_max
671
bfd_signed_vma
reloc_signed_max
= (1 << (howto->bitsize - 1)) - 1;
local
672
bfd_signed_vma reloc_signed_min = ~
reloc_signed_max
;
674
if (signed_check >
reloc_signed_max
coff-arm.c
1617
bfd_signed_vma
reloc_signed_max
= (1 << (howto->bitsize - 1)) - 1;
1618
bfd_signed_vma reloc_signed_min = ~
reloc_signed_max
;
1677
if ( signed_check >
reloc_signed_max
1615
bfd_signed_vma
reloc_signed_max
= (1 << (howto->bitsize - 1)) - 1;
local
elf32-arm.c
11086
bfd_signed_vma
reloc_signed_max
;
local
11272
reloc_signed_max
= (1 << (bitsize - 1)) - 1;
11273
reloc_signed_min = ~
reloc_signed_max
;
11276
if (signed_check >
reloc_signed_max
|| signed_check < reloc_signed_min)
11313
bfd_signed_vma
reloc_signed_max
= 0xffffe;
local
11376
if (signed_check >
reloc_signed_max
|| signed_check < reloc_signed_min)
11404
bfd_signed_vma
reloc_signed_max
= (1 << (howto->bitsize - 1)) - 1;
local
11405
bfd_signed_vma reloc_signed_min = ~
reloc_signed_max
;
11434
if (signed_check >
reloc_signed_max
|| signed_check < reloc_signed_min)
/src/external/gpl3/gdb.old/dist/bfd/
cpu-ns32k.c
379
bfd_signed_vma
reloc_signed_max
= (1 << (howto->bitsize - 1)) - 1;
local
380
bfd_signed_vma reloc_signed_min = ~
reloc_signed_max
;
389
if ((bfd_signed_vma) check >
reloc_signed_max
671
bfd_signed_vma
reloc_signed_max
= (1 << (howto->bitsize - 1)) - 1;
local
672
bfd_signed_vma reloc_signed_min = ~
reloc_signed_max
;
674
if (signed_check >
reloc_signed_max
coff-arm.c
1617
bfd_signed_vma
reloc_signed_max
= (1 << (howto->bitsize - 1)) - 1;
1618
bfd_signed_vma reloc_signed_min = ~
reloc_signed_max
;
1677
if ( signed_check >
reloc_signed_max
1615
bfd_signed_vma
reloc_signed_max
= (1 << (howto->bitsize - 1)) - 1;
local
elf32-arm.c
11008
bfd_signed_vma
reloc_signed_max
;
local
11194
reloc_signed_max
= (1 << (bitsize - 1)) - 1;
11195
reloc_signed_min = ~
reloc_signed_max
;
11198
if (signed_check >
reloc_signed_max
|| signed_check < reloc_signed_min)
11235
bfd_signed_vma
reloc_signed_max
= 0xffffe;
local
11298
if (signed_check >
reloc_signed_max
|| signed_check < reloc_signed_min)
11326
bfd_signed_vma
reloc_signed_max
= (1 << (howto->bitsize - 1)) - 1;
local
11327
bfd_signed_vma reloc_signed_min = ~
reloc_signed_max
;
11356
if (signed_check >
reloc_signed_max
|| signed_check < reloc_signed_min)
Completed in 97 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026