Searched refs:elf32_wasm32_howto_table (Results 1 – 2 of 2) sorted by relevance
28 static reloc_howto_type elf32_wasm32_howto_table[] = variable69 return &elf32_wasm32_howto_table[R_WASM32_NONE]; in elf32_wasm32_reloc_type_lookup()71 return &elf32_wasm32_howto_table[R_WASM32_32]; in elf32_wasm32_reloc_type_lookup()87 for (i = 0; i < ARRAY_SIZE (elf32_wasm32_howto_table); i++) in elf32_wasm32_reloc_name_lookup()88 if (elf32_wasm32_howto_table[i].name != NULL in elf32_wasm32_reloc_name_lookup()89 && strcasecmp (elf32_wasm32_howto_table[i].name, r_name) == 0) in elf32_wasm32_reloc_name_lookup()90 return &elf32_wasm32_howto_table[i]; in elf32_wasm32_reloc_name_lookup()102 if (i >= ARRAY_SIZE (elf32_wasm32_howto_table)) in elf32_wasm32_rtype_to_howto()111 if (elf32_wasm32_howto_table[i].type != r_type) in elf32_wasm32_rtype_to_howto()114 return elf32_wasm32_howto_table + i; in elf32_wasm32_rtype_to_howto()