Home
last modified time | relevance | path

Searched refs:Elf64_Half (Results 1 – 7 of 7) sorted by relevance

/aosp12/bionic/libc/include/
H A Delf.h106 Elf64_Half m_repeat;
107 Elf64_Half m_stride;
118 Elf64_Half si_boundto;
119 Elf64_Half si_flags;
149 Elf64_Half vd_version;
150 Elf64_Half vd_flags;
151 Elf64_Half vd_ndx;
152 Elf64_Half vd_cnt;
181 Elf64_Half vn_cnt;
189 Elf64_Half vna_flags;
[all …]
/aosp12/bionic/libc/kernel/uapi/linux/
H A Delf.h29 typedef __u16 Elf64_Half; typedef
166 Elf64_Half st_shndx;
189 Elf64_Half e_type;
190 Elf64_Half e_machine;
196 Elf64_Half e_ehsize;
197 Elf64_Half e_phentsize;
198 Elf64_Half e_phnum;
199 Elf64_Half e_shentsize;
200 Elf64_Half e_shnum;
201 Elf64_Half e_shstrndx;
/aosp12/art/libelffile/elf/
H A Delf_utils.h46 typedef Elf64_Half Half;
/aosp12/system/unwinding/libunwindstack/
H A DElf.cpp309 Elf64_Half e_machine; in CreateInterfaceFromMemory()
310 if (!memory->ReadFully(EI_NIDENT + sizeof(Elf64_Half), &e_machine, sizeof(e_machine))) { in CreateInterfaceFromMemory()
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DSizeTraits.h65 typedef llvm::ELF::Elf64_Half Half;
/aosp12/art/runtime/
H A Doat_file.cc1265 static_assert(std::is_same<Elf32_Half, Elf64_Half>::value, "Half must match"); in Dlopen()
1266 using Elf_Half = Elf64_Half; in Dlopen()
1363 static_assert(std::is_same<Elf32_Half, Elf64_Half>::value, "Half must match"); in PreSetup()
1364 using Elf_Half = Elf64_Half; in PreSetup()
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp377 Elf64_Half section; // Section header index of section affected,