Displaying 1 result from an estimated 1 matches for "relocationvisitor".
2012 Sep 21
1
[LLVMdev] relocation visitor
...( .debug_str[0x00000042] =
"int")
0x00000068: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000050] =
"char")
but I'm not asking you to review the patch, that's why I'm posting to
llvm-dev. I'm asking for design review.
This patch introduces "RelocationVisitor", a new templated class that tries
to safe the user of relocations some work by breaking down relocations into
their basic mathematical operations. If you look at the ELF x86-64 spec,
you'll note that it defines things like:
A = the addend field of the relocation
B = base address which t...