#include <sys/time.h>
#include <time.h>
#include <stdint.h>
Go to the source code of this file.
◆ ALIGN_8
#define ALIGN_8 |
( |
|
x | ) |
(((x) + 7) & (~7)) |
◆ JITDUMP_FLAGS_ARCH_TIMESTAMP
#define JITDUMP_FLAGS_ARCH_TIMESTAMP (1ULL << JITDUMP_FLAGS_ARCH_TIMESTAMP_BIT) |
◆ JITDUMP_FLAGS_RESERVED
#define JITDUMP_FLAGS_RESERVED |
◆ JITHEADER_MAGIC
#define JITHEADER_MAGIC 0x4A695444 |
◆ JITHEADER_MAGIC_SW
#define JITHEADER_MAGIC_SW 0x4454694A |
◆ JITHEADER_VERSION
#define JITHEADER_VERSION 1 |
◆ PADDING_8ALIGNED
#define PADDING_8ALIGNED |
( |
|
x | ) |
((((x) + 7) & 7) ^ 7) |
◆ jit_record_type
Enumerator |
---|
JIT_CODE_LOAD | |
JIT_CODE_MOVE | |
JIT_CODE_DEBUG_INFO | |
JIT_CODE_CLOSE | |
JIT_CODE_UNWINDING_INFO | |
JIT_CODE_MAX | |
Definition at line 47 of file jitdump.h.
◆ jitdump_flags_bits
Enumerator |
---|
JITDUMP_FLAGS_ARCH_TIMESTAMP_BIT | |
JITDUMP_FLAGS_MAX_BIT | |
Definition at line 26 of file jitdump.h.
◆ debug_entry_file()
static char* debug_entry_file |
( |
struct debug_entry * |
ent | ) |
|
|
inlinestatic |
◆ debug_entry_next()