Home
last modified time | relevance | path

Searched refs:conversion_table (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A Dlibcoff-in.h35 #define obj_convert(bfd) (coff_data (bfd)->conversion_table)
50 unsigned int *conversion_table; member
H A Dlibcoff.h39 #define obj_convert(bfd) (coff_data (bfd)->conversion_table)
54 unsigned int *conversion_table; member
H A Dcoffcode.h1762 coff->conversion_table = NULL; in coff_mkobject()
H A Dcoff-rs6000.c251 coff->conversion_table = (unsigned int *) NULL;