| /system/unwinding/libunwindstack/tools/ |
| D | unwind_reg_info.cpp | 59 void PrintExpression(std::shared_ptr<Memory>& memory, uint8_t class_type, uint64_t end, in PrintExpression() argument 63 if (class_type == ELFCLASS32) { in PrintExpression() 76 uint8_t class_type, ArchEnum arch) { in PrintRegInformation() argument 130 PrintExpression(memory, class_type, loc->values[1], loc->values[0]); in PrintRegInformation() 136 PrintExpression(memory, class_type, loc->values[1], loc->values[0]); in PrintRegInformation() 216 PrintRegInformation(section, elf.memory(), pc, elf.class_type(), elf.arch()); in GetInfo() 224 PrintRegInformation(section, elf.memory(), pc, elf.class_type(), elf.arch()); in GetInfo() 236 PrintRegInformation(section, gnu_debugdata_interface->memory(), pc, elf.class_type(), in GetInfo() 246 PrintRegInformation(section, gnu_debugdata_interface->memory(), pc, elf.class_type(), in GetInfo()
|
| /system/unwinding/libunwindstack/ |
| D | Elf.cpp | 231 uint8_t class_type; in GetInfo() local 232 if (!memory->ReadFully(EI_CLASS, &class_type, 1)) { in GetInfo() 237 if (class_type == ELFCLASS32) { in GetInfo() 239 } else if (class_type == ELFCLASS64) { in GetInfo() 335 uint8_t class_type; in GetLoadBias() local 336 if (!memory->Read(EI_CLASS, &class_type, 1)) { in GetLoadBias() 340 if (class_type == ELFCLASS32) { in GetLoadBias() 342 } else if (class_type == ELFCLASS64) { in GetLoadBias() 420 uint8_t class_type; in GetBuildID() local 421 if (!memory->Read(EI_CLASS, &class_type, 1)) { in GetBuildID() [all …]
|
| /system/unwinding/libunwindstack/tests/fuzz/ |
| D | UnwinderComponentCreator.cpp | 245 void PutElfInMemory(MemoryFake* memory, uint64_t offset, uint8_t class_type, uint8_t machine_type, in PutElfInMemory() argument 251 ehdr.e_ident[EI_CLASS] = class_type; in PutElfInMemory() 284 if (class_type == ELFCLASS32) { in PutElfInMemory() 327 uint8_t class_type = data_provider->ConsumeIntegral<uint8_t>(); in PutElfFilesInMemory() local 335 PutElfInMemory<Elf64_Ehdr, Elf64_Shdr>(memory, offset, class_type, machine_type, pc, size); in PutElfFilesInMemory() 337 PutElfInMemory<Elf32_Ehdr, Elf32_Shdr>(memory, offset, class_type, machine_type, pc, size); in PutElfFilesInMemory()
|
| /system/unwinding/libunwindstack/tests/ |
| D | MapInfoGetElfTest.cpp | 52 static void InitElf(uint64_t sh_offset, Ehdr* ehdr, uint8_t class_type, uint8_t machine_type) { in InitElf() argument 55 ehdr->e_ident[EI_CLASS] = class_type; in InitElf() 91 EXPECT_EQ(ELFCLASS32, elf->class_type()); in TEST_F() 110 EXPECT_EQ(ELFCLASS64, elf->class_type()); in TEST_F() 135 EXPECT_EQ(ELFCLASS32, elf->class_type()); in TEST_F() 150 EXPECT_EQ(ELFCLASS64, elf->class_type()); in TEST_F()
|
| D | ElfTest.cpp | 199 ASSERT_EQ(ELFCLASS32, elf.class_type()); in TEST_F() 211 ASSERT_EQ(ELFCLASS32, elf.class_type()); in TEST_F() 223 ASSERT_EQ(ELFCLASS64, elf.class_type()); in TEST_F() 235 ASSERT_EQ(ELFCLASS64, elf.class_type()); in TEST_F() 247 ASSERT_EQ(ELFCLASS64, elf.class_type()); in TEST_F()
|
| D | JitDebugTest.cpp | 89 void CreateElf(uint64_t offset, uint8_t class_type, uint8_t machine_type, uint32_t pc, in CreateElf() argument 98 ehdr.e_ident[EI_CLASS] = class_type; in CreateElf() 141 if (class_type == ELFCLASS32) { in CreateElf()
|
| D | MapInfoCreateMemoryTest.cpp | 45 static void InitElf(int fd, uint64_t file_offset, uint64_t sh_offset, uint8_t class_type) { in InitElf() argument 52 ehdr.e_ident[EI_CLASS] = class_type; in InitElf()
|
| /system/unwinding/libunwindstack/include/unwindstack/ |
| D | Elf.h | 82 uint8_t class_type() { return class_type_; } in class_type() function
|
| /system/tools/aidl/ |
| D | aidl_to_cpp_common.h | 65 std::string HeaderFile(const AidlDefinedType& defined_type, ClassNames class_type,
|
| D | aidl_to_cpp_common.cpp | 86 std::string HeaderFile(const AidlDefinedType& defined_type, ClassNames class_type, in HeaderFile() argument 92 class_type = ClassNames::RAW; in HeaderFile() 101 paths.push_back(ClassName(*toplevel, class_type)); in HeaderFile()
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 143834 __u8 class_type; member
|
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 136178 __u8 class_type; member
|