
AsmJit
Low-Latency Machine Code Generation
Data structure used to mark where a fixup in code or data is necessary.
Fixups are generally resolved during machine code generation. For example if a branch instruction is used to jump to a label, which hasn't been bound yet, a fixup is created. However, when such label is bound, the fixup is processed and removed from a list of fixups.
Section where the fixup comes from.
Label id, relocation id, or Globals::kInvalidId.
Label offset relative to the start of the section where the unresolved link comes from.
Inlined rel8/rel32.
Offset format information.