Searched refs:ms_type (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dminsyms.h102 enum minimal_symbol_type ms_type,
113 enum minimal_symbol_type ms_type);
122 enum minimal_symbol_type ms_type,
125 record_full (name, true, address, ms_type, section);
121 record_with_info(const char *name, CORE_ADDR address, enum minimal_symbol_type ms_type, int section) argument
H A Dmipsread.c264 enum minimal_symbol_type ms_type; local
288 ms_type = mst_solib_trampoline;
333 ms_type = mst_text;
335 ms_type = mst_file_text;
340 ms_type = mst_data;
342 ms_type = mst_file_data;
347 ms_type = mst_bss;
349 ms_type = mst_file_bss;
353 ms_type = mst_abs;
361 reader.record (name, sym_value, ms_type);
[all...]
H A Delfread.c202 enum minimal_symbol_type ms_type,
207 if (ms_type == mst_text || ms_type == mst_file_text
208 || ms_type == mst_text_gnu_ifunc)
220 = reader.record_full (name, copy_name, address, ms_type, section_index);
222 && (ms_type == mst_data || ms_type == mst_bss))
254 enum minimal_symbol_type ms_type; local
384 ms_type = mst_text;
387 ms_type
199 record_minimal_symbol(minimal_symbol_reader &reader, gdb::string_view name, bool copy_name, CORE_ADDR address, enum minimal_symbol_type ms_type, asection *bfd_section, struct objfile *objfile) argument
[all...]
H A Dcoff-pe-read.c54 enum minimal_symbol_type ms_type; /* Type to assign symbols in member in struct:read_pe_section_data
178 if ((section_data->ms_type == mst_unknown) && debug_coff_pe_read)
184 reader.record_with_info (qualified_name.c_str (), vma, section_data->ms_type,
188 reader.record_with_info (bare_name.c_str (), vma, section_data->ms_type,
370 section_data[PE_SECTION_INDEX_TEXT].ms_type = mst_text;
372 section_data[PE_SECTION_INDEX_DATA].ms_type = mst_data;
374 section_data[PE_SECTION_INDEX_BSS].ms_type = mst_bss;
502 section_data[otherix].ms_type = mst_text;
504 section_data[otherix].ms_type = mst_data;
506 section_data[otherix].ms_type
[all...]
H A Dmachoread.c98 enum minimal_symbol_type ms_type; local
104 ms_type = mst_abs;
108 ms_type = mst_text;
110 ms_type = mst_file_text;
117 ms_type = mst_data;
119 ms_type = mst_bss;
126 ms_type = mst_file_data;
128 ms_type = mst_file_bss;
131 ms_type = mst_unknown;
136 reader.record_with_info (sym->name, symaddr, ms_type,
[all...]
H A Dsymmisc.c182 char ms_type;
198 ms_type = 'u';
201 ms_type = 'T';
205 ms_type = 'i';
208 ms_type = 'S';
211 ms_type = 'D';
214 ms_type = 'B';
217 ms_type = 'A';
220 ms_type = 't';
223 ms_type
181 char ms_type; local
[all...]
H A Ddbxread.c441 enum minimal_symbol_type ms_type;
447 ms_type = mst_text;
451 ms_type = mst_data;
455 ms_type = mst_bss;
459 ms_type = mst_abs;
464 ms_type = mst_data;
471 ms_type = mst_file_data;
479 ms_type = mst_file_text;
483 ms_type = mst_file_data;
490 ms_type
436 enum minimal_symbol_type ms_type; local
[all...]
H A Dminsyms.c1050 enum minimal_symbol_type ms_type)
1054 switch (ms_type)
1075 record_with_info (name, address, ms_type, section);
1110 enum minimal_symbol_type ms_type,
1121 if (ms_type == mst_file_text && name[0] == 'g'
1131 if (ms_type == mst_file_text && startswith (name, "__gnu_compiled"))
1136 mst_str (ms_type), hex_string (address), section,
1159 MSYMBOL_TYPE (msymbol) = ms_type;
1048 record(const char *name, CORE_ADDR address, enum minimal_symbol_type ms_type) argument
1107 record_full(gdb::string_view name, bool copy_name, CORE_ADDR address, enum minimal_symbol_type ms_type, int section) argument
H A Dcoffread.c960 enum minimal_symbol_type ms_type;
979 ms_type = mst_abs;
998 ms_type =
1007 ms_type =
1013 ms_type =
1018 ms_type = mst_unknown;
1021 msym = record_minimal_symbol (reader, cs, tmpaddr, ms_type,
955 enum minimal_symbol_type ms_type; local
H A Dmdebugread.c2229 enum minimal_symbol_type ms_type, int storage_class,
2284 reader.record_with_info (name, address, ms_type, section);
2452 enum minimal_symbol_type ms_type = mst_text;
2489 ms_type = mst_file_text;
2501 ms_type = mst_data;
2505 ms_type = mst_bss;
2509 ms_type = mst_bss;
2512 ms_type = mst_abs;
2541 ms_type = mst_file_text;
2548 ms_type
2219 record_minimal_symbol(minimal_symbol_reader &reader, const char *name, const CORE_ADDR address, enum minimal_symbol_type ms_type, int storage_class, struct objfile *objfile) argument
2444 enum minimal_symbol_type ms_type = mst_text; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dminsyms.h124 enum minimal_symbol_type ms_type,
135 enum minimal_symbol_type ms_type);
144 enum minimal_symbol_type ms_type,
147 record_full (name, true, address, ms_type, section);
143 record_with_info(const char *name, CORE_ADDR address, enum minimal_symbol_type ms_type, int section) argument
H A Dmipsread.c264 enum minimal_symbol_type ms_type; local
288 ms_type = mst_solib_trampoline;
333 ms_type = mst_text;
335 ms_type = mst_file_text;
340 ms_type = mst_data;
342 ms_type = mst_file_data;
347 ms_type = mst_bss;
349 ms_type = mst_file_bss;
353 ms_type = mst_abs;
361 reader.record (name, sym_value, ms_type);
[all...]
H A Delfread.c199 enum minimal_symbol_type ms_type,
204 if (ms_type == mst_text || ms_type == mst_file_text
205 || ms_type == mst_text_gnu_ifunc)
217 = reader.record_full (name, copy_name, address, ms_type, section_index);
219 && (ms_type == mst_data || ms_type == mst_bss))
251 enum minimal_symbol_type ms_type; local
383 ms_type = mst_text;
386 ms_type
196 record_minimal_symbol(minimal_symbol_reader &reader, gdb::string_view name, bool copy_name, CORE_ADDR address, enum minimal_symbol_type ms_type, asection *bfd_section, struct objfile *objfile) argument
[all...]
H A Dcoff-pe-read.c54 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,
330 section_data[PE_SECTION_INDEX_TEXT].ms_type = mst_text;
332 section_data[PE_SECTION_INDEX_DATA].ms_type = mst_data;
334 section_data[PE_SECTION_INDEX_BSS].ms_type = mst_bss;
464 section_data[otherix].ms_type = mst_text;
466 section_data[otherix].ms_type = mst_data;
468 section_data[otherix].ms_type
[all...]
H A Dmachoread.c103 enum minimal_symbol_type ms_type; local
109 ms_type = mst_abs;
113 ms_type = mst_text;
115 ms_type = mst_file_text;
122 ms_type = mst_data;
124 ms_type = mst_bss;
131 ms_type = mst_file_data;
133 ms_type = mst_file_bss;
136 ms_type = mst_unknown;
141 reader.record_with_info (sym->name, symaddr, ms_type,
[all...]
H A Dsymmisc.c151 char ms_type;
167 ms_type = 'u';
170 ms_type = 'T';
174 ms_type = 'i';
177 ms_type = 'S';
180 ms_type = 'D';
183 ms_type = 'B';
186 ms_type = 'A';
189 ms_type = 't';
192 ms_type
150 char ms_type; local
[all...]
H A Ddbxread.c439 enum minimal_symbol_type ms_type;
445 ms_type = mst_text;
449 ms_type = mst_data;
453 ms_type = mst_bss;
457 ms_type = mst_abs;
462 ms_type = mst_data;
469 ms_type = mst_file_data;
477 ms_type = mst_file_text;
481 ms_type = mst_file_data;
488 ms_type
434 enum minimal_symbol_type ms_type; local
[all...]
H A Dminsyms.c1097 enum minimal_symbol_type ms_type)
1101 switch (ms_type)
1122 record_with_info (name, address, ms_type, section);
1157 enum minimal_symbol_type ms_type,
1168 if (ms_type == mst_file_text && name[0] == 'g'
1178 if (ms_type == mst_file_text && startswith (name, "__gnu_compiled"))
1182 mst_str (ms_type), hex_string (address), section,
1205 msymbol->set_type (ms_type);
1095 record(const char *name, CORE_ADDR address, enum minimal_symbol_type ms_type) argument
1154 record_full(gdb::string_view name, bool copy_name, CORE_ADDR address, enum minimal_symbol_type ms_type, int section) argument
H A Dcoffread.c984 enum minimal_symbol_type ms_type;
1003 ms_type = mst_abs;
1022 ms_type =
1031 ms_type =
1037 ms_type =
1042 ms_type = mst_unknown;
1045 msym = record_minimal_symbol (reader, cs, tmpaddr, ms_type,
980 enum minimal_symbol_type ms_type; local
H A Dmdebugread.c2232 enum minimal_symbol_type ms_type, int storage_class,
2287 reader.record_with_info (name, address, ms_type, section);
2456 enum minimal_symbol_type ms_type = mst_text;
2493 ms_type = mst_file_text;
2505 ms_type = mst_data;
2509 ms_type = mst_bss;
2513 ms_type = mst_bss;
2516 ms_type = mst_abs;
2545 ms_type = mst_file_text;
2552 ms_type
2222 record_minimal_symbol(minimal_symbol_reader &reader, const char *name, const CORE_ADDR address, enum minimal_symbol_type ms_type, int storage_class, struct objfile *objfile) argument
2448 enum minimal_symbol_type ms_type = mst_text; local
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dcandidates.c67 switch ( ms->ms_type ) {
H A Dconfig.c596 switch ( ms->ms_type ) {
664 if (ms->ms_type == META_ST_SUBTREE)
666 else if ( ms->ms_type == META_ST_SUBORDINATE )
668 else if ( ms->ms_type == META_ST_REGEX )
774 ms->ms_type = type;
776 switch ( ms->ms_type ) {
808 switch ( ms->ms_type ) {
810 switch ( (*msp)->ms_type ) {
864 switch ( (*msp)->ms_type ) {
918 switch ( (*msp)->ms_type ) {
[all...]
H A Dback-asyncmeta.h190 meta_st_t ms_type; member in struct:a_metasubtree_t
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dcandidates.c66 switch ( ms->ms_type ) {
H A Dconfig.c687 switch ( ms->ms_type ) {
755 if (ms->ms_type == META_ST_SUBTREE)
757 else if ( ms->ms_type == META_ST_SUBORDINATE )
759 else if ( ms->ms_type == META_ST_REGEX )
865 ms->ms_type = type;
867 switch ( ms->ms_type ) {
899 switch ( ms->ms_type ) {
901 switch ( (*msp)->ms_type ) {
955 switch ( (*msp)->ms_type ) {
1009 switch ( (*msp)->ms_type ) {
[all...]

Completed in 238 milliseconds

12