#include "common/h/headers.h"#include "symtabAPI/h/Symbol.h"#include "symtabAPI/h/Symtab.h"#include "common/h/Types.h"#include <string>#include <vector>#include <a.out.h>#include <fcntl.h>#include <stdlib.h>#include <unistd.h>#include <sys/types.h>#include <sys/mman.h>#include <sys/stat.h>#include <ar.h>Go to the source code of this file.
Data Structures | |
| class | Dyninst::SymtabAPI::xcoffArchive |
| class | Dyninst::SymtabAPI::xcoffArchive_32 |
| class | Dyninst::SymtabAPI::xcoffArchive_64 |
| class | Dyninst::SymtabAPI::fileOpener |
| class | Dyninst::SymtabAPI::Object |
| class | Dyninst::SymtabAPI::IncludeFileInfo |
Namespaces | |
| namespace | Dyninst |
| namespace | Dyninst::SymtabAPI |
Defines | |
| #define | _Object_aix_h_ |
| #define | __AR_BIG__ |
| #define | __AR_SMALL__ |
Functions | |
| char * | P_cplus_demangle (const char *symbol, bool nativeCompiler, bool includeTypes) |
| #define __AR_BIG__ |
Definition at line 67 of file Object-xcoff.h.
| #define __AR_SMALL__ |
Definition at line 68 of file Object-xcoff.h.
| #define _Object_aix_h_ |
Definition at line 38 of file Object-xcoff.h.
| char* P_cplus_demangle | ( | const char * | symbol, | |
| bool | nativeCompiler, | |||
| bool | includeTypes | |||
| ) | [inline] |
Definition at line 220 of file ntHeaders.h.
References cplus_demangle(), dedemangle(), DMGL_ANSI, DMGL_ARM, DMGL_GNU_V3, DMGL_PARAMS, nativeDemanglerBrokenness(), and P_native_demangle.
1.6.1