mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-04-27 04:44:31 +00:00
fix the number of entries
This commit is contained in:
parent
cd286e1c08
commit
820dd28905
@ -1009,7 +1009,7 @@ const char* to_string(RELOC_POWERPC64 e) {
|
||||
}
|
||||
|
||||
const char* to_string(RELOC_MIPS e) {
|
||||
CONST_MAP(RELOC_MIPS, const char*, 111) enumStrings {
|
||||
CONST_MAP(RELOC_MIPS, const char*, 112) enumStrings {
|
||||
{ RELOC_MIPS::R_MICROMIPS_26_S1, "MIRCRO_MIPS_26_S1" },
|
||||
{ RELOC_MIPS::R_MICROMIPS_CALL16, "MIRCRO_MIPS_CALL16" },
|
||||
{ RELOC_MIPS::R_MICROMIPS_CALL_HI16, "MIRCRO_MIPS_CALL_HI16" },
|
||||
|
@ -528,7 +528,7 @@ CONST_MAP(RELOC_POWERPC64, uint32_t, 84) relocation_PPC64_sizes {
|
||||
{ RELOC_POWERPC64::R_PPC64_REL16_HA, 16 },
|
||||
};
|
||||
|
||||
CONST_MAP(RELOC_MIPS, uint32_t, 111) relocation_MIPS_sizes {
|
||||
CONST_MAP(RELOC_MIPS, uint32_t, 112) relocation_MIPS_sizes {
|
||||
{ RELOC_MIPS::R_MICROMIPS_26_S1, 26 },
|
||||
{ RELOC_MIPS::R_MICROMIPS_CALL16, 16 },
|
||||
{ RELOC_MIPS::R_MICROMIPS_CALL_HI16, 16 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user