| /src/external/gpl3/binutils/dist/binutils/ |
| coffgrok.h | 43 struct coff_symbol *symbol; 67 struct coff_symbol *symbol_list_head; 68 struct coff_symbol *symbol_list_tail; 116 struct coff_symbol *ref; 127 struct coff_symbol *ref; 168 struct coff_symbol * vars_head; /* Symbols. */ 169 struct coff_symbol * vars_tail; 207 struct coff_symbol struct 214 struct coff_symbol * next; 215 struct coff_symbol * next_in_ofile_list; /* For the ofile list. * [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| coffgrok.h | 43 struct coff_symbol *symbol; 67 struct coff_symbol *symbol_list_head; 68 struct coff_symbol *symbol_list_tail; 116 struct coff_symbol *ref; 127 struct coff_symbol *ref; 168 struct coff_symbol * vars_head; /* Symbols. */ 169 struct coff_symbol * vars_tail; 207 struct coff_symbol struct 214 struct coff_symbol * next; 215 struct coff_symbol * next_in_ofile_list; /* For the ofile list. * [all...] |
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| pecoff.c | 175 struct coff_symbol struct 190 struct coff_symbol *symbols; 285 /* Compare struct coff_symbol for qsort. */ 290 const struct coff_symbol *e1 = (const struct coff_symbol *) v1; 291 const struct coff_symbol *e2 = (const struct coff_symbol *) v2; 357 struct coff_symbol *coff_symbols; 358 struct coff_symbol *coff_sym; 388 coff_symbol_size = (coff_symbol_count + 1) * sizeof (struct coff_symbol); [all...] |
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| pecoff.c | 163 struct coff_symbol struct 178 struct coff_symbol *symbols; 273 /* Compare struct coff_symbol for qsort. */ 278 const struct coff_symbol *e1 = (const struct coff_symbol *) v1; 279 const struct coff_symbol *e2 = (const struct coff_symbol *) v2; 345 struct coff_symbol *coff_symbols; 346 struct coff_symbol *coff_sym; 376 coff_symbol_size = (coff_symbol_count + 1) * sizeof (struct coff_symbol); [all...] |
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| pecoff.c | 175 struct coff_symbol struct 190 struct coff_symbol *symbols; 285 /* Compare struct coff_symbol for qsort. */ 290 const struct coff_symbol *e1 = (const struct coff_symbol *) v1; 291 const struct coff_symbol *e2 = (const struct coff_symbol *) v2; 357 struct coff_symbol *coff_symbols; 358 struct coff_symbol *coff_sym; 388 coff_symbol_size = (coff_symbol_count + 1) * sizeof (struct coff_symbol); [all...] |
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| pecoff.c | 175 struct coff_symbol struct 190 struct coff_symbol *symbols; 285 /* Compare struct coff_symbol for qsort. */ 290 const struct coff_symbol *e1 = (const struct coff_symbol *) v1; 291 const struct coff_symbol *e2 = (const struct coff_symbol *) v2; 357 struct coff_symbol *coff_symbols; 358 struct coff_symbol *coff_sym; 388 coff_symbol_size = (coff_symbol_count + 1) * sizeof (struct coff_symbol); [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| coffread.c | 131 struct coff_symbol struct 168 static struct type *decode_base_type (struct coff_symbol *, 173 static struct type *decode_type (struct coff_symbol *, unsigned int, 177 static struct type *decode_function_type (struct coff_symbol *, 185 static struct symbol *process_coff_symbol (struct coff_symbol *, 201 static void read_one_sym (struct coff_symbol *, 346 static int cs_to_section (struct coff_symbol *, struct objfile *); 365 cs_to_bfd_section (struct coff_symbol *cs, struct objfile *objfile) 378 cs_to_section (struct coff_symbol *cs, struct objfile *objfile) 389 static CORE_ADDR cs_section_address (struct coff_symbol *, bfd *) 860 struct coff_symbol coff_symbol; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| coffread.c | 130 struct coff_symbol struct 167 static struct type *decode_base_type (struct coff_symbol *, 172 static struct type *decode_type (struct coff_symbol *, unsigned int, 176 static struct type *decode_function_type (struct coff_symbol *, 184 static struct symbol *process_coff_symbol (struct coff_symbol *, 200 static void read_one_sym (struct coff_symbol *, 253 static int cs_to_section (struct coff_symbol *, struct objfile *); 272 cs_to_bfd_section (struct coff_symbol *cs, struct objfile *objfile) 285 cs_to_section (struct coff_symbol *cs, struct objfile *objfile) 296 static CORE_ADDR cs_section_address (struct coff_symbol *, bfd *) 766 struct coff_symbol coff_symbol; local [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| COFF.h | 250 struct coff_symbol { struct in namespace:llvm::object 265 using coff_symbol16 = coff_symbol<support::ulittle16_t>; 266 using coff_symbol32 = coff_symbol<support::ulittle32_t>;
|