Searched refs:map_type (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/crypto/heimdal/lib/asn1/
H A Dcheck-common.h69 enum map_type { OVERRUN, UNDERRUN }; enum
73 void * map_alloc(enum map_type, const void *, size_t, struct map_page **);
H A Dcheck-common.c57 enum map_type type;
63 map_alloc(enum map_type type, const void *buf,
/freebsd-10.0-release/contrib/libstdc++/include/ext/
H A Dthrow_allocator.h166 typedef std::map<void*, alloc_data_type> map_type; typedef in class:throw_allocator_base
167 typedef map_type::value_type entry_type;
168 typedef map_type::const_iterator const_iterator;
169 typedef map_type::const_reference const_reference;
184 static map_type _S_map;
301 throw_allocator_base::map_type
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp119 map_type; typedef
127 map_type;
130 map_type m(first_it, last_it);
/freebsd-10.0-release/contrib/amd/amd/
H A Dmapc.c110 typedef struct map_type map_type; typedef in typeref:struct:map_type
111 struct map_type { struct
216 static map_type maptypes[] =
355 map_type *mt=NULL, *lastmt;
385 map_type *mt;
588 map_type *mt;
595 * If using a configuration file, and the map_type is defined, then look
597 * map_type. If not found, return error. If no map_type wa
[all...]
H A Dinfo_ldap.c244 * XXX: by checking that map_type must be defined, aren't we
248 if (!gopt.map_type || !STREQ(gopt.map_type, AMD_LDAP_TYPE)) {
249 dlog("amu_ldap_init called with map_type <%s>\n",
250 (gopt.map_type ? gopt.map_type : "null"));
H A Dconf.c188 {"map_type", gopt_map_type},
245 /* initialize map_type from [global] */
246 cfm->cfm_type = gopt.map_type;
769 gopt.map_type = strdup((char *)val);
1217 if (STREQ(key, "map_type"))
H A Damd.h279 char *map_type; /* global map type */ member in struct:amu_global_options
/freebsd-10.0-release/usr.bin/mkcsmapper/
H A Dyacc.y73 static int map_type;
423 map_type = type;
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Darm-dis.c1504 enum map_type { enum
1510 enum map_type last_type;
3936 enum map_type *map_type)
3948 *map_type = (type == STT_ARM_TFUNC) ? MAP_THUMB : MAP_ARM;
3957 *map_type = ((name[1] == 'a') ? MAP_ARM
3997 enum map_type type = MAP_ARM;
3934 get_sym_code_type(struct disassemble_info *info, int n, enum map_type *map_type) argument

Completed in 94 milliseconds