Home
last modified time | relevance | path

Searched refs:xcoff_dwsect_names (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dlibxcoff.h258 xcoff_dwsect_names[XCOFF_DWSECT_NBR_NAMES];
Dcoffcode.h592 if (!strcmp (sec_name, xcoff_dwsect_names[i].name)) in sec_to_styp_flags()
594 styp_flags = STYP_DWARF | xcoff_dwsect_names[i].flag; in sec_to_styp_flags()
1784 xcoff_dwsect_names[i].name) == 0) in coff_new_section_hook()
Dcoff-rs6000.c3926 const struct xcoff_dwsect_name xcoff_dwsect_names[] = { variable
DChangeLog-20112331 (xcoff_dwsect_names): Declare.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-ppc.c3940 const struct xcoff_dwsect_name *dw = &xcoff_dwsect_names[idx]; in ppc_change_debug_section()
3976 if (xcoff_dwsect_names[i].flag == flag) in ppc_dwsect()
3978 dw = &xcoff_dwsect_names[i]; in ppc_dwsect()