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

  /src/external/gpl3/binutils/dist/bfd/
som.c 1156 int sym_num,
1174 if (sym_num < 0x100)
1213 bfd_put_8 (abfd, sym_num, p + 1);
1239 + 2 * (sym_num >= 0x100) + (type >= 0x100),
1245 if (sym_num < 0x100)
1247 bfd_put_8 (abfd, sym_num, p + 2);
1252 bfd_put_8 (abfd, sym_num >> 16, p + 2);
1253 bfd_put_16 (abfd, (bfd_vma) sym_num, p + 3);
2996 int sym_num; local
3026 sym_num = (*bfd_reloc->sym_ptr_ptr)->udata.i
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
som.c 1156 int sym_num,
1174 if (sym_num < 0x100)
1213 bfd_put_8 (abfd, sym_num, p + 1);
1239 + 2 * (sym_num >= 0x100) + (type >= 0x100),
1245 if (sym_num < 0x100)
1247 bfd_put_8 (abfd, sym_num, p + 2);
1252 bfd_put_8 (abfd, sym_num >> 16, p + 2);
1253 bfd_put_16 (abfd, (bfd_vma) sym_num, p + 3);
2996 int sym_num; local
3026 sym_num = (*bfd_reloc->sym_ptr_ptr)->udata.i
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
som.c 1156 int sym_num,
1174 if (sym_num < 0x100)
1213 bfd_put_8 (abfd, sym_num, p + 1);
1239 + 2 * (sym_num >= 0x100) + (type >= 0x100),
1245 if (sym_num < 0x100)
1247 bfd_put_8 (abfd, sym_num, p + 2);
1252 bfd_put_8 (abfd, sym_num >> 16, p + 2);
1253 bfd_put_16 (abfd, (bfd_vma) sym_num, p + 3);
2996 int sym_num; local
3026 sym_num = (*bfd_reloc->sym_ptr_ptr)->udata.i
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
som.c 1156 int sym_num,
1174 if (sym_num < 0x100)
1213 bfd_put_8 (abfd, sym_num, p + 1);
1239 + 2 * (sym_num >= 0x100) + (type >= 0x100),
1245 if (sym_num < 0x100)
1247 bfd_put_8 (abfd, sym_num, p + 2);
1252 bfd_put_8 (abfd, sym_num >> 16, p + 2);
1253 bfd_put_16 (abfd, (bfd_vma) sym_num, p + 3);
2996 int sym_num; local
3026 sym_num = (*bfd_reloc->sym_ptr_ptr)->udata.i
    [all...]

Completed in 32 milliseconds