Searched refs:read_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dstabsread.c107 static struct type *read_type (char **, struct objfile *);
398 lookup_function_type (read_type (&pp, objfile));
402 SYMBOL_TYPE (sym) = read_type (&pp, objfile);
412 lookup_function_type (read_type (&pp, objfile));
416 SYMBOL_TYPE (sym) = read_type (&pp, objfile);
787 SYMBOL_TYPE (sym) = read_type (&p, objfile);
817 SYMBOL_TYPE (sym) = read_type (&p, objfile);
826 SYMBOL_TYPE (sym) = read_type (&p, objfile);
877 ptype = read_type (&p, objfile);
882 a TYPE_CODE_VOID type by read_type, an
1422 read_type (char **pp, struct objfile *objfile) function
[all...]
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_msgpack.c963 read_type, enumerator in enum:e_msgpack_parser_state
972 } state = read_type, next_state = error_state;
991 case read_type:
1099 state = read_type;
1128 state = read_type;
1164 state = read_type;
1192 state = read_type;
1226 state = read_type;
1234 state = read_type;
1301 case read_type
[all...]
/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu2.c88 static bool read_type(struct demangle_data *);
182 if (read_type(&d) == false)
699 if (read_type(&fptr) == false) {
767 if (read_type(&fptr) == false) {
1019 if (read_type(d) == false)
1027 if (read_type(d) == false)
1223 read_type(struct demangle_data *d) function
H A Dlibelftc_dem_arm.c90 static bool read_type(struct demangle_data *);
169 if (read_type(&d) == false)
550 if (read_type(&fptr) == false) {
618 if (read_type(&fptr) == false) {
1086 read_type(struct demangle_data *d) function

Completed in 69 milliseconds