Home
last modified time | relevance | path

Searched refs:reginfo (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
Dx86AssemblyInspectionEngine.cpp66 struct lldb_reg_info reginfo; in Initialize() local
67 reginfo.name = "eax"; in Initialize()
68 m_reg_map[k_machine_eax] = reginfo; in Initialize()
69 reginfo.name = "edx"; in Initialize()
70 m_reg_map[k_machine_edx] = reginfo; in Initialize()
71 reginfo.name = "esp"; in Initialize()
72 m_reg_map[k_machine_esp] = reginfo; in Initialize()
73 reginfo.name = "esi"; in Initialize()
74 m_reg_map[k_machine_esi] = reginfo; in Initialize()
75 reginfo.name = "eip"; in Initialize()
[all …]
/external/llvm-project/lldb/source/Target/
DRegisterNumber.cpp20 const lldb_private::RegisterInfo *reginfo = in RegisterNumber() local
23 if (reginfo && reginfo->name) { in RegisterNumber()
24 m_name = reginfo->name; in RegisterNumber()
39 const lldb_private::RegisterInfo *reginfo = in init() local
42 if (reginfo && reginfo->name) { in init()
43 m_name = reginfo->name; in init()
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dmips-reginfo.test23 - Name: .reginfo
33 ## Check that we try to dump the .reginfo section when we are able to locate it by name.
42 # NAME-ERR-FOUND: warning: '[[FILE]]': the .reginfo section has an invalid size (0x0)
53 - Name: .reginfo
59 ## Check we report a warning when we are unable to find the .reginfo section due to an error.
Dmachine-specific-section-types.test38 # MIPS-LLVM: Name: reginfo
47 # MIPS-GNU: reginfo MIPS_REGINFO
87 - Name: reginfo
Dmips-abiflags.test326 # NOSEC-NEXT: There is no .reginfo section in the file.
343 # CONTENT-ERR-NEXT: There is no .reginfo section in the file.
371 # SIZE-ERR-NEXT: There is no .reginfo section in the file.
Dmips-plt.test156 # NO-OUTPUT-NEXT: There is no .reginfo section in the file.
/external/llvm/test/tools/llvm-readobj/
Dmips-reginfo.test1 RUN: llvm-readobj -mips-reginfo %p/Inputs/reginfo.obj.elf-mipsel | FileCheck %s
Dsections.test91 ELF-MIPSEL-NEXT: Name: .reginfo (27)
/external/llvm-project/llvm/test/MC/Mips/
Delf_reginfo.s24 # check for .reginfo
27 # CHECK_32-LABEL: Name: .reginfo
Dmips-reginfo-fp32.s7 # CHECK: Name: .reginfo
Dmips-reginfo-fp64.s14 # ELF32: Name: .reginfo
/external/llvm/test/MC/Mips/
Delf_reginfo.s24 # check for .reginfo
27 # CHECK_32-LABEL: Name: .reginfo
Dmips-reginfo-fp32.s7 # CHECK: Name: .reginfo
Dmips-reginfo-fp64.s14 # ELF32: Name: .reginfo
/external/elfutils/tests/
Dallregs.c68 struct reginfo *info;
72 struct reginfo struct
84 const struct reginfo *a = r1, *b = r2; in compare() argument
/external/mesa3d/src/freedreno/ir3/
Ddisasm-a3xx.c327 struct reginfo { struct
339 static void print_src(struct disasm_ctx *ctx, struct reginfo *info) in print_src() argument
491 struct reginfo src = { in print_instr_cat1()
536 struct reginfo src1 = { in print_instr_cat2()
557 struct reginfo src2 = { in print_instr_cat2()
608 struct reginfo src1 = { in print_instr_cat3()
626 struct reginfo src2 = { in print_instr_cat3()
636 struct reginfo src3 = { in print_instr_cat3()
662 struct reginfo src = { in print_instr_cat4()
805 struct reginfo src = { .reg = (reg_t)(cat5->src1), .full = cat5->full }; in print_instr_cat5()
[all …]
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.cpp100 const RegisterInfo *reginfo = regctx_sp->GetRegisterInfoByName("arg1"); in RetrieveReportData() local
101 if (!reginfo) in RetrieveReportData()
104 uint64_t apiname_ptr = regctx_sp->ReadRegisterAsUnsigned(reginfo, 0); in RetrieveReportData()
/external/llvm-project/lld/test/ELF/
Dmips-gp-ext.s32 # REL: Contents of section .reginfo:
53 # ABS: Contents of section .reginfo:
Dmips-reginfo.s2 # Check MIPS .reginfo section generation.
Dbasic-mips.s74 # CHECK-NEXT: Name: .reginfo
/external/llvm-project/lld/ELF/
DSyntheticSections.cpp152 MipsOptionsSection<ELFT>::MipsOptionsSection(Elf_Mips_RegInfo reginfo) in MipsOptionsSection() argument
154 reginfo(reginfo) { in MipsOptionsSection()
164 reginfo.ri_gp_value = in.mipsGot->getGp(); in writeTo()
165 memcpy(buf + sizeof(Elf_Mips_Options), &reginfo, sizeof(reginfo)); in writeTo()
182 Elf_Mips_RegInfo reginfo = {}; in create() local
197 reginfo.ri_gprmask |= opt->getRegInfo().ri_gprmask; in create()
208 return make<MipsOptionsSection<ELFT>>(reginfo); in create()
213 MipsReginfoSection<ELFT>::MipsReginfoSection(Elf_Mips_RegInfo reginfo) in MipsReginfoSection() argument
215 reginfo(reginfo) { in MipsReginfoSection()
221 reginfo.ri_gp_value = in.mipsGot->getGp(); in writeTo()
[all …]
DSyntheticSections.h962 MipsOptionsSection(Elf_Mips_RegInfo reginfo);
970 Elf_Mips_RegInfo reginfo;
980 MipsReginfoSection(Elf_Mips_RegInfo reginfo);
985 Elf_Mips_RegInfo reginfo;
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteRegisterContext.cpp214 struct RegisterInfo *reginfo = m_reg_info.GetRegisterInfoAtIndex(i); in ReadRegisterBytes() local
215 if (reginfo->byte_offset + reginfo->byte_size in ReadRegisterBytes()
/external/llvm-project/llvm/test/Object/
Dobj2yaml.test379 # ELF-MIPSEL-NEXT: - Name: .reginfo
440 # ELF-MIPSEL-NEXT: - Name: .reginfo
442 # ELF-MIPSEL-NEXT: Section: .reginfo
470 # ELF-MIPSEL-NEXT: - Name: .reginfo
/external/llvm/test/Object/
Dobj2yaml.test248 ELF-MIPSEL-NEXT: - Name: .reginfo
282 ELF-MIPSEL-NEXT: Section: .reginfo

12