-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply gitignore properly to files in repo
- Loading branch information
1 parent
c8d4082
commit afd4a87
Showing
8 changed files
with
11,675 additions
and
11,675 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<!-- This file is generated on each "Link Ghidra" command. Do not modify. --> | ||
|
||
<project> | ||
<property name="ghidra.install.dir" value="C:\Users\DarrenThompson\Documents\dev\ghidra" /> | ||
</project> | ||
<!-- This file is generated on each "Link Ghidra" command. Do not modify. --> | ||
|
||
<project> | ||
<property name="ghidra.install.dir" value="C:\Users\DarrenThompson\Documents\dev\ghidra" /> | ||
</project> |
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Copyright 2022 Darren Thompson | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
Copyright 2022 Darren Thompson | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. |
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 |
---|---|---|
@@ -1,59 +1,59 @@ | ||
#format = number(decimal) syscall_name | ||
-23 sta_tsk | ||
-21 ext_tsk | ||
-25 ter_tsk | ||
-30 dis_dsp | ||
-29 ena_dsp | ||
-27 chg_pri | ||
-28 rot_rdq | ||
-31 rel_wai | ||
-24 get_tid | ||
-20 ref_tsk | ||
-33 sus_tsk | ||
-35 rsm_tsk | ||
-36 frsm_tsk | ||
-38 slp_tsk | ||
-37 tslp_tsk | ||
-39 wup_tsk | ||
-40 can_wup | ||
-55 sig_sem | ||
-53 wai_sem | ||
-107 preq_sem | ||
-171 twai_sem | ||
-52 ref_sem | ||
-48 set_flg | ||
-47 clr_flg | ||
-46 wai_flg | ||
-106 pol_flg | ||
-170 twai_flg | ||
-44 ref_flg | ||
-63 snd_msg | ||
-61 rcv_msg | ||
-108 prcv_msg | ||
-172 trcv_msg | ||
-60 ref_mbx | ||
-141 get_blk | ||
-104 pget_blk | ||
-143 rel_blk | ||
-140 ref_mpl | ||
-77 get_blf | ||
-103 pget_blf | ||
-167 tget_blf | ||
-79 ref_blf | ||
-76 ref_mpf | ||
-69 ret_int | ||
-8 loc_cpu | ||
-7 unl_cpu | ||
-67 chg_ilm | ||
-68 ref_ilm | ||
-83 set_tim | ||
-84 get_tim | ||
-85 dly_Tsk | ||
-90 def_cyc | ||
-94 act_cyc | ||
-92 ref_cyc | ||
-89 def_alm | ||
-91 ref_alm | ||
-93 ret_tmr | ||
-16 get_ver | ||
#format = number(decimal) syscall_name | ||
-23 sta_tsk | ||
-21 ext_tsk | ||
-25 ter_tsk | ||
-30 dis_dsp | ||
-29 ena_dsp | ||
-27 chg_pri | ||
-28 rot_rdq | ||
-31 rel_wai | ||
-24 get_tid | ||
-20 ref_tsk | ||
-33 sus_tsk | ||
-35 rsm_tsk | ||
-36 frsm_tsk | ||
-38 slp_tsk | ||
-37 tslp_tsk | ||
-39 wup_tsk | ||
-40 can_wup | ||
-55 sig_sem | ||
-53 wai_sem | ||
-107 preq_sem | ||
-171 twai_sem | ||
-52 ref_sem | ||
-48 set_flg | ||
-47 clr_flg | ||
-46 wai_flg | ||
-106 pol_flg | ||
-170 twai_flg | ||
-44 ref_flg | ||
-63 snd_msg | ||
-61 rcv_msg | ||
-108 prcv_msg | ||
-172 trcv_msg | ||
-60 ref_mbx | ||
-141 get_blk | ||
-104 pget_blk | ||
-143 rel_blk | ||
-140 ref_mpl | ||
-77 get_blf | ||
-103 pget_blf | ||
-167 tget_blf | ||
-79 ref_blf | ||
-76 ref_mpf | ||
-69 ret_int | ||
-8 loc_cpu | ||
-7 unl_cpu | ||
-67 chg_ilm | ||
-68 ref_ilm | ||
-83 set_tim | ||
-84 get_tim | ||
-85 dly_Tsk | ||
-90 def_cyc | ||
-94 act_cyc | ||
-92 ref_cyc | ||
-89 def_alm | ||
-91 ref_alm | ||
-93 ret_tmr | ||
-16 get_ver | ||
-12 ref_sys |
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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<dwarf> | ||
<register_mappings> | ||
<register_mapping dwarf="1" ghidra="R0" auto_count="12"/> <!-- R0..R11 --> | ||
<register_mapping dwarf="12" ghidra="AC"/> | ||
<register_mapping dwarf="13" ghidra="FP"/> | ||
<register_mapping dwarf="14" ghidra="SP" stackpointer="true/> | ||
<register_mapping dwarf="15" ghidra="PC"/> | ||
<register_mapping dwarf="16" ghidra="RP"/> | ||
<register_mapping dwarf="17" ghidra="SSP"/> | ||
<register_mapping dwarf="18" ghidra="USP"/> | ||
<register_mapping dwarf="19" ghidra="MDH"/> | ||
<register_mapping dwarf="20" ghidra="MDL"/> | ||
<register_mapping dwarf="21" ghidra="PS"/> | ||
<register_mapping dwarf="22" ghidra="TBR"/> | ||
</register_mappings> | ||
<call_frame_cfa value="0"/> | ||
<dwarf> | ||
<register_mappings> | ||
<register_mapping dwarf="1" ghidra="R0" auto_count="12"/> <!-- R0..R11 --> | ||
<register_mapping dwarf="12" ghidra="AC"/> | ||
<register_mapping dwarf="13" ghidra="FP"/> | ||
<register_mapping dwarf="14" ghidra="SP" stackpointer="true/> | ||
<register_mapping dwarf="15" ghidra="PC"/> | ||
<register_mapping dwarf="16" ghidra="RP"/> | ||
<register_mapping dwarf="17" ghidra="SSP"/> | ||
<register_mapping dwarf="18" ghidra="USP"/> | ||
<register_mapping dwarf="19" ghidra="MDH"/> | ||
<register_mapping dwarf="20" ghidra="MDL"/> | ||
<register_mapping dwarf="21" ghidra="PS"/> | ||
<register_mapping dwarf="22" ghidra="TBR"/> | ||
</register_mappings> | ||
<call_frame_cfa value="0"/> | ||
</dwarf> |
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 |
---|---|---|
@@ -1,18 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<!-- See Relax specification: Ghidra/Framework/SoftwareModeling/data/languages/language_definitions.rxg --> | ||
|
||
<language_definitions> | ||
<language processor="FR60" | ||
endian="big" | ||
size="32" | ||
variant="default" | ||
version="1.0" | ||
slafile="fr60.sla" | ||
processorspec="fr60.pspec" | ||
id="fr60:BE:16:default"> | ||
<description>Fujitsu FR 60 Instruction Set</description> | ||
<compiler name="fcc911" spec="fr60.cspec" id="fcc911"/> | ||
<external_name tool="DWARF.register.mapping.file" name="fr60.dwarf"/> | ||
</language> | ||
</language_definitions> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<!-- See Relax specification: Ghidra/Framework/SoftwareModeling/data/languages/language_definitions.rxg --> | ||
|
||
<language_definitions> | ||
<language processor="FR60" | ||
endian="big" | ||
size="32" | ||
variant="default" | ||
version="1.0" | ||
slafile="fr60.sla" | ||
processorspec="fr60.pspec" | ||
id="fr60:BE:16:default"> | ||
<description>Fujitsu FR 60 Instruction Set</description> | ||
<compiler name="fcc911" spec="fr60.cspec" id="fcc911"/> | ||
<external_name tool="DWARF.register.mapping.file" name="fr60.dwarf"/> | ||
</language> | ||
</language_definitions> |
Oops, something went wrong.