Searched refs:value1 (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
D | defined.exp | 42 if {![info exists nm_output(value1)] \ 48 if {$nm_output(value1) != 1} { 49 send_log "value1 == $nm_output(value1)\n" 50 verbose "value1 == $nm_output(value1)"
|
D | defined.t | 6 value1 = DEFINED (defined) ? 1 : 2;
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-cr16.c | 1975 bfd_vma value1 = 0; in elf32_cr16_relax_section() local 1978 value1 = ((bfd_get_32 (abfd, contents + irel->r_offset + 2) >> 16) in elf32_cr16_relax_section() 1982 if ((long) (value + value1) < 0xfffff && (long) (value + value1) > 0) in elf32_cr16_relax_section() 2014 if (value1 & 0x80000000) in elf32_cr16_relax_section() 2017 …bfd_put_8 (abfd, (((value1 >> 16)&0xf) | (bfd_get_8(abfd, contents + irel->r_offset))), contents +… in elf32_cr16_relax_section() 2036 && ((long)(value + value1) < 0x7fff && (long)(value + value1) > 0)) in elf32_cr16_relax_section() 2063 if (value1 & 0x80000000) in elf32_cr16_relax_section() 2066 bfd_put_16 (abfd, value1, contents + irel->r_offset + 2); in elf32_cr16_relax_section() 2091 bfd_vma value1 = 0; in elf32_cr16_relax_section() 2094 value1 = ((bfd_get_16 (abfd, contents + irel->r_offset + 2) & 0xffff)); in elf32_cr16_relax_section() [all …]
|
D | ieee.c | 583 bfd_vma value1, value2; in parse_expression() local 589 POP (sy, section1, value1); in parse_expression() 591 PUSH (sy, section1 ? section1 : section_dummy, value2 - value1); in parse_expression() 596 bfd_vma value1, value2; in parse_expression() local 604 POP (sy1, section1, value1); in parse_expression() 608 value1 + value2); in parse_expression()
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | m32r.cpu | 1405 ; args to unit are "unit-name (name1 value1) ..."
|