HomeSort by: relevance | last modified time | path
    Searched defs:xcoff (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
xcoffread.c 1 /* Read AIX xcoff symbol tables and convert to internal format, for GDB.
35 #include "coff/xcoff.h"
150 /* Key for XCOFF-associated data. */
154 /* Convenience macro to access the per-objfile XCOFF data. */
159 /* XCOFF names for dwarf sections. There is no compressed sections. */
167 /* AIX XCOFF defines one, named DWARF section for macro debug information.
516 /* In xcoff, we assume include files cannot be nested (not in .c files
845 N_SCNUM - the symbol's XCOFF section number.
862 /* xcoff has static blocks marked in `.bs', `.es' pairs. They cannot be
926 struct xcoff_symfile_info *xcoff = XCOFF_DATA (objfile)
921 struct xcoff_symfile_info *xcoff = XCOFF_DATA (objfile); local
1613 struct xcoff_symfile_info *xcoff = XCOFF_DATA (this_symtab_objfile); local
1823 struct xcoff_symfile_info *xcoff = XCOFF_DATA (objfile); local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
xcoffread.c 1 /* Read AIX xcoff symbol tables and convert to internal format, for GDB.
35 #include "coff/xcoff.h"
150 /* Key for XCOFF-associated data. */
154 /* Convenience macro to access the per-objfile XCOFF data. */
159 /* XCOFF names for dwarf sections. There is no compressed sections. */
167 /* AIX XCOFF defines one, named DWARF section for macro debug information.
516 /* In xcoff, we assume include files cannot be nested (not in .c files
845 N_SCNUM - the symbol's XCOFF section number.
862 /* xcoff has static blocks marked in `.bs', `.es' pairs. They cannot be
926 struct xcoff_symfile_info *xcoff = XCOFF_DATA (objfile)
921 struct xcoff_symfile_info *xcoff = XCOFF_DATA (objfile); local
1613 struct xcoff_symfile_info *xcoff = XCOFF_DATA (this_symtab_objfile); local
1823 struct xcoff_symfile_info *xcoff = XCOFF_DATA (objfile); local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
coffcode.h 315 . value will be the offset field. Used for XCOFF C_BSTAT symbols. *}
319 . Used for XCOFF C_BINCL/C_EINCL symbols. *}
330 . {* An extra pointer which can used by format based on COFF (like XCOFF)
483 /* Handle the XCOFF debug section and DWARF2 debug sections. */
1971 /* We grossly abuse this function to handle XCOFF overflow headers.
2115 struct xcoff_tdata *xcoff;
2117 xcoff = xcoff_data (abfd);
2119 xcoff->xcoff64 = internal_f->f_magic == U803XTOCMAGIC;
2121 xcoff->xcoff64 = 0;
2123 xcoff->full_aouthdr = true
2114 struct xcoff_tdata *xcoff; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
coffcode.h 315 . value will be the offset field. Used for XCOFF C_BSTAT symbols. *}
319 . Used for XCOFF C_BINCL/C_EINCL symbols. *}
330 . {* An extra pointer which can used by format based on COFF (like XCOFF)
483 /* Handle the XCOFF debug section and DWARF2 debug sections. */
1964 /* We grossly abuse this function to handle XCOFF overflow headers.
2108 struct xcoff_tdata *xcoff;
2110 xcoff = xcoff_data (abfd);
2112 xcoff->xcoff64 = internal_f->f_magic == U803XTOCMAGIC;
2114 xcoff->xcoff64 = 0;
2116 xcoff->full_aouthdr = true
2107 struct xcoff_tdata *xcoff; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
coffcode.h 315 . value will be the offset field. Used for XCOFF C_BSTAT symbols. *}
319 . Used for XCOFF C_BINCL/C_EINCL symbols. *}
330 . {* An extra pointer which can used by format based on COFF (like XCOFF)
483 /* Handle the XCOFF debug section and DWARF2 debug sections. */
1973 /* We grossly abuse this function to handle XCOFF overflow headers.
2117 struct xcoff_tdata *xcoff;
2119 xcoff = xcoff_data (abfd);
2121 xcoff->xcoff64 = internal_f->f_magic == U803XTOCMAGIC;
2123 xcoff->xcoff64 = 0;
2125 xcoff->full_aouthdr = true
2116 struct xcoff_tdata *xcoff; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
coffcode.h 315 . value will be the offset field. Used for XCOFF C_BSTAT symbols. *}
319 . Used for XCOFF C_BINCL/C_EINCL symbols. *}
330 . {* An extra pointer which can used by format based on COFF (like XCOFF)
483 /* Handle the XCOFF debug section and DWARF2 debug sections. */
1973 /* We grossly abuse this function to handle XCOFF overflow headers.
2117 struct xcoff_tdata *xcoff;
2119 xcoff = xcoff_data (abfd);
2121 xcoff->xcoff64 = internal_f->f_magic == U803XTOCMAGIC;
2123 xcoff->xcoff64 = 0;
2125 xcoff->full_aouthdr = true
2116 struct xcoff_tdata *xcoff; local
    [all...]

Completed in 41 milliseconds