Home
last modified time | relevance | path

Searched defs:Elf_Verdef (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/
Delf.rs162 pub(super) struct Elf_Verdef { struct
163 pub(super) vd_version: u16,
164 pub(super) vd_flags: u16,
165 pub(super) vd_ndx: u16,
166 pub(super) vd_cnt: u16,
167 pub(super) vd_hash: u32,
168 pub(super) vd_aux: u32,
169 pub(super) vd_next: u32,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h84 using Elf_Verdef = typename ELFT::Verdef; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp1013 typedef typename ELFT::Verdef Elf_Verdef; in writeSectionContent() typedef