Searched refs:obj_raw_syments (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Dcoffgen.c1571 if (obj_raw_syments (abfd) != NULL)
1572 return obj_raw_syments (abfd);
1717 obj_raw_syments (abfd) = internal;
1787 (unsigned long) obj_raw_syments (abfd);
1810 (unsigned long) obj_raw_syments (abfd);
1845 - obj_raw_syments (abfd));
1850 - obj_raw_syments (abfd));
1855 - obj_raw_syments (abfd));
1888 combined_entry_type *root = obj_raw_syments (abfd);
H A Dlibcoff-in.h33 #define obj_raw_syments(bfd) (coff_data (bfd)->raw_syments) macro
H A Dlibcoff.h37 #define obj_raw_syments(bfd) (coff_data (bfd)->raw_syments) macro
H A Dpeicode.h1045 obj_raw_syments (abfd) = vars.native_syms;
H A Dcoffcode.h4310 ((symndx + obj_raw_syments (abfd))
4675 obj_raw_syments (abfd) = native_symbols;
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dcoffgrok.c737 rawsyms = obj_raw_syments (abfd);

Completed in 283 milliseconds