Searched refs:length_p (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | memory-map.c | 64 ULONGEST *start_p, *length_p, *type_p; in memory_map_start_memory() local 67 length_p = xml_find_attribute (attributes, "length")->value; in memory_map_start_memory() 72 r->hi = r->lo + *length_p; in memory_map_start_memory()
|
| HD | tracepoint.c | 5095 ULONGEST *start_p, *length_p; in traceframe_info_start_memory() local 5098 length_p = xml_find_attribute (attributes, "length")->value; in traceframe_info_start_memory() 5101 r->length = *length_p; in traceframe_info_start_memory()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gengtype.c | 1248 int length_p = 0; in adjust_field_type() local 1259 length_p = 1; in adjust_field_type() 1307 if (!length_p in adjust_field_type() 3953 int length_p = 0; in write_roots() local 3958 length_p = 1; in write_roots() 3978 write_root (f, v, v->type, v->name, length_p, &v->line, NULL, emit_pch); in write_roots() 4026 int length_p = 0; in write_roots() local 4031 length_p = 1; in write_roots() 4059 v->name, length_p, &v->line, if_marked, emit_pch); in write_roots() 4073 int length_p = 0; in write_roots() local [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | gengtype.c | 1415 int length_p = 0; in adjust_field_type() local 1421 if (length_p) in adjust_field_type() 1429 length_p = 1; in adjust_field_type() 1443 if (!length_p in adjust_field_type() 4542 int length_p = 0; in write_roots() local 4547 length_p = 1; in write_roots() 4566 write_root (f, v, v->type, v->name, length_p, &v->line, emit_pch); in write_roots()
|