Searched defs:class_type (Results 1 – 12 of 12) sorted by relevance
/aosp12/system/unwinding/libunwindstack/ |
H A D | Elf.cpp | 228 uint8_t class_type; in GetInfo() local 338 uint8_t class_type; in GetLoadBias() local 431 uint8_t class_type; in GetBuildID() local
|
/aosp12/system/unwinding/libunwindstack/tools/ |
H A D | unwind_reg_info.cpp | 52 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()
|
/aosp12/system/unwinding/libunwindstack/include/unwindstack/ |
H A D | Elf.h | 85 uint8_t class_type() { return class_type_; } in class_type() function
|
/aosp12/system/unwinding/libunwindstack/tests/fuzz/ |
H A D | UnwinderComponentCreator.cpp | 251 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
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | icmp.h | 95 __u8 class_type; member
|
/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | JitDebugTest.cpp | 89 void CreateElf(uint64_t offset, uint8_t class_type, uint8_t machine_type, uint32_t pc, in CreateElf()
|
H A D | MapInfoCreateMemoryTest.cpp | 45 static void InitElf(int fd, uint64_t file_offset, uint64_t sh_offset, uint8_t class_type) { in InitElf()
|
H A D | MapInfoGetElfTest.cpp | 52 static void InitElf(uint64_t sh_offset, Ehdr* ehdr, uint8_t class_type, uint8_t machine_type) { in InitElf()
|
/aosp12/system/tools/aidl/ |
H A D | aidl_to_cpp_common.cpp | 76 std::string HeaderFile(const AidlDefinedType& defined_type, ClassNames class_type, in HeaderFile()
|
/aosp12/art/dexlayout/ |
H A D | dex_ir_builder.cc | 480 const TypeId* class_type = header_->TypeIds()[disk_class_def.class_idx_.index_]; in CreateClassDef() local
|
H A D | dex_ir.h | 908 ClassDef(const TypeId* class_type, in ClassDef()
|
/aosp12/frameworks/compile/mclinker/include/mcld/Support/ |
H A D | CXADemangle.tcc | 1669 auto class_type = std::move(db.names.back()); in parse_pointer_to_member_type() local
|