Searched refs:is_loadable (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/som/
H A Dinternal.h137 unsigned int is_loadable : 1; member in struct:som_space_dictionary_record
161 unsigned int is_loadable : 1; member in struct:som_subspace_dictionary_record
/netbsd-current/external/gpl3/gdb/dist/include/som/
H A Dinternal.h137 unsigned int is_loadable : 1; member in struct:som_space_dictionary_record
161 unsigned int is_loadable : 1; member in struct:som_subspace_dictionary_record
/netbsd-current/external/gpl3/binutils.old/dist/include/som/
H A Dinternal.h137 unsigned int is_loadable : 1; member in struct:som_space_dictionary_record
161 unsigned int is_loadable : 1; member in struct:som_subspace_dictionary_record
/netbsd-current/external/gpl3/binutils/dist/include/som/
H A Dinternal.h137 unsigned int is_loadable : 1; member in struct:som_space_dictionary_record
161 unsigned int is_loadable : 1; member in struct:som_subspace_dictionary_record
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dsom.c1702 dst->is_loadable = (flags & SOM_SPACE_IS_LOADABLE) != 0;
1728 if (src->is_loadable)
1762 dst->is_loadable = (flags & SOM_SUBSPACE_IS_LOADABLE) != 0;
1801 if (src->is_loadable)
2142 if (space.is_loadable == 0)
2275 if (subspace.is_loadable)
2633 som_section_data (section)->subspace_dict->is_loadable = 1;
4084 set "is_loadable" in the containing space. */
4088 som_section_data (section)->space_dict->is_loadable = 1;
4142 "is_loadable"
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dsom.c1702 dst->is_loadable = (flags & SOM_SPACE_IS_LOADABLE) != 0;
1728 if (src->is_loadable)
1762 dst->is_loadable = (flags & SOM_SUBSPACE_IS_LOADABLE) != 0;
1801 if (src->is_loadable)
2142 if (space.is_loadable == 0)
2275 if (subspace.is_loadable)
2633 som_section_data (section)->subspace_dict->is_loadable = 1;
4079 set "is_loadable" in the containing space. */
4083 som_section_data (section)->space_dict->is_loadable = 1;
4137 "is_loadable"
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dsom.c1701 dst->is_loadable = (flags & SOM_SPACE_IS_LOADABLE) != 0;
1727 if (src->is_loadable)
1761 dst->is_loadable = (flags & SOM_SUBSPACE_IS_LOADABLE) != 0;
1800 if (src->is_loadable)
2141 if (space.is_loadable == 0)
2274 if (subspace.is_loadable)
2632 som_section_data (section)->subspace_dict->is_loadable = 1;
4083 set "is_loadable" in the containing space. */
4087 som_section_data (section)->space_dict->is_loadable = 1;
4141 "is_loadable"
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dsom.c1702 dst->is_loadable = (flags & SOM_SPACE_IS_LOADABLE) != 0;
1728 if (src->is_loadable)
1762 dst->is_loadable = (flags & SOM_SUBSPACE_IS_LOADABLE) != 0;
1801 if (src->is_loadable)
2142 if (space.is_loadable == 0)
2275 if (subspace.is_loadable)
2633 som_section_data (section)->subspace_dict->is_loadable = 1;
3994 set "is_loadable" in the containing space. */
3998 som_section_data (section)->space_dict->is_loadable = 1;
4052 "is_loadable"
[all...]

Completed in 299 milliseconds