HomeSort by: relevance | last modified time | path
    Searched defs:value_cstring (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
value.h 1217 extern struct value *value_cstring (const gdb_byte *ptr, ssize_t count,
1220 /* Specialisation of value_cstring above. In this case PTR points to
1222 inline struct value *value_cstring (const char *ptr, ssize_t count,
1226 return value_cstring ((const gdb_byte *) ptr, count, char_type);
1221 inline struct value *value_cstring (const char *ptr, ssize_t count, function
valops.c 1732 value_cstring (const gdb_byte *ptr, ssize_t count, struct type *char_type)
1731 value_cstring (const gdb_byte *ptr, ssize_t count, struct type *char_type) function
  /src/external/gpl3/gdb.old/dist/gdb/
value.h 1217 extern struct value *value_cstring (const gdb_byte *ptr, ssize_t count,
1220 /* Specialisation of value_cstring above. In this case PTR points to
1222 inline struct value *value_cstring (const char *ptr, ssize_t count,
1226 return value_cstring ((const gdb_byte *) ptr, count, char_type);
1221 inline struct value *value_cstring (const char *ptr, ssize_t count, function
valops.c 1733 value_cstring (const gdb_byte *ptr, ssize_t count, struct type *char_type)
1732 value_cstring (const gdb_byte *ptr, ssize_t count, struct type *char_type) function

Completed in 33 milliseconds