Home
last modified time | relevance | path

Searched refs:class_type (Results 1 – 12 of 12) sorted by relevance

/system/unwinding/libunwindstack/tools/
Dunwind_reg_info.cpp59 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/
DElf.cpp231 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/
DUnwinderComponentCreator.cpp245 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/
DMapInfoGetElfTest.cpp52 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()
DElfTest.cpp199 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()
DJitDebugTest.cpp89 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()
DMapInfoCreateMemoryTest.cpp45 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/
DElf.h82 uint8_t class_type() { return class_type_; } in class_type() function
/system/tools/aidl/
Daidl_to_cpp_common.h65 std::string HeaderFile(const AidlDefinedType& defined_type, ClassNames class_type,
Daidl_to_cpp_common.cpp86 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/
Dvmlinux.h143834 __u8 class_type; member
/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h136178 __u8 class_type; member