GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Functions
p-lang.h File Reference

Go to the source code of this file.

Classes

class  pascal_language
 

Functions

int pascal_is_string_type (struct type *type, int *length_pos, int *length_size, int *string_pos, struct type **char_type, const char **arrayname)
 
const char * pascal_main_name (void)
 
int is_pascal_string_type (struct type *, int *, int *, int *, struct type **, const char **)
 
int pascal_object_is_vtbl_ptr_type (struct type *)
 
int pascal_object_is_vtbl_member (struct type *)
 

Function Documentation

◆ is_pascal_string_type()

int is_pascal_string_type ( struct type * ,
int * ,
int * ,
int * ,
struct type ** ,
const char **  )
extern

◆ pascal_is_string_type()

int pascal_is_string_type ( struct type * type,
int * length_pos,
int * length_size,
int * string_pos,
struct type ** char_type,
const char ** arrayname )
extern

◆ pascal_main_name()

const char * pascal_main_name ( void )
extern

◆ pascal_object_is_vtbl_member()

int pascal_object_is_vtbl_member ( struct type * type)
extern

◆ pascal_object_is_vtbl_ptr_type()

int pascal_object_is_vtbl_ptr_type ( struct type * type)
extern