Home
last modified time | relevance | path

Searched refs:raw_syments (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dlibcoff-in.h31 #define obj_raw_syments(bfd) (coff_data (bfd)->raw_syments)
53 struct coff_ptr_struct *raw_syments; member
Dlibecoff.h121 void * raw_syments; member
Dlibcoff.h35 #define obj_raw_syments(bfd) (coff_data (bfd)->raw_syments)
57 struct coff_ptr_struct *raw_syments; member
Dcoffgen.c2325 p = cof->raw_syments; in coff_find_nearest_line_with_names()
2388 if (p >= cof->raw_syments + p->u.syment.n_value) in coff_find_nearest_line_with_names()
2391 p = cof->raw_syments + p->u.syment.n_value; in coff_find_nearest_line_with_names()
Decoff.c514 if (ecoff_data (abfd)->raw_syments != NULL) in _bfd_ecoff_slurp_symbolic_info()
578 ecoff_data (abfd)->raw_syments = raw; in _bfd_ecoff_slurp_symbolic_info()
3749 if (ecoff_data (input_bfd)->raw_syments == NULL) in ecoff_final_link_debug_accumulate()
3773 if (ecoff_data (input_bfd)->raw_syments == NULL) in ecoff_final_link_debug_accumulate()
Dcoff-rs6000.c333 coff->raw_syments = (struct coff_ptr_struct *) NULL; in _bfd_xcoff_mkobject()
Dcoffcode.h1989 coff->raw_syments = NULL; in coff_mkobject()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-92958132 raw_syments.