Lines Matching refs:riscv_update_subset
153229 (riscv_update_subset): To be consistent with -march option,
157475 RISC-V: Removed the redundant NULL pointer check in the riscv_update_subset.
157476 If we always use the .option arch to call the riscv_update_subset, then
157478 just remove the redundant NULL pointer check in the riscv_update_subset.
157481 * elfxx-riscv.c (riscv_update_subset): Removed the redundant NULL
157537 RISC-V: PR28610, Fix ASAN heap-buffer-overflow error in riscv_update_subset.
157538 The architecture parser in riscv_update_subset shouldn't check (or access)
157543 * elfxx-riscv.c (riscv_update_subset): The architecture parser
158107 (riscv_update_subset): Updated to make .option arch directives workable.
161561 (riscv_update_subset): Add/Remove an extension to/from the
161563 * elfxx-riscv.h: Added the extern bool riscv_update_subset.