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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dauxv.h46 CORE_ADDR *typep, CORE_ADDR *valp);
H A Ddwarfread.c807 struct type **typep; local
811 typep = utypes + utypeidx;
817 else if (*typep != NULL)
819 utypep = *typep;
830 *typep = utypep;
1180 struct type *typep; local
1193 typep = dwarf_fundamental_type (current_objfile, FT_INTEGER);
1202 typep = decode_fund_type (fundtype);
1205 typep = decode_mod_fund_type (scan);
1210 typep
1276 struct type *typep = NULL; /* Array type we are building */ local
3051 struct type *typep = NULL; local
3097 struct type *typep = NULL; local
3160 struct type *typep = NULL; local
3259 struct type *typep = NULL; local
[all...]
H A Dauxv.c122 CORE_ADDR *typep, CORE_ADDR *valp)
133 *typep = extract_unsigned_integer (ptr, sizeof_auxv_field);
121 target_auxv_parse(struct target_ops *ops, char **readptr, char *endptr, CORE_ADDR *typep, CORE_ADDR *valp) argument
H A Dhpread.c2904 hpread_type_translate (dnttpointer typep)
2906 if (!typep.dntti.immediate)
2912 switch (typep.dntti.type)
2923 if (typep.dntti.bitlength <= 8)
2925 if (typep.dntti.bitlength <= 16)
2927 if (typep.dntti.bitlength <= 32)
2931 if (typep.dntti.bitlength <= 8)
2935 if (typep.dntti.bitlength <= 8)
2937 if (typep.dntti.bitlength <= 16)
2939 if (typep
2889 hpread_type_translate(dnttpointer typep) argument
[all...]
H A Dgdbtypes.c1779 struct type **typep; local
1802 typep = objfile->fundamental_types + typeid;
1803 if (*typep == NULL)
1805 *typep = create_fundamental_type (objfile, typeid);
1808 return (*typep);
H A Dada-lang.c2253 struct type ** typep)
2263 if (typep != NULL)
2264 *typep = builtin_type_int;
2289 if (typep != NULL)
2290 *typep = index_type;
2301 if (typep != NULL)
2302 *typep = TYPE_TARGET_TYPE (index_type);
2248 ada_array_bound_from_type(struct type * arr_type, int n, int which, struct type ** typep) argument
/haiku-fatelf/src/bin/unzip/
H A Dtimezone.c230 register unsigned char * typep; local
237 typep = sp->types;
244 *typep++ = 0; /* DST ends */
246 *typep++ = 1; /* DST begins */
249 *typep++ = 1; /* DST begins */
251 *typep++ = 0; /* DST ends */
/haiku-fatelf/src/bin/coreutils/src/
H A Dnl.c244 build_type_arg (char const **typep,
255 *typep = optarg;
258 *typep = optarg++;
243 build_type_arg(char const **typep, struct re_pattern_buffer *regexp, char *fastmap) argument
/haiku-fatelf/src/system/libroot/posix/time/
H A Dlocaltime_fading_out.c909 register unsigned char * typep; local
991 typep = sp->types;
1005 *typep++ = 1; /* DST ends */
1007 *typep++ = 0; /* DST begins */
1010 *typep++ = 0; /* DST begins */
1012 *typep++ = 1; /* DST ends */
/haiku-fatelf/src/bin/zic/
H A Dzic.c150 const char * typep, const char * monthp,
1262 rulesub(rp, loyearp, hiyearp, typep, monthp, dayp, timep)
1266 const char * const typep;
1356 if (*typep == '\0')
1363 rp->r_yrtype = ecpyalloc(typep);

Completed in 213 milliseconds