Home
last modified time | relevance | path

Searched refs:elf32_wasm32_howto_table (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-wasm32.c28 static reloc_howto_type elf32_wasm32_howto_table[] = variable
69 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()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-wasm32.c28 static reloc_howto_type elf32_wasm32_howto_table[] = variable
69 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()