| /src/external/gpl3/gdb.old/dist/gdb/arch/ |
| amd64-linux-tdesc.c | 32 using tdesc_cache_type = std::unordered_map<uint64_t, const target_desc_up>; local 56 target_desc_up tdesc (amd64_create_target_description (xcr0, is_x32, 61 target_desc_up. This is safe as the cache (and the pointers contained
|
| arc.c | 36 STATIC_IN_GDB target_desc_up 40 target_desc_up tdesc = allocate_target_description (); 98 const target_desc_up, variable 107 "target_desc_up" type which is a "unique_ptr". This should be fine 113 target_desc_up tdesc = arc_create_target_description (features); 117 target_desc_up. This is safe as the cache (and the pointers
|
| loongarch.c | 37 STATIC_IN_GDB target_desc_up 41 target_desc_up tdesc = allocate_target_description (); 93 const target_desc_up, variable 100 the target_desc_up (which is a unique_ptr). This is safe as the 106 target_desc_up tdesc (loongarch_create_target_description (features)); 109 target_desc_up. This is safe as the cache (and the pointers
|
| riscv.c | 36 STATIC_IN_GDB target_desc_up 40 target_desc_up tdesc = allocate_target_description (); 110 const target_desc_up, variable 119 the target_desc_up (which is a unique_ptr). This is safe as the 125 target_desc_up tdesc (riscv_create_target_description (features)); 128 target_desc_up. This is safe as the cache (and the pointers
|
| /src/external/gpl3/gdb/dist/gdb/arch/ |
| amd64-linux-tdesc.c | 32 using tdesc_cache_type = std::unordered_map<uint64_t, const target_desc_up>; local 57 target_desc_up tdesc (amd64_create_target_description (xstate_bv, is_x32, 62 target_desc_up. This is safe as the cache (and the pointers contained
|
| arc.c | 35 STATIC_IN_GDB target_desc_up 39 target_desc_up tdesc = allocate_target_description (); 97 const target_desc_up, variable 106 "target_desc_up" type which is a "unique_ptr". This should be fine 112 target_desc_up tdesc = arc_create_target_description (features); 116 target_desc_up. This is safe as the cache (and the pointers
|
| loongarch.c | 36 STATIC_IN_GDB target_desc_up 40 target_desc_up tdesc = allocate_target_description (); 92 const target_desc_up, variable 99 the target_desc_up (which is a unique_ptr). This is safe as the 105 target_desc_up tdesc (loongarch_create_target_description (features)); 108 target_desc_up. This is safe as the cache (and the pointers
|
| riscv.c | 35 STATIC_IN_GDB target_desc_up 39 target_desc_up tdesc = allocate_target_description (); 109 const target_desc_up, variable 118 the target_desc_up (which is a unique_ptr). This is safe as the 124 target_desc_up tdesc (riscv_create_target_description (features)); 127 target_desc_up. This is safe as the cache (and the pointers
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| tdesc.h | 330 typedef std::unique_ptr<target_desc, target_desc_deleter> target_desc_up; typedef 333 target_desc_up allocate_target_description (void);
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| tdesc.h | 330 typedef std::unique_ptr<target_desc, target_desc_deleter> target_desc_up; typedef 333 target_desc_up allocate_target_description (void);
|