#include <string.h>#include <errno.h>#include <sys/time.h>Go to the source code of this file.
Defines | |
| #define | _bgl_compute_headers_h |
| #define | DMGL_PARAMS (1 << 0) |
| #define | DMGL_ANSI (1 << 1) |
| #define | DMGL_ARM (1 << 11) |
Functions | |
| const char * | P_strrchr (const char *P_STRING, int C) |
| char * | P_strrchr (char *P_STRING, int C) |
| void * | P_memcpy (void *A1, const void *A2, size_t SIZE) |
| char * | cplus_demangle (char *, int) |
| void | dedemangle (char *demangled, char *dedemangled) |
| char * | P_cplus_demangle (const char *symbol, bool nativeCompiler, bool includeTypes=false) |
| #define _bgl_compute_headers_h |
Definition at line 31 of file bg_compute_headers.h.
| #define DMGL_ANSI (1 << 1) |
Definition at line 44 of file bg_compute_headers.h.
Referenced by P_cplus_demangle().
| #define DMGL_ARM (1 << 11) |
Definition at line 46 of file bg_compute_headers.h.
Referenced by P_cplus_demangle().
| #define DMGL_PARAMS (1 << 0) |
Definition at line 43 of file bg_compute_headers.h.
Referenced by P_cplus_demangle().
| char* cplus_demangle | ( | char * | , | |
| int | ||||
| ) |
Referenced by P_cplus_demangle().
| void dedemangle | ( | char * | demangled, | |
| char * | dedemangled | |||
| ) |
Definition at line 44 of file string-regex.C.
Referenced by P_cplus_demangle().
| char* P_cplus_demangle | ( | const char * | symbol, | |
| bool | nativeCompiler, | |||
| bool | includeTypes = false | |||
| ) | [inline] |
Definition at line 220 of file ntHeaders.h.
| void* P_memcpy | ( | void * | A1, | |
| const void * | A2, | |||
| size_t | SIZE | |||
| ) | [inline] |
Definition at line 39 of file bg_compute_headers.h.
| char* P_strrchr | ( | char * | P_STRING, | |
| int | C | |||
| ) | [inline] |
Definition at line 38 of file bg_compute_headers.h.
| const char* P_strrchr | ( | const char * | P_STRING, | |
| int | C | |||
| ) | [inline] |
Definition at line 37 of file bg_compute_headers.h.
1.6.1