| /src/external/gpl3/gdb.old/dist/gdb/ |
| mipsread.c | 261 enum minimal_symbol_type ms_type; local 285 ms_type = mst_solib_trampoline; 330 ms_type = mst_text; 332 ms_type = mst_file_text; 337 ms_type = mst_data; 339 ms_type = mst_file_data; 344 ms_type = mst_bss; 346 ms_type = mst_file_bss; 350 ms_type = mst_abs; 358 reader.record (name, unrelocated_addr (sym_value), ms_type); [all...] |
| symmisc.c | 152 char ms_type; 168 ms_type = 'u'; 171 ms_type = 'T'; 175 ms_type = 'i'; 178 ms_type = 'S'; 181 ms_type = 'D'; 184 ms_type = 'B'; 187 ms_type = 'A'; 190 ms_type = 't'; 193 ms_type = 'd' 151 char ms_type; local [all...] |
| machoread.c | 101 enum minimal_symbol_type ms_type; local 107 ms_type = mst_abs; 111 ms_type = mst_text; 113 ms_type = mst_file_text; 120 ms_type = mst_data; 122 ms_type = mst_bss; 129 ms_type = mst_file_data; 131 ms_type = mst_file_bss; 134 ms_type = mst_unknown; 139 reader.record_with_info (sym->name, symaddr, ms_type, [all...] |
| coff-pe-read.c | 53 enum minimal_symbol_type ms_type; /* Type to assign symbols in member in struct:read_pe_section_data 147 if ((section_data->ms_type == mst_unknown) && debug_coff_pe_read) 153 reader.record_with_info (qualified_name.c_str (), vma, section_data->ms_type, 157 reader.record_with_info (bare_name.c_str (), vma, section_data->ms_type, 337 section_data[PE_SECTION_INDEX_TEXT].ms_type = mst_text; 339 section_data[PE_SECTION_INDEX_DATA].ms_type = mst_data; 341 section_data[PE_SECTION_INDEX_BSS].ms_type = mst_bss; 488 section_data[otherix].ms_type = mst_text; 490 section_data[otherix].ms_type = mst_data; 492 section_data[otherix].ms_type = mst_bss [all...] |
| elfread.c | 197 enum minimal_symbol_type ms_type, 202 if (ms_type == mst_text || ms_type == mst_file_text 203 || ms_type == mst_text_gnu_ifunc) 217 return reader.record_full (name, copy_name, address, ms_type, section_index); 246 enum minimal_symbol_type ms_type; local 379 ms_type = mst_text; 382 ms_type = mst_data; 385 ms_type = mst_bss; 388 ms_type = mst_abs [all...] |
| coffread.c | 1046 enum minimal_symbol_type ms_type; 1065 ms_type = mst_abs; 1084 ms_type = 1093 ms_type = 1099 ms_type = 1104 ms_type = mst_unknown; 1109 ms_type, sec, objfile); 1042 enum minimal_symbol_type ms_type; local
|
| mdebugread.c | 2242 enum minimal_symbol_type ms_type, int storage_class, 2297 reader.record_with_info (name, address, ms_type, section); 2466 enum minimal_symbol_type ms_type = mst_text; 2503 ms_type = mst_file_text; 2515 ms_type = mst_data; 2519 ms_type = mst_bss; 2523 ms_type = mst_bss; 2526 ms_type = mst_abs; 2555 ms_type = mst_file_text; 2562 ms_type = mst_file_data 2458 enum minimal_symbol_type ms_type = mst_text; local [all...] |
| stabsread.c | 1068 enum minimal_symbol_type ms_type; 1075 ms_type = mst_text; 1079 ms_type = mst_data; 1083 ms_type = mst_bss; 1087 ms_type = mst_abs; 1092 ms_type = mst_data; 1099 ms_type = mst_file_data; 1107 ms_type = mst_file_text; 1111 ms_type = mst_file_data; 1118 ms_type = mst_data 1065 enum minimal_symbol_type ms_type; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| mipsread.c | 257 enum minimal_symbol_type ms_type; local 281 ms_type = mst_solib_trampoline; 326 ms_type = mst_text; 328 ms_type = mst_file_text; 333 ms_type = mst_data; 335 ms_type = mst_file_data; 340 ms_type = mst_bss; 342 ms_type = mst_file_bss; 346 ms_type = mst_abs; 354 reader.record (name, unrelocated_addr (sym_value), ms_type); [all...] |
| symmisc.c | 152 char ms_type; 168 ms_type = 'u'; 171 ms_type = 'T'; 175 ms_type = 'i'; 178 ms_type = 'S'; 181 ms_type = 'D'; 184 ms_type = 'B'; 187 ms_type = 'A'; 190 ms_type = 't'; 193 ms_type = 'd' 151 char ms_type; local [all...] |
| machoread.c | 101 enum minimal_symbol_type ms_type; local 107 ms_type = mst_abs; 111 ms_type = mst_text; 113 ms_type = mst_file_text; 120 ms_type = mst_data; 122 ms_type = mst_bss; 129 ms_type = mst_file_data; 131 ms_type = mst_file_bss; 134 ms_type = mst_unknown; 139 reader.record_with_info (sym->name, symaddr, ms_type, [all...] |
| coff-pe-read.c | 53 enum minimal_symbol_type ms_type; /* Type to assign symbols in member in struct:read_pe_section_data 147 if ((section_data->ms_type == mst_unknown) && debug_coff_pe_read) 153 reader.record_with_info (qualified_name.c_str (), vma, section_data->ms_type, 157 reader.record_with_info (bare_name.c_str (), vma, section_data->ms_type, 337 section_data[PE_SECTION_INDEX_TEXT].ms_type = mst_text; 339 section_data[PE_SECTION_INDEX_DATA].ms_type = mst_data; 341 section_data[PE_SECTION_INDEX_BSS].ms_type = mst_bss; 488 section_data[otherix].ms_type = mst_text; 490 section_data[otherix].ms_type = mst_data; 492 section_data[otherix].ms_type = mst_bss [all...] |
| elfread.c | 197 enum minimal_symbol_type ms_type, 202 if (ms_type == mst_text || ms_type == mst_file_text 203 || ms_type == mst_text_gnu_ifunc) 217 return reader.record_full (name, copy_name, address, ms_type, section_index); 246 enum minimal_symbol_type ms_type; local 379 ms_type = mst_text; 382 ms_type = mst_data; 385 ms_type = mst_bss; 388 ms_type = mst_abs [all...] |
| coffread.c | 1047 enum minimal_symbol_type ms_type; 1066 ms_type = mst_abs; 1085 ms_type = 1094 ms_type = 1100 ms_type = 1105 ms_type = mst_unknown; 1110 ms_type, sec, objfile); 1043 enum minimal_symbol_type ms_type; local
|
| mdebugread.c | 2242 enum minimal_symbol_type ms_type, int storage_class, 2297 reader.record_with_info (name, address, ms_type, section); 2466 enum minimal_symbol_type ms_type = mst_text; 2503 ms_type = mst_file_text; 2515 ms_type = mst_data; 2519 ms_type = mst_bss; 2523 ms_type = mst_bss; 2526 ms_type = mst_abs; 2555 ms_type = mst_file_text; 2562 ms_type = mst_file_data 2458 enum minimal_symbol_type ms_type = mst_text; local [all...] |
| stabsread.c | 1068 enum minimal_symbol_type ms_type; 1075 ms_type = mst_text; 1079 ms_type = mst_data; 1083 ms_type = mst_bss; 1087 ms_type = mst_abs; 1092 ms_type = mst_data; 1099 ms_type = mst_file_data; 1107 ms_type = mst_file_text; 1111 ms_type = mst_file_data; 1118 ms_type = mst_data 1065 enum minimal_symbol_type ms_type; local [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/back-meta/ |
| back-meta.h | 253 meta_st_t ms_type; member in struct:metasubtree_t
|
| /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/ |
| back-asyncmeta.h | 190 meta_st_t ms_type; member in struct:a_metasubtree_t
|
| /src/sys/dev/ic/ |
| ispmbox.h | 714 uint8_t ms_type; /* MS type */ member in struct:__anon2858
|