HomeSort by: relevance | last modified time | path
    Searched refs:target_desc_up (Results 1 - 25 of 190) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/gpl3/gdb.old/dist/gdb/arch/
csky.h 27 target_desc_up csky_create_target_description (void);
csky.c 23 target_desc_up
27 target_desc_up tdesc = allocate_target_description ();
i386-linux-tdesc.c 33 static std::unordered_map<uint64_t, const target_desc_up> i386_tdesc_cache;
47 target_desc_up tdesc (i386_create_target_description (xcr0, true, false));
51 target_desc_up. This is safe as the cache (and the pointers contained
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
aarch32.c 29 target_desc_up tdesc = allocate_target_description ();
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
tic6x.c 31 target_desc_up tdesc = allocate_target_description ();
arc.h 73 target_desc_up arc_create_target_description
amd64.c 42 target_desc_up tdesc = allocate_target_description ();
i386.c 37 target_desc_up tdesc = allocate_target_description ();
loongarch.h 114 target_desc_up loongarch_create_target_description
  /src/external/gpl3/gdb/dist/gdb/arch/
csky.h 27 target_desc_up csky_create_target_description (void);
csky.c 23 target_desc_up
27 target_desc_up tdesc = allocate_target_description ();
i386-linux-tdesc.c 34 static std::unordered_map<uint64_t, const target_desc_up> i386_tdesc_cache;
49 target_desc_up tdesc
54 target_desc_up. This is safe as the cache (and the pointers contained
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
aarch32.c 29 target_desc_up tdesc = allocate_target_description ();
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
tic6x.c 31 target_desc_up tdesc = allocate_target_description ();
arc.h 73 target_desc_up arc_create_target_description
  /src/external/gpl3/gdb/dist/gdb/features/
z80.c 11 target_desc_up result = allocate_target_description ();
  /src/external/gpl3/gdb.old/dist/gdb/features/
z80.c 11 target_desc_up result = allocate_target_description ();

Completed in 27 milliseconds

1 2 3 4 5 6 7 8