Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/
H A DElf.cpp228 uint8_t class_type; in GetInfo() local
234 if (class_type == ELFCLASS32) { in GetInfo()
236 } else if (class_type == ELFCLASS64) { in GetInfo()
338 uint8_t class_type; in GetLoadBias() local
339 if (!memory->Read(EI_CLASS, &class_type, 1)) { in GetLoadBias()
343 if (class_type == ELFCLASS32) { in GetLoadBias()
345 } else if (class_type == ELFCLASS64) { in GetLoadBias()
431 uint8_t class_type; in GetBuildID() local
432 if (!memory->Read(EI_CLASS, &class_type, 1)) { in GetBuildID()
436 if (class_type == ELFCLASS32) { in GetBuildID()
[all …]
/aosp12/system/unwinding/libunwindstack/tools/
H A Dunwind_reg_info.cpp52 void PrintExpression(Memory* memory, uint8_t class_type, uint64_t end, uint64_t length) { in PrintExpression() argument
55 if (class_type == ELFCLASS32) { in PrintExpression()
67 void PrintRegInformation(DwarfSection* section, Memory* memory, uint64_t pc, uint8_t class_type, in PrintRegInformation() argument
122 PrintExpression(memory, class_type, loc->values[1], loc->values[0]); in PrintRegInformation()
128 PrintExpression(memory, class_type, loc->values[1], loc->values[0]); in PrintRegInformation()
208 PrintRegInformation(section, elf.memory(), pc, elf.class_type(), elf.arch()); in GetInfo()
216 PrintRegInformation(section, elf.memory(), pc, elf.class_type(), elf.arch()); in GetInfo()
228 PrintRegInformation(section, gnu_debugdata_interface->memory(), pc, elf.class_type(), in GetInfo()
238 PrintRegInformation(section, gnu_debugdata_interface->memory(), pc, elf.class_type(), in GetInfo()
/aosp12/system/unwinding/libunwindstack/tests/fuzz/
H A DUnwinderComponentCreator.cpp251 void PutElfInMemory(MemoryFake* memory, uint64_t offset, uint8_t class_type, uint8_t machine_type, in PutElfInMemory() argument
257 ehdr.e_ident[EI_CLASS] = class_type; in PutElfInMemory()
290 if (class_type == ELFCLASS32) { in PutElfInMemory()
333 uint8_t class_type = data_provider->ConsumeIntegral<uint8_t>(); in PutElfFilesInMemory() local
341 PutElfInMemory<Elf64_Ehdr, Elf64_Shdr>(memory, offset, class_type, machine_type, pc, size); in PutElfFilesInMemory()
343 PutElfInMemory<Elf32_Ehdr, Elf32_Shdr>(memory, offset, class_type, machine_type, pc, size); in PutElfFilesInMemory()
/aosp12/system/unwinding/libunwindstack/tests/
H A DElfTest.cpp200 ASSERT_EQ(ELFCLASS32, elf.class_type()); in TEST_F()
212 ASSERT_EQ(ELFCLASS32, elf.class_type()); in TEST_F()
224 ASSERT_EQ(ELFCLASS32, elf.class_type()); in TEST_F()
236 ASSERT_EQ(ELFCLASS64, elf.class_type()); in TEST_F()
248 ASSERT_EQ(ELFCLASS64, elf.class_type()); in TEST_F()
260 ASSERT_EQ(ELFCLASS64, elf.class_type()); in TEST_F()
H A 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()
92 EXPECT_EQ(ELFCLASS32, elf->class_type()); in TEST_F()
112 EXPECT_EQ(ELFCLASS64, elf->class_type()); in TEST_F()
139 EXPECT_EQ(ELFCLASS32, elf->class_type()); in TEST_F()
155 EXPECT_EQ(ELFCLASS64, elf->class_type()); in TEST_F()
H A 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()
H A 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()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dicmp.h95 __u8 class_type; member
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DElf.h85 uint8_t class_type() { return class_type_; } in class_type() function
/aosp12/system/tools/aidl/
H A Daidl_to_cpp_common.cpp76 std::string HeaderFile(const AidlDefinedType& defined_type, ClassNames class_type, in HeaderFile() argument
87 file_path += ClassName(defined_type, class_type); in HeaderFile()
H A Daidl_to_cpp_common.h49 std::string HeaderFile(const AidlDefinedType& defined_type, ClassNames class_type,
/aosp12/art/dexlayout/
H A Ddex_ir.h908 ClassDef(const TypeId* class_type, in ClassDef() argument
916 : class_type_(class_type), in ClassDef()
H A Ddex_ir_builder.cc480 const TypeId* class_type = header_->TypeIds()[disk_class_def.class_idx_.index_]; in CreateClassDef() local
505 class_type, in CreateClassDef()
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DCXADemangle.tcc1669 auto class_type = std::move(db.names.back()); in parse_pointer_to_member_type() local
1672 … db.names.back().first = std::move(func.first) + "(" + class_type.move_full() + "::*"; in parse_pointer_to_member_type()
1677 … db.names.back().first = std::move(func.first) + " " + class_type.move_full() + "::*"; in parse_pointer_to_member_type()