forked from eliben/pyelftools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dwarf/dwarf_expr: Add support for DW_OP_GNU_push_tls_address (eliben#315
) * dwarf/dwarf_expr: Add support for DW_OP_GNU_push_tls_address * dwarf/dwarf_expr: Use a single 64-bit operand for const8x DWARFv4 2.5.1.1: this should be consumed as a single 64-bit operand, not as two 32-bit operands. * dwarf/descriptions: Fix descriptions for const8{u,s} * test: Add tests for changed OPs
- Loading branch information
Showing
3 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters