Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DElf.cpp233 uint8_t class_type; in GetInfo() local
342 uint8_t class_type; in GetLoadBias() local
427 uint8_t class_type; in GetBuildID() local
/system/unwinding/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/unwinding/libunwindstack/include/unwindstack/
DElf.h90 uint8_t class_type() { return class_type_; } in class_type() function
/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp251 void PutElfInMemory(MemoryFake* memory, uint64_t offset, uint8_t class_type, uint8_t machine_type, in PutElfInMemory()
333 uint8_t class_type = data_provider->ConsumeIntegral<uint8_t>(); in PutElfFilesInMemory() local
/system/unwinding/libunwindstack/tests/
DJitDebugTest.cpp89 void CreateElf(uint64_t offset, uint8_t class_type, uint8_t machine_type, uint32_t pc, in CreateElf()
DMapInfoCreateMemoryTest.cpp45 static void InitElf(int fd, uint64_t file_offset, uint64_t sh_offset, uint8_t class_type) { in InitElf()
DMapInfoGetElfTest.cpp52 static void InitElf(uint64_t sh_offset, Ehdr* ehdr, uint8_t class_type, uint8_t machine_type) { in InitElf()
/system/tools/aidl/
Daidl_to_cpp_common.cpp84 std::string HeaderFile(const AidlDefinedType& defined_type, ClassNames class_type, in HeaderFile()