Home
last modified time | relevance | path

Searched refs:Elf_Addr (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFTypes.h104 using Elf_Addr = typename ELFT::Addr; \
125 Elf_Addr sh_addr; // Address where section is to be loaded
140 Elf_Addr sh_addr; // Address where section is to be loaded
168 Elf_Addr st_value; // Value or address associated with the symbol
182 Elf_Addr st_value; // Value or address associated with the symbol
330 Elf_Addr d_ptr;
340 Elf_Addr d_ptr;
362 Elf_Addr r_offset; // Location (file byte offset, or program virtual addr)
405 Elf_Addr r_offset; // Location (file byte offset, or program virtual addr)
461 Elf_Addr e_entr
[all...]
/third_party/rust/crates/libc/src/unix/haiku/
H A Db64.rs5 pub type Elf_Addr = ::Elf64_Addr; types
H A Db32.rs5 pub type Elf_Addr = ::Elf32_Addr; types
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs44 type Elf_Addr = Elf64_Addr; types
48 type Elf_Addr = Elf32_Addr; types
360 pub dlpi_addr: Elf_Addr,
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs45 type Elf_Addr = Elf64_Addr; types
49 type Elf_Addr = Elf32_Addr; types
399 pub dlpi_addr: Elf_Addr,
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs48 type Elf_Addr = Elf64_Addr; types
52 type Elf_Addr = Elf32_Addr; types
471 pub dlpi_addr: Elf_Addr,

Completed in 16 milliseconds