| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | elfread.c | 112 if (ms_type == mst_text || ms_type == mst_file_text) in record_minimal_symbol() 258 ms_type = mst_text; in elf_symtab_read() 261 ms_type = mst_data; in elf_symtab_read() 264 ms_type = mst_bss; in elf_symtab_read() 267 ms_type = mst_abs; in elf_symtab_read() 272 if (ms_type != mst_abs) in elf_symtab_read() 283 ms_type = mst_text; in elf_symtab_read() 308 ms_type = mst_data; in elf_symtab_read() 312 ms_type = mst_bss; in elf_symtab_read() 387 ms_type = mst_file_data; in elf_symtab_read() [all …]
|
| H A D | mipsread.c | 329 enum minimal_symbol_type ms_type; in read_alphacoff_dynamic_symtab() local 351 ms_type = mst_solib_trampoline; in read_alphacoff_dynamic_symtab() 390 ms_type = mst_text; in read_alphacoff_dynamic_symtab() 392 ms_type = mst_file_text; in read_alphacoff_dynamic_symtab() 398 ms_type = mst_data; in read_alphacoff_dynamic_symtab() 400 ms_type = mst_file_data; in read_alphacoff_dynamic_symtab() 406 ms_type = mst_bss; in read_alphacoff_dynamic_symtab() 408 ms_type = mst_file_bss; in read_alphacoff_dynamic_symtab() 413 ms_type = mst_abs; in read_alphacoff_dynamic_symtab() 421 prim_record_minimal_symbol (name, sym_value, ms_type, objfile); in read_alphacoff_dynamic_symtab()
|
| H A D | somread.c | 133 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() 230 ms_type = mst_file_text; in som_symtab_read() 241 ms_type = mst_file_text; in som_symtab_read() 257 ms_type = mst_file_data; in som_symtab_read() [all …]
|
| H A D | nlmread.c | 102 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 D | symmisc.c | 304 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 D | minsyms.c | 542 enum minimal_symbol_type ms_type, in prim_record_minimal_symbol() argument 547 switch (ms_type) in prim_record_minimal_symbol() 566 prim_record_minimal_symbol_and_info (name, address, ms_type, in prim_record_minimal_symbol() 575 enum minimal_symbol_type ms_type, in prim_record_minimal_symbol_and_info() argument 583 if (ms_type == mst_file_text) in prim_record_minimal_symbol_and_info() 620 MSYMBOL_TYPE (msymbol) = ms_type; in prim_record_minimal_symbol_and_info()
|
| H A D | coff-pe-read.c | 44 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 D | dbxread.c | 436 ms_type = mst_text; in record_minimal_symbol() 441 ms_type = mst_data; in record_minimal_symbol() 446 ms_type = mst_bss; in record_minimal_symbol() 451 ms_type = mst_abs; in record_minimal_symbol() 457 ms_type = mst_data; in record_minimal_symbol() 465 ms_type = mst_file_data; in record_minimal_symbol() 486 ms_type = mst_data; in record_minimal_symbol() 494 ms_type = mst_data; in record_minimal_symbol() 500 ms_type = mst_file_bss; in record_minimal_symbol() 505 ms_type = mst_unknown; in record_minimal_symbol() [all …]
|
| H A D | coffread.c | 860 enum minimal_symbol_type ms_type; in coff_symtab_read() local 877 ms_type = cs->c_sclass == C_EXT in coff_symtab_read() 885 ms_type = mst_abs; in coff_symtab_read() 902 ms_type = in coff_symtab_read() 910 ms_type = in coff_symtab_read() 916 ms_type = in coff_symtab_read() 921 ms_type = mst_unknown; in coff_symtab_read() 928 (cs->c_name, tmpaddr, ms_type, NULL, in coff_symtab_read()
|
| H A D | mdebugread.c | 2421 ms_type = mst_file_text; in parse_partial_symbols() 2434 ms_type = mst_data; in parse_partial_symbols() 2439 ms_type = mst_bss; in parse_partial_symbols() 2444 ms_type = mst_bss; in parse_partial_symbols() 2449 ms_type = mst_abs; in parse_partial_symbols() 2479 ms_type = mst_file_text; in parse_partial_symbols() 2487 ms_type = mst_file_data; in parse_partial_symbols() 2495 ms_type = mst_file_bss; in parse_partial_symbols() 2505 ms_type = mst_file_bss; in parse_partial_symbols() 2509 ms_type = mst_abs; in parse_partial_symbols() [all …]
|
| /freebsd-12.1/sys/dev/e1000/ |
| H A D | e1000_hw.h | 837 enum e1000_ms_type ms_type; member
|
| H A D | e1000_phy.c | 1025 switch (hw->phy.ms_type) { in e1000_set_master_slave_mode()
|
| H A D | if_em.c | 988 hw->phy.ms_type = EM_MASTER_SLAVE; in em_if_attach_pre()
|
| /freebsd-12.1/sys/dev/isp/ |
| H A D | isp_library.c | 1645 ISP_IOXGET_8(isp, &src->ms_type, dst->ms_type); in isp_get_ms() 1699 ISP_IOXPUT_8(isp, src->ms_type, &dst->ms_type); in isp_put_ms()
|
| H A D | ispmbox.h | 734 uint8_t ms_type; /* MS type */ member
|