HomeSort by relevance Sort by last modified time
    Searched refs:addend (Results 276 - 300 of 366) sorted by null

<<1112131415

  /toolchain/binutils/binutils-2.25/bfd/
versados.c 421 n->addend = 0;
xcofflink.c 472 relbuf->addend = 0;
5689 bfd_vma addend; local
    [all...]
ieee.c     [all...]
elflink.c 10068 bfd_vma addend; local
    [all...]
elf64-x86-64.c 4083 int addend = rel->r_addend; local
    [all...]
coffcode.h     [all...]
elfcode.h 961 src_rela.r_addend = ptr->addend;
    [all...]
elf32-cr16c.c 197 bfd_vma addend ATTRIBUTE_UNUSED,
peicode.h 467 entry->addend = 0;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-dlx.c 920 /* Turn off complaints that the addend is
1212 reloc->addend = 0;
tc-mmix.c 2626 bfd_vma addend local
    [all...]
tc-crx.c 315 reloc->addend = fixP->fx_offset;
321 /* Keep the current difference in the addend. */
322 reloc->addend = (S_GET_VALUE (fixP->fx_addsy)
    [all...]
tc-i370.c     [all...]
tc-ns32k.c     [all...]
tc-tic6x.c     [all...]
tc-tic4x.c     [all...]
tc-i860.c     [all...]
tc-mn10200.c 792 reloc->addend = fixp->fx_offset;
tc-pdp11.c 1400 reloc->addend = -symbol_get_bfdsym (fixp->fx_addsy)->section->vma;
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/ipaddr/
ipaddr.py 254 addend = 2**nbits - 1
255 current = first_int + addend
    [all...]
  /external/elfutils/src/
strip.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
srconv.c 549 rl.addend = ref->where->offset - ref->where->section->address;
559 rl.addend = -ref->where->section->address;
    [all...]
rescoff.c 713 r->addend = 0;
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 557 *rel, relocation->type(), r_sym, r_offset, relocation->addend());
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 981 milliseconds

<<1112131415