LLVM 24.0.0git
GOFFObjectFile.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "goff"

Functions

static GOFF::RecordType getRecordType (const uint8_t *PhysicalRecord)
static bool isContinuation (const uint8_t *PhysicalRecord)
static bool isContinued (const uint8_t *PhysicalRecord)

Variables

constexpr uint8_t SAME_R_ID = 0x80
constexpr uint8_t SAME_P_ID = 0x40
constexpr uint8_t SAME_OFFSET = 0x20
constexpr uint8_t EXT_ATTR_PRESENT = 0x04
constexpr uint8_t BYTE_OFFSET_8 = 0x02

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "goff"

Definition at line 23 of file GOFFObjectFile.cpp.

Function Documentation

◆ getRecordType()

GOFF::RecordType getRecordType ( const uint8_t * PhysicalRecord)
static

Definition at line 30 of file GOFFObjectFile.cpp.

◆ isContinuation()

bool isContinuation ( const uint8_t * PhysicalRecord)
static

Definition at line 35 of file GOFFObjectFile.cpp.

◆ isContinued()

bool isContinued ( const uint8_t * PhysicalRecord)
static

Definition at line 40 of file GOFFObjectFile.cpp.

Variable Documentation

◆ BYTE_OFFSET_8

uint8_t BYTE_OFFSET_8 = 0x02
inlineconstexpr

Definition at line 812 of file GOFFObjectFile.cpp.

◆ EXT_ATTR_PRESENT

uint8_t EXT_ATTR_PRESENT = 0x04
inlineconstexpr

Definition at line 811 of file GOFFObjectFile.cpp.

◆ SAME_OFFSET

uint8_t SAME_OFFSET = 0x20
inlineconstexpr

Definition at line 810 of file GOFFObjectFile.cpp.

◆ SAME_P_ID

uint8_t SAME_P_ID = 0x40
inlineconstexpr

Definition at line 809 of file GOFFObjectFile.cpp.

◆ SAME_R_ID

uint8_t SAME_R_ID = 0x80
inlineconstexpr

Definition at line 808 of file GOFFObjectFile.cpp.