summaryrefslogtreecommitdiff
path: root/src/arch/operands/immediate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/operands/immediate.c')
-rw-r--r--src/arch/operands/immediate.c62
1 files changed, 0 insertions, 62 deletions
diff --git a/src/arch/operands/immediate.c b/src/arch/operands/immediate.c
index a63bae5..23cac7d 100644
--- a/src/arch/operands/immediate.c
+++ b/src/arch/operands/immediate.c
@@ -1567,68 +1567,6 @@ void g_imm_operand_as_uleb128(const GImmOperand *operand, uleb128_t *val)
/******************************************************************************
* *
-* Paramètres : operand = opérande à traiter. *
-* addr = valeur résultante. [OUT] *
-* *
-* Description : Convertit une valeur immédiate en adresse de type vmpa_t. *
-* *
-* Retour : Bilan de l'opération. *
-* *
-* Remarques : - *
-* *
-******************************************************************************/
-
-bool g_imm_operand_to_vmpa_t(const GImmOperand *operand, vmpa_t *addr)
-{
- return false;
-
-}
-
-
-/******************************************************************************
-* *
-* Paramètres : operand = opérande à traiter. *
-* value = valeur résultante. [OUT] *
-* negative = indique si la valeur était négative à l'origine. *
-* *
-* Description : Convertit une valeur immédiate en valeur de type size_t. *
-* *
-* Retour : Bilan de l'opération. *
-* *
-* Remarques : - *
-* *
-******************************************************************************/
-
-bool g_imm_operand_to_size_t(const GImmOperand *operand, size_t *value, bool *negative)
-{
- return false;
-
-}
-
-
-/******************************************************************************
-* *
-* Paramètres : operand = opérande à traiter. *
-* value = valeur résultante. [OUT] *
-* negative = indique si la valeur était négative à l'origine. *
-* *
-* Description : Convertit une valeur immédiate en valeur de type off_t. *
-* *
-* Retour : Bilan de l'opération. *
-* *
-* Remarques : - *
-* *
-******************************************************************************/
-
-bool g_imm_operand_to_off_t(const GImmOperand *operand, off_t *value, bool *negative)
-{
- return false;
-
-}
-
-
-/******************************************************************************
-* *
* Paramètres : operand = opérande d'assemblage à constituer. *
* storage = mécanisme de sauvegarde à manipuler. *
* format = format binaire chargé associé à l'architecture. *