Searched refs:riscv_update_subset (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elfxx-riscv.h | 99 riscv_update_subset (riscv_parse_subset_t *, const char *);
|
H A D | elfxx-riscv.c | 2172 riscv_update_subset (riscv_parse_subset_t *rps, in riscv_update_subset() function
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elfxx-riscv.h | 113 riscv_update_subset (riscv_parse_subset_t *, const char *);
|
H A D | elfxx-riscv.c | 2284 riscv_update_subset (riscv_parse_subset_t *rps, in riscv_update_subset() function
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-riscv.c | 3857 riscv_update_subset (&riscv_rps_as, "+c"); in s_riscv_option() 3862 riscv_update_subset (&riscv_rps_as, "-c"); in s_riscv_option() 3882 riscv_update_subset (&riscv_rps_as, name); in s_riscv_option()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-riscv.c | 4564 riscv_update_subset (&riscv_rps_as, "+c"); in s_riscv_option() 4570 riscv_update_subset (&riscv_rps_as, "-c"); in s_riscv_option() 4591 riscv_update_subset (&riscv_rps_as, name); in s_riscv_option()
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 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 [all …]
|