Home
last modified time | relevance | path

Searched defs:coff_symfile_info (Results 1 – 9 of 9) sorted by relevance

/dports/devel/gdb/gdb-11.1/gdb/
H A Dcoffread.c50 struct coff_symfile_info struct
64 static const struct objfile_key<coff_symfile_info> coff_objfile_data_key; argument
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dcoffread.c52 struct coff_symfile_info struct
54 file_ptr min_lineno_offset; /* Where in file lowest line#s are */
55 file_ptr max_lineno_offset; /* 1+last byte of line#s in file */
57 CORE_ADDR textaddr; /* Addr of .text section. */
58 unsigned int textsize; /* Size of .text section. */
59 struct stab_section_list *stabsects; /* .stab sections. */
60 asection *stabstrsect; /* Section pointer for .stab section */
61 char *stabstrdata;
H A Dxcoffread.c133 struct coff_symfile_info struct
135 file_ptr min_lineno_offset; /* Where in file lowest line#s are */
136 file_ptr max_lineno_offset; /* 1+last byte of line#s in file */
139 char *strtbl;
142 char *debugsec;
145 char *symtbl;
148 int symtbl_num_syms;
151 CORE_ADDR toc_offset;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dcoffread.c52 struct coff_symfile_info struct
54 file_ptr min_lineno_offset; /* Where in file lowest line#s are */
55 file_ptr max_lineno_offset; /* 1+last byte of line#s in file */
57 CORE_ADDR textaddr; /* Addr of .text section. */
58 unsigned int textsize; /* Size of .text section. */
59 struct stab_section_list *stabsects; /* .stab sections. */
60 asection *stabstrsect; /* Section pointer for .stab section */
61 char *stabstrdata;
H A Dxcoffread.c133 struct coff_symfile_info struct
135 file_ptr min_lineno_offset; /* Where in file lowest line#s are */
136 file_ptr max_lineno_offset; /* 1+last byte of line#s in file */
139 char *strtbl;
142 char *debugsec;
145 char *symtbl;
148 int symtbl_num_syms;
151 CORE_ADDR toc_offset;
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dcoffread.c52 struct coff_symfile_info struct
54 file_ptr min_lineno_offset; /* Where in file lowest line#s are. */
55 file_ptr max_lineno_offset; /* 1+last byte of line#s in file. */
57 CORE_ADDR textaddr; /* Addr of .text section. */
58 unsigned int textsize; /* Size of .text section. */
59 struct stab_section_list *stabsects; /* .stab sections. */
60 asection *stabstrsect; /* Section pointer for .stab section. */
61 char *stabstrdata;
H A Dxcoffread.c134 struct coff_symfile_info struct
136 file_ptr min_lineno_offset; /* Where in file lowest line#s are. */
137 file_ptr max_lineno_offset; /* 1+last byte of line#s in file. */
140 char *strtbl;
143 char *debugsec;
146 char *symtbl;
149 int symtbl_num_syms;
152 CORE_ADDR toc_offset;
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dcoffread.c58 struct coff_symfile_info struct
60 file_ptr min_lineno_offset; /* Where in file lowest line#s are. */
61 file_ptr max_lineno_offset; /* 1+last byte of line#s in file. */
63 CORE_ADDR textaddr; /* Addr of .text section. */
64 unsigned int textsize; /* Size of .text section. */
65 struct stab_section_list *stabsects; /* .stab sections. */
66 asection *stabstrsect; /* Section pointer for .stab section. */
67 char *stabstrdata;
H A Dxcoffread.c136 struct coff_symfile_info struct
160 ((struct coff_symfile_info *) objfile_data ((objfile), \ argument