Skip to content
Snippets Groups Projects
Commit 7b8b2cb0 authored by jdh8d's avatar jdh8d
Browse files

added Addend field to IRDB

Former-commit-id: f81efb8483cad401c6c46b3fbba9225811b8722f
parent f7aa18b3
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,7 @@ CREATE TABLE #RTN#
reloc_offset integer DEFAULT 0, -- how far into the object/instruction is the relocation
reloc_type text DEFAULT '', -- what type is the relocation.
instruction_id integer DEFAULT -1, -- the object/instruction for this reloc, field name is anachronistic.
addend integer DEFAULT 0, -- the addend for this relocation in case it's hard to store the addend in the relocated object.
wrt_id integer DEFAULT -1, -- the object that this reloc is with respect to.
doip_id integer DEFAULT -1 -- the DOIP
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment