Home
last modified time | relevance | path

Searched refs:obj_conv_table_size (Results 1 – 22 of 22) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-tic4x.c216 if (reloc->r_symndx < 0 || reloc->r_symndx >= obj_conv_table_size (abfd))
H A Dlibcoff-in.h36 #define obj_conv_table_size(bfd) (coff_data (bfd)->conv_table_size) macro
H A Dcoff-i860.c583 if (dst->r_symndx < 0 || dst->r_symndx >= obj_conv_table_size (abfd)) in i860_reloc_processing()
H A Dpeicode.h297 obj_conv_table_size (abfd) = in pe_mkobject_hook()
1017 obj_conv_table_size (abfd) = vars.sym_index; in pe_ILF_build_a_bfd()
H A Dcoff-tic54x.c373 if (reloc->r_symndx < 0 || reloc->r_symndx >= obj_conv_table_size (abfd))
H A Dlibcoff.h40 #define obj_conv_table_size(bfd) (coff_data (bfd)->conv_table_size) macro
H A Dcoffcode.h1801 obj_conv_table_size (abfd) = in coff_mkobject_hook()
2540 if (n.r_symndx > obj_conv_table_size (abfd)) in coff_write_relocs()
4874 if (dst.r_symndx < 0 || dst.r_symndx >= obj_conv_table_size (abfd)) in coff_slurp_reloc_table()
H A Dcoff-arm.c2028 if (symndx >= obj_conv_table_size (abfd)) in bfd_arm_process_before_allocation()
H A Dcoffgen.c698 obj_conv_table_size (bfd_ptr) = native_index; in coff_renumber_symbols()
H A DChangeLog-94955328 obj_conv_table_size.
5341 obj_conv_table_size.
5352 and obj_conv_table_size here.
5443 * coffgen.c (coff_real_object_p): Set obj_conv_table_size here,
H A DChangeLog-91935695 (obj_conv_table_size): Accessor macro.
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dcoff-tic4x.c215 if (reloc->r_symndx < 0 || reloc->r_symndx >= obj_conv_table_size (abfd))
H A Dlibcoff-in.h37 #define obj_conv_table_size(bfd) (coff_data(bfd)->conv_table_size) macro
H A Dcoff-i860.c607 if (dst->r_symndx < 0 || dst->r_symndx >= obj_conv_table_size (abfd)) in i860_reloc_processing()
H A Dpeicode.h336 obj_conv_table_size (abfd) =
1091 obj_conv_table_size (abfd) = vars.sym_index; in pe_ILF_build_a_bfd()
H A Dcoff-tic54x.c363 if (reloc->r_symndx < 0 || reloc->r_symndx >= obj_conv_table_size (abfd))
H A Dlibcoff.h41 #define obj_conv_table_size(bfd) (coff_data(bfd)->conv_table_size) macro
H A Dcoffcode.h1829 obj_conv_table_size (abfd) =
2565 if (n.r_symndx > obj_conv_table_size (abfd))
5083 if (dst.r_symndx < 0 || dst.r_symndx >= obj_conv_table_size (abfd))
H A Dcoff-arm.c2139 if (symndx >= obj_conv_table_size (abfd))
H A Dcoffgen.c747 obj_conv_table_size (bfd_ptr) = native_index;
H A DChangeLog-94955328 obj_conv_table_size.
5341 obj_conv_table_size.
5352 and obj_conv_table_size here.
5443 * coffgen.c (coff_real_object_p): Set obj_conv_table_size here,
H A DChangeLog-91935695 (obj_conv_table_size): Accessor macro.