| /system/core/libunwindstack/ |
| D | DwarfEhFrameWithHdr.cpp | 117 bool DwarfEhFrameWithHdr<AddressType>::GetFdeOffsetBinary(uint64_t pc, uint64_t* fde_offset, in GetFdeOffsetBinary() 152 bool DwarfEhFrameWithHdr<AddressType>::GetFdeOffsetSequential(uint64_t pc, uint64_t* fde_offset) { in GetFdeOffsetSequential() 218 bool DwarfEhFrameWithHdr<AddressType>::GetFdeOffsetFromPc(uint64_t pc, uint64_t* fde_offset) { in GetFdeOffsetFromPc()
|
| D | ElfInterfaceArm.cpp | 29 bool ElfInterfaceArm::FindEntry(uint32_t pc, uint64_t* entry_offset) { in FindEntry() 99 bool ElfInterfaceArm::Step(uint64_t pc, uint64_t load_bias, Regs* regs, Memory* process_memory, in Step() 109 bool ElfInterfaceArm::StepExidx(uint64_t pc, uint64_t load_bias, Regs* regs, Memory* process_memory, in StepExidx()
|
| D | RegsArm64.cpp | 38 uint64_t RegsArm64::pc() { in pc() function in unwindstack::RegsArm64 46 void RegsArm64::set_pc(uint64_t pc) { in set_pc()
|
| D | RegsMips64.cpp | 38 uint64_t RegsMips64::pc() { in pc() function in unwindstack::RegsMips64 46 void RegsMips64::set_pc(uint64_t pc) { in set_pc()
|
| D | DwarfDebugFrame.h | 45 uint64_t AdjustPcFromFde(uint64_t pc) override { return pc; } in AdjustPcFromFde()
|
| D | DwarfEhFrame.h | 41 uint64_t AdjustPcFromFde(uint64_t pc) override { in AdjustPcFromFde()
|
| D | RegsX86_64.cpp | 37 uint64_t RegsX86_64::pc() { in pc() function in unwindstack::RegsX86_64 45 void RegsX86_64::set_pc(uint64_t pc) { in set_pc()
|
| D | RegsX86.cpp | 37 uint64_t RegsX86::pc() { in pc() function in unwindstack::RegsX86 45 void RegsX86::set_pc(uint64_t pc) { in set_pc()
|
| D | RegsMips.cpp | 38 uint64_t RegsMips::pc() { in pc() function in unwindstack::RegsMips 46 void RegsMips::set_pc(uint64_t pc) { in set_pc()
|
| D | RegsArm.cpp | 37 uint64_t RegsArm::pc() { in pc() function in unwindstack::RegsArm 45 void RegsArm::set_pc(uint64_t pc) { in set_pc()
|
| D | DwarfSection.cpp | 39 const DwarfFde* DwarfSection::GetFdeFromPc(uint64_t pc) { in GetFdeFromPc() 57 bool DwarfSection::Step(uint64_t pc, Regs* regs, Memory* process_memory, bool* finished) { in Step() 562 bool DwarfSectionImpl<AddressType>::GetCfaLocationInfo(uint64_t pc, const DwarfFde* fde, in GetCfaLocationInfo() 585 bool DwarfSectionImpl<AddressType>::Log(uint8_t indent, uint64_t pc, uint64_t load_bias, in Log() 870 bool DwarfSectionImpl<AddressType>::GetFdeOffsetFromPc(uint64_t pc, uint64_t* fde_offset) { in GetFdeOffsetFromPc()
|
| D | DwarfEhFrameWithHdr.h | 43 AddressType pc; member
|
| D | Elf.cpp | 100 uint64_t Elf::GetRelPc(uint64_t pc, const MapInfo* map_info) { in GetRelPc() 219 bool Elf::IsValidPc(uint64_t pc) { in IsValidPc()
|
| D | ElfInterface.cpp | 48 bool ElfInterface::IsValidPc(uint64_t pc) { in IsValidPc() 472 bool ElfInterface::Step(uint64_t pc, uint64_t load_bias, Regs* regs, Memory* process_memory, in Step()
|
| /system/core/libunwindstack/tests/ |
| D | RegsFake.h | 35 uint64_t pc() override { return fake_pc_; } in pc() function 37 void set_pc(uint64_t pc) override { fake_pc_ = pc; } in set_pc() 79 uint64_t pc() override { return fake_pc_; } in pc() function 81 void set_pc(uint64_t pc) override { fake_pc_ = pc; } in set_pc()
|
| D | DwarfEhFrameTest.cpp | 331 TypeParam pc = 0x1000 * (i + 1); in TYPED_TEST_P() local 352 TypeParam pc = 0x1000 * (i + 1); in TYPED_TEST_P() local
|
| D | DwarfDebugFrameTest.cpp | 415 TypeParam pc = 0x1000 * (i + 1); in TYPED_TEST_P() local 437 TypeParam pc = 0x1000 * (i + 1); in TYPED_TEST_P() local
|
| /system/core/libbacktrace/include/backtrace/ |
| D | BacktraceMap.h | 123 int GetFlags(uint64_t pc) { in GetFlags() 132 bool IsReadable(uint64_t pc) { return GetFlags(pc) & PROT_READ; } in IsReadable() 133 bool IsWritable(uint64_t pc) { return GetFlags(pc) & PROT_WRITE; } in IsWritable() 134 bool IsExecutable(uint64_t pc) { return GetFlags(pc) & PROT_EXEC; } in IsExecutable()
|
| /system/core/libunwindstack/tools/ |
| D | unwind_reg_info.cpp | 64 void PrintRegInformation(DwarfSection* section, Memory* memory, uint64_t pc, uint8_t class_type) { in PrintRegInformation() 139 int GetInfo(const char* file, uint64_t pc) { in GetInfo() 233 uint64_t pc = 0; in main() local
|
| D | unwind_info.cpp | 55 uint64_t pc = addr + load_bias; in DumpArm() local
|
| /system/core/libbacktrace/ |
| D | Backtrace.cpp | 56 std::string Backtrace::GetFunctionName(uint64_t pc, uint64_t* offset, const backtrace_map_t* map) { in GetFunctionName() 117 void Backtrace::FillInMap(uint64_t pc, backtrace_map_t* map) { in FillInMap()
|
| D | UnwindStack.cpp | 150 std::string UnwindStackCurrent::GetFunctionNameRaw(uint64_t pc, uint64_t* offset) { in GetFunctionNameRaw() 175 std::string UnwindStackPtrace::GetFunctionNameRaw(uint64_t pc, uint64_t* offset) { in GetFunctionNameRaw()
|
| /system/core/libunwindstack/include/unwindstack/ |
| D | UserArm64.h | 37 uint64_t pc; member
|
| /system/core/libpixelflinger/codeflinger/ |
| D | ARMAssembler.h | 176 uint32_t* pc; member
|
| /system/core/libcutils/ |
| D | fs_config.cpp | 291 const struct fs_path_config* pc; in fs_config() local 355 ssize_t fs_config_generate(char* buffer, size_t length, const struct fs_path_config* pc) { in fs_config_generate()
|