HomeSort by: relevance | last modified time | path
    Searched defs:SYM_VAL (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-ppc.c 190 #define SYM_VAL(SYM) \
6731 - SYM_VAL (lsect->sym));
6791 got = SYM_VAL (htab->elf.hgot);
7944 - SYM_VAL (htab->elf.hgot));
8472 got = SYM_VAL (htab->elf.hgot);
8493 addend -= SYM_VAL (sda);
8524 addend -= SYM_VAL (sda);
8654 addend -= SYM_VAL (sda);
8752 value = relocation + addend - SYM_VAL (sda);
9512 bfd_vma got_loc = got_offset + SYM_VAL (htab->elf.hgot)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-ppc.c 186 #define SYM_VAL(SYM) \
6746 - SYM_VAL (lsect->sym));
6806 got = SYM_VAL (htab->elf.hgot);
7960 - SYM_VAL (htab->elf.hgot));
8488 got = SYM_VAL (htab->elf.hgot);
8509 addend -= SYM_VAL (sda);
8540 addend -= SYM_VAL (sda);
8670 addend -= SYM_VAL (sda);
8768 value = relocation + addend - SYM_VAL (sda);
9537 bfd_vma got_loc = got_offset + SYM_VAL (htab->elf.hgot)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-ppc.c 186 #define SYM_VAL(SYM) \
6755 - SYM_VAL (lsect->sym));
6815 got = SYM_VAL (htab->elf.hgot);
7969 - SYM_VAL (htab->elf.hgot));
8497 got = SYM_VAL (htab->elf.hgot);
8518 addend -= SYM_VAL (sda);
8549 addend -= SYM_VAL (sda);
8679 addend -= SYM_VAL (sda);
8777 value = relocation + addend - SYM_VAL (sda);
9546 bfd_vma got_loc = got_offset + SYM_VAL (htab->elf.hgot)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-ppc.c 190 #define SYM_VAL(SYM) \
6733 - SYM_VAL (lsect->sym));
6793 got = SYM_VAL (htab->elf.hgot);
7946 - SYM_VAL (htab->elf.hgot));
8474 got = SYM_VAL (htab->elf.hgot);
8495 addend -= SYM_VAL (sda);
8526 addend -= SYM_VAL (sda);
8656 addend -= SYM_VAL (sda);
8754 value = relocation + addend - SYM_VAL (sda);
9514 bfd_vma got_loc = got_offset + SYM_VAL (htab->elf.hgot)
    [all...]

Completed in 32 milliseconds