Home
last modified time | relevance | path

Searched refs:ms_type (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Delfread.c109 enum minimal_symbol_type ms_type, in record_minimal_symbol() argument
112 if (ms_type == mst_text || ms_type == mst_file_text) in record_minimal_symbol()
116 (name, address, ms_type, NULL, bfd_section->index, bfd_section, objfile); in record_minimal_symbol()
154 enum minimal_symbol_type ms_type; in elf_symtab_read() local
285 ms_type = mst_text; in elf_symtab_read()
288 ms_type = mst_data; in elf_symtab_read()
291 ms_type = mst_bss; in elf_symtab_read()
294 ms_type = mst_abs; in elf_symtab_read()
299 if (ms_type != mst_abs) in elf_symtab_read()
310 ms_type = mst_text; in elf_symtab_read()
[all …]
H A Dmipsread.c307 enum minimal_symbol_type ms_type; in read_alphacoff_dynamic_symtab() local
329 ms_type = mst_solib_trampoline; in read_alphacoff_dynamic_symtab()
368 ms_type = mst_text; in read_alphacoff_dynamic_symtab()
370 ms_type = mst_file_text; in read_alphacoff_dynamic_symtab()
376 ms_type = mst_data; in read_alphacoff_dynamic_symtab()
378 ms_type = mst_file_data; in read_alphacoff_dynamic_symtab()
384 ms_type = mst_bss; in read_alphacoff_dynamic_symtab()
386 ms_type = mst_file_bss; in read_alphacoff_dynamic_symtab()
391 ms_type = mst_abs; in read_alphacoff_dynamic_symtab()
399 prim_record_minimal_symbol (name, sym_value, ms_type, objfile); in read_alphacoff_dynamic_symtab()
H A Dnlmread.c102 enum minimal_symbol_type ms_type; in nlm_symtab_read() local
132 ms_type = mst_text; in nlm_symtab_read()
134 ms_type = mst_data; in nlm_symtab_read()
136 ms_type = mst_unknown; in nlm_symtab_read()
138 prim_record_minimal_symbol (sym->name, symaddr, ms_type, in nlm_symtab_read()
H A Dsomread.c133 enum minimal_symbol_type ms_type; in som_symtab_read() local
152 ms_type = mst_text; in som_symtab_read()
163 ms_type = mst_solib_trampoline; in som_symtab_read()
165 ms_type = mst_text; in som_symtab_read()
172 ms_type = mst_solib_trampoline; in som_symtab_read()
180 ms_type = mst_data; in som_symtab_read()
200 ms_type = mst_file_text; in som_symtab_read()
231 ms_type = mst_file_text; in som_symtab_read()
242 ms_type = mst_file_text; in som_symtab_read()
249 ms_type = mst_solib_trampoline; in som_symtab_read()
[all …]
H A Dsymmisc.c304 char ms_type; in dump_msymbols() local
318 ms_type = 'u'; in dump_msymbols()
321 ms_type = 'T'; in dump_msymbols()
324 ms_type = 'S'; in dump_msymbols()
327 ms_type = 'D'; in dump_msymbols()
330 ms_type = 'B'; in dump_msymbols()
333 ms_type = 'A'; in dump_msymbols()
336 ms_type = 't'; in dump_msymbols()
339 ms_type = 'd'; in dump_msymbols()
342 ms_type = 'b'; in dump_msymbols()
[all …]
H A Dminsyms.c550 enum minimal_symbol_type ms_type, in prim_record_minimal_symbol() argument
555 switch (ms_type) in prim_record_minimal_symbol()
574 prim_record_minimal_symbol_and_info (name, address, ms_type, in prim_record_minimal_symbol()
583 enum minimal_symbol_type ms_type, in prim_record_minimal_symbol_and_info() argument
596 if (ms_type == mst_file_text && name[0] == 'g' in prim_record_minimal_symbol_and_info()
606 if (ms_type == mst_file_text && strncmp (name, "__gnu_compiled", 14) == 0) in prim_record_minimal_symbol_and_info()
625 MSYMBOL_TYPE (msymbol) = ms_type; in prim_record_minimal_symbol_and_info()
H A Dcoff-pe-read.c44 enum minimal_symbol_type ms_type; /* Type to assign symbols in section. */ member
126 vma, section_data->ms_type, objfile); in add_pe_exported_sym()
131 prim_record_minimal_symbol (sym_name, vma, section_data->ms_type, objfile); in add_pe_exported_sym()
H A Ddbxread.c428 enum minimal_symbol_type ms_type; in record_minimal_symbol() local
435 ms_type = mst_text; in record_minimal_symbol()
440 ms_type = mst_data; in record_minimal_symbol()
445 ms_type = mst_bss; in record_minimal_symbol()
450 ms_type = mst_abs; in record_minimal_symbol()
456 ms_type = mst_data; in record_minimal_symbol()
464 ms_type = mst_file_data; in record_minimal_symbol()
473 ms_type = mst_file_text; in record_minimal_symbol()
478 ms_type = mst_file_data; in record_minimal_symbol()
485 ms_type = mst_data; in record_minimal_symbol()
[all …]
H A Dcoffread.c863 enum minimal_symbol_type ms_type; in coff_symtab_read() local
880 ms_type = cs->c_sclass == C_EXT in coff_symtab_read()
888 ms_type = mst_abs; in coff_symtab_read()
905 ms_type = in coff_symtab_read()
913 ms_type = in coff_symtab_read()
919 ms_type = in coff_symtab_read()
924 ms_type = mst_unknown; in coff_symtab_read()
931 (cs->c_name, tmpaddr, ms_type, NULL, in coff_symtab_read()
H A Dmdebugread.c2372 enum minimal_symbol_type ms_type = mst_text; in parse_partial_symbols() local
2412 ms_type = mst_file_text; in parse_partial_symbols()
2425 ms_type = mst_data; in parse_partial_symbols()
2430 ms_type = mst_bss; in parse_partial_symbols()
2435 ms_type = mst_bss; in parse_partial_symbols()
2440 ms_type = mst_abs; in parse_partial_symbols()
2470 ms_type = mst_file_text; in parse_partial_symbols()
2478 ms_type = mst_file_data; in parse_partial_symbols()
2486 ms_type = mst_file_bss; in parse_partial_symbols()
2496 ms_type = mst_file_bss; in parse_partial_symbols()
[all …]
H A DChangeLog-19944025 -1, try to deduce it from ms_type.