/third_party/rust/crates/libc/src/unix/solarish/ |
D | x86.rs | 4 pub type Elf32_Sword = ::c_long; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 35 typedef int32_t Elf32_Sword; typedef 940 Elf32_Sword r_addend; // Compute value for relocatable field by adding this 1071 Elf32_Sword d_tag; // Type of dynamic table entry.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 32 using Elf32_Sword = int32_t; variable 1105 Elf32_Sword r_addend; // Compute value for relocatable field by adding this 1234 Elf32_Sword d_tag; // Type of dynamic table entry.
|
/third_party/elfutils/libdw/ |
D | encoded-value.h | 184 value = (Dwarf_Sword) (Elf32_Sword) value; /* Sign-extend. */ in read_encoded_value()
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 14 typedef int32_t Elf32_Sword; typedef 549 Elf32_Sword r_addend; 707 Elf32_Sword d_tag; 824 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1) 1462 Elf32_Sword ri_gp_value;
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 14 typedef int32_t Elf32_Sword; typedef 548 Elf32_Sword r_addend; 702 Elf32_Sword d_tag; 816 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1) 1454 Elf32_Sword ri_gp_value;
|
/third_party/musl/include/ |
D | elf.h | 14 typedef int32_t Elf32_Sword; typedef 553 Elf32_Sword r_addend; 712 Elf32_Sword d_tag; 833 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1) 1472 Elf32_Sword ri_gp_value;
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 14 typedef int32_t Elf32_Sword; typedef 548 Elf32_Sword r_addend; 702 Elf32_Sword d_tag; 816 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1) 1454 Elf32_Sword ri_gp_value;
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 14 typedef int32_t Elf32_Sword; typedef 548 Elf32_Sword r_addend; 702 Elf32_Sword d_tag; 816 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1) 1454 Elf32_Sword ri_gp_value;
|
/third_party/elfutils/tests/ |
D | alldts.c | 45 const Elf32_Sword dtflags[] = in main()
|
/third_party/elfutils/libelf/ |
D | elf.h | 32 typedef int32_t Elf32_Sword; typedef 658 Elf32_Sword r_addend; /* Addend */ 853 Elf32_Sword d_tag; /* Dynamic entry type */ 981 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1) 1811 Elf32_Sword ri_gp_value; /* $gp register value. */
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 68 #define Elf32_Sword Elf_Sword macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 202 Elf32_Sword
|
D | dragonfly.txt | 284 Elf32_Sword
|
D | netbsd.txt | 329 Elf32_Sword
|
D | freebsd.txt | 320 Elf32_Sword
|
/third_party/elfio/elfio/ |
D | elf_types.hpp | 45 using Elf32_Sword = Elf_Sword; typedef
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 24 pub type Elf32_Sword = i32; typedef
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 26 pub type Elf32_Sword = i32; typedef
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 41 pub type Elf32_Sword = i32; typedef
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 24 pub type Elf32_Sword = i32; typedef
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 27 pub type Elf32_Sword = i32; typedef
|