Searched defs:baseAddr (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/static_core/libpandabase/os/ |
H A D | debug_info.cpp | 159 bool IterateDieRanges(F func, const Span<Dwarf_Ranges> &ranges, Dwarf_Addr baseAddr) in IterateDieRanges() argument 194 Dwarf_Addr baseAddr = 0; in IterateDieRanges() local 608 Dwarf_Addr baseAddr = 0; in GetDieRangeForPc() local 624 FindRangeForPc(uintptr_t pc, const Span<Dwarf_Ranges> &ranges, Dwarf_Addr baseAddr, Dwarf_Addr *outLowPc, Dwarf_Addr *outHighPc) FindRangeForPc() argument [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
H A D | gdb_jit.cpp | 226 bool CopyStrTab(uintptr_t baseAddr, const StubAnInfo &info) in CopyStrTab() argument 273 void ConstructEhdrAndPhdr(Elf64_Ehdr *newEhdr, Elf64_Shdr *newShdrtab, uintptr_t baseAddr, const StubAnInfo &info) in ConstructEhdrAndPhdr() argument 310 void ConstructShdrTab(Elf64_Shdr *newShdrTab, Elf64_Sym *newSymtab, uintptr_t baseAddr, void *ehFrame, in ConstructShdrTab() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
H A D | llvm_ir_builder.cpp | 1585 LLVMValueRef baseAddr = GetLValue(base); in VisitLoad() local 1615 LLVMValueRef baseAddr = GetLValue(base); in VisitStore() local 1726 PointerAdd(LLVMValueRef baseAddr, LLVMValueRef offsetInByte, LLVMTypeRef rep) PointerAdd() argument [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
H A D | litecg_ir_builder.cpp | 1036 Expr baseAddr = GetExprFromGate(base); in VisitLoad() local 2525 Expr baseAddr = GetExprFromGate(base); in VisitStore() local
|
Completed in 14 milliseconds