summaryrefslogtreecommitdiff
path: root/src/arch/arm
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-03-03 23:51:04 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-03-03 23:51:04 (GMT)
commitdc9e68505c4cc7ad208e63dbc7d0e0e8f582d0d9 (patch)
tree1e597f7d2ab5a8bb2f3c106a4a14b05f481c4efe /src/arch/arm
parent4724b73c5161140222cab3c61bb5b3d0c8dde360 (diff)
Loaded and displayed found strings in ELF.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@481 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/arm')
-rw-r--r--src/arch/arm/v7/post.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/arch/arm/v7/post.c b/src/arch/arm/v7/post.c
index 084fc84..c7b0f64 100644
--- a/src/arch/arm/v7/post.c
+++ b/src/arch/arm/v7/post.c
@@ -51,7 +51,7 @@ void post_process_branch_instructions(GArchInstruction *instr, GProcContext *con
uint32_t addr; /* Adresse visée par le saut */
GArchOperand *new; /* Instruction de ciblage */
vmpa2t target;
- mrange_t trange;
+ mrange_t trange; /* Etendue du symbole à créer */
VMPA_BUFFER(loc);
char name[5 + VMPA_MAX_LEN];
GBinRoutine *routine; /* Nouvelle routine trouvée */
@@ -114,7 +114,7 @@ void post_process_branch_and_link_instructions(GArchInstruction *instr, GProcCon
uint32_t addr; /* Adresse visée par le saut */
GArchOperand *new; /* Instruction de ciblage */
vmpa2t target;
- mrange_t trange;
+ mrange_t trange; /* Etendue du symbole à créer */
VMPA_BUFFER(loc);
char name[5 + VMPA_MAX_LEN];
GBinRoutine *routine; /* Nouvelle routine trouvée */
@@ -177,7 +177,7 @@ void post_process_comp_and_branch_instructions(GArchInstruction *instr, GProcCon
uint32_t addr; /* Adresse visée par le saut */
GArchOperand *new; /* Instruction de ciblage */
vmpa2t target;
- mrange_t trange;
+ mrange_t trange; /* Etendue du symbole à créer */
VMPA_BUFFER(loc);
char name[5 + VMPA_MAX_LEN];
GBinRoutine *routine; /* Nouvelle routine trouvée */
@@ -240,7 +240,7 @@ void post_process_ldr_instructions(GArchInstruction *instr, GProcContext *contex
uint32_t addr; /* Adresse visée par le saut */
GArchOperand *new; /* Instruction de ciblage */
vmpa2t target;
- mrange_t trange;
+ mrange_t trange; /* Etendue du symbole à créer */
VMPA_BUFFER(loc);
char name[5 + VMPA_MAX_LEN];
GBinRoutine *routine; /* Nouvelle routine trouvée */