Home
last modified time | relevance | path

Searched defs:class_type (Results 1 – 7 of 7) sorted by relevance

/system/core/libunwindstack/
DElf.cpp218 uint8_t class_type; in GetInfo() local
310 uint8_t class_type; in GetLoadBias() local
402 uint8_t class_type; in GetBuildID() local
/system/core/libunwindstack/tools/
Dunwind_reg_info.cpp52 void PrintExpression(Memory* memory, uint8_t class_type, uint64_t end, uint64_t length) { in PrintExpression()
67 void PrintRegInformation(DwarfSection* section, Memory* memory, uint64_t pc, uint8_t class_type) { in PrintRegInformation()
/system/core/libunwindstack/include/unwindstack/
DElf.h90 uint8_t class_type() { return class_type_; } in class_type() function
/system/tools/aidl/
Daidl_to_cpp_common.cpp55 std::string HeaderFile(const AidlDefinedType& defined_type, ClassNames class_type, in HeaderFile()
/system/core/libunwindstack/tests/
DMapInfoCreateMemoryTest.cpp45 static void InitElf(int fd, uint64_t file_offset, uint64_t sh_offset, uint8_t class_type) { in InitElf()
DJitDebugTest.cpp90 void CreateElf(uint64_t offset, uint8_t class_type, uint8_t machine_type, uint32_t pc, in CreateElf()
DMapInfoGetElfTest.cpp52 static void InitElf(uint64_t sh_offset, Ehdr* ehdr, uint8_t class_type, uint8_t machine_type) { in InitElf()