HomeSort by relevance Sort by last modified time
    Searched refs:obj_conv_table_size (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
coff-tic4x.c 223 if (reloc->r_symndx < 0 || reloc->r_symndx >= obj_conv_table_size (abfd))
libcoff-in.h 34 #define obj_conv_table_size(bfd) (coff_data (bfd)->conv_table_size) macro
coff-i860.c 601 if (dst->r_symndx < 0 || dst->r_symndx >= obj_conv_table_size (abfd))
coff-tic54x.c 361 if (reloc->r_symndx < 0 || reloc->r_symndx >= obj_conv_table_size (abfd))
peicode.h 308 obj_conv_table_size (abfd) =
1062 obj_conv_table_size (abfd) = vars.sym_index;
    [all...]
libcoff.h 38 #define obj_conv_table_size(bfd) (coff_data (bfd)->conv_table_size) macro
    [all...]
coffcode.h     [all...]
coff-arm.c     [all...]
coffgen.c 790 obj_conv_table_size (bfd_ptr) = native_index;
    [all...]

Completed in 155 milliseconds