-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #208 from Cxbx-Reloaded/upgrade-symbol-groups
Upgrade OOVPA symbol group files
- Loading branch information
Showing
73 changed files
with
3,640 additions
and
1,833 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// SPDX-License-Identifier: ODbL-1.0 | ||
|
||
CALL_(unknown) // Unknown, intended to be used for "not a function" types and for "function" documentation when reverse-engineering efforts could not narrow it down to either the stack or one of the registers. | ||
CALL_(none) | ||
CALL_(cdecl) | ||
CALL_(stdcall) | ||
CALL_(thiscall) | ||
CALL_(fastcall) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
// SPDX-License-Identifier: ODbL-1.0 | ||
|
||
PARAM_TYPE_32(unk) // Unknown, intended to be used for "not a function" types and for "function" documentation when reverse-engineering efforts could not narrow it down to either the stack or one of the registers. | ||
PARAM_TYPE__0(void) // 0 bits | ||
PARAM_TYPE_64(psh2) // 64 bits (two pushes) | ||
PARAM_TYPE_32(psh) // 32 bits (one push) | ||
PARAM_TYPE_32(eax) // 32 bits | ||
PARAM_TYPE_16_(ax) // 16 bits | ||
PARAM_TYPE__8_(ah) // 8 bits | ||
PARAM_TYPE__8_(al) // 8 bits | ||
PARAM_TYPE_32(ebx) // 32 bits | ||
PARAM_TYPE_16_(bx) // 16 bits | ||
PARAM_TYPE__8_(bh) // 8 bits | ||
PARAM_TYPE__8_(bl) // 8 bits | ||
PARAM_TYPE_32(ecx) // 32 bits | ||
PARAM_TYPE_16_(cx) // 16 bits | ||
PARAM_TYPE__8_(ch) // 8 bits | ||
PARAM_TYPE__8_(cl) // 8 bits | ||
PARAM_TYPE_32(edx) // 32 bits | ||
PARAM_TYPE_16_(dx) // 16 bits | ||
PARAM_TYPE__8_(dh) // 8 bits | ||
PARAM_TYPE__8_(dl) // 8 bits | ||
PARAM_TYPE_32(ebp) // 32 bits | ||
PARAM_TYPE_32(edi) // 32 bits | ||
PARAM_TYPE_32(esi) // 32 bits |
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
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
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
Oops, something went wrong.