/third_party/libunwind/include/mingw/ |
D | freebsd-elf32.h | 42 typedef uint32_t Elf32_Word; typedef 45 typedef Elf32_Word Elf32_Hashelt; 48 typedef Elf32_Word Elf32_Size; 59 Elf32_Word e_version; /* ELF format version. */ 63 Elf32_Word e_flags; /* Architecture-specific flags. */ 77 Elf32_Word sh_name; /* Section name (index into the 79 Elf32_Word sh_type; /* Section type. */ 80 Elf32_Word sh_flags; /* Section flags. */ 83 Elf32_Word sh_size; /* Size in bytes. */ 84 Elf32_Word sh_link; /* Index of a related section. */ [all …]
|
/third_party/libunwind/include/win/ |
D | freebsd-elf32.h | 42 typedef uint32_t Elf32_Word; typedef 45 typedef Elf32_Word Elf32_Hashelt; 48 typedef Elf32_Word Elf32_Size; 59 Elf32_Word e_version; /* ELF format version. */ 63 Elf32_Word e_flags; /* Architecture-specific flags. */ 77 Elf32_Word sh_name; /* Section name (index into the 79 Elf32_Word sh_type; /* Section type. */ 80 Elf32_Word sh_flags; /* Section flags. */ 83 Elf32_Word sh_size; /* Size in bytes. */ 84 Elf32_Word sh_link; /* Index of a related section. */ [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 31 using Elf32_Word = uint32_t; variable 64 Elf32_Word e_version; // Must be equal to 1 68 Elf32_Word e_flags; // Processor-specific flags 774 Elf32_Word sh_name; // Section name (index into string table) 775 Elf32_Word sh_type; // Section type (SHT_*) 776 Elf32_Word sh_flags; // Section flags (SHF_*) 779 Elf32_Word sh_size; // Size of section, in bytes 780 Elf32_Word sh_link; // Section type-specific header table index link 781 Elf32_Word sh_info; // Section type-specific extra information 782 Elf32_Word sh_addralign; // Section address alignment [all …]
|
/third_party/uboot/u-boot-2020.01/include/ |
D | elf.h | 21 typedef uint32_t Elf32_Word; /* Unsigned large integer */ typedef 95 Elf32_Word e_version; /* object file version */ 99 Elf32_Word e_flags; /* processor-specific flags */ 231 Elf32_Word sh_name; /* name - index into section header 233 Elf32_Word sh_type; /* type */ 234 Elf32_Word sh_flags; /* flags */ 237 Elf32_Word sh_size; /* section size */ 238 Elf32_Word sh_link; /* section header table index link */ 239 Elf32_Word sh_info; /* extra information */ 240 Elf32_Word sh_addralign; /* address alignment */ [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 34 typedef uint32_t Elf32_Word; typedef 67 Elf32_Word e_version; // Must be equal to 1 71 Elf32_Word e_flags; // Processor-specific flags 624 Elf32_Word sh_name; // Section name (index into string table) 625 Elf32_Word sh_type; // Section type (SHT_*) 626 Elf32_Word sh_flags; // Section flags (SHF_*) 629 Elf32_Word sh_size; // Size of section, in bytes 630 Elf32_Word sh_link; // Section type-specific header table index link 631 Elf32_Word sh_info; // Section type-specific extra information 632 Elf32_Word sh_addralign; // Section address alignment [all …]
|
/third_party/musl/include/ |
D | elf.h | 13 typedef uint32_t Elf32_Word; typedef 41 Elf32_Word e_version; 45 Elf32_Word e_flags; 327 Elf32_Word sh_name; 328 Elf32_Word sh_type; 329 Elf32_Word sh_flags; 332 Elf32_Word sh_size; 333 Elf32_Word sh_link; 334 Elf32_Word sh_info; 335 Elf32_Word sh_addralign; [all …]
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 13 typedef uint32_t Elf32_Word; typedef 41 Elf32_Word e_version; 45 Elf32_Word e_flags; 327 Elf32_Word sh_name; 328 Elf32_Word sh_type; 329 Elf32_Word sh_flags; 332 Elf32_Word sh_size; 333 Elf32_Word sh_link; 334 Elf32_Word sh_info; 335 Elf32_Word sh_addralign; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | Decompressor.cpp | 61 : sizeof(Elf32_Word)) != in consumeCompressedZLibHeader() 70 &Offset, Is64Bit ? sizeof(Elf64_Xword) : sizeof(Elf32_Word)); in consumeCompressedZLibHeader()
|
/third_party/uboot/u-boot-2020.01/common/ |
D | bedbug.c | 11 #define Elf32_Word unsigned long macro 21 extern int line_info_from_addr __P ((Elf32_Word, char *, char *, int *)); 23 extern char *symbol_name_from_addr __P ((Elf32_Word, int, int *)); 140 if ((line_info_from_addr ((Elf32_Word) ctx.virtual, in disppc() 157 symbol_name_from_addr((Elf32_Word) ctx.virtual, in disppc() 164 symbol_name_from_addr((Elf32_Word) ctx.virtual, in disppc()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkg_genc.cpp | 829 (Elf32_Word)(2*sizeof(Elf32_Sym)), /* sh_size */ in writeObjectCode() 834 (Elf32_Word)(sizeof(Elf32_Sym)) /* sh_entsize */ in writeObjectCode() 854 (Elf32_Word)sizeof(entry), /* sh_size */ in writeObjectCode() 1102 sectionHeaders32[4].sh_size=(Elf32_Word)size; in writeObjectCode() 1104 symbols32[1].st_size=(Elf32_Word)size; in writeObjectCode()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkg_genc.cpp | 934 (Elf32_Word)(2*sizeof(Elf32_Sym)), /* sh_size */ in writeObjectCode() 939 (Elf32_Word)(sizeof(Elf32_Sym)) /* sh_entsize */ in writeObjectCode() 959 (Elf32_Word)sizeof(entry), /* sh_size */ in writeObjectCode() 1220 sectionHeaders32[4].sh_size=(Elf32_Word)size; in writeObjectCode() 1222 symbols32[1].st_size=(Elf32_Word)size; in writeObjectCode()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | pkg_genc.cpp | 934 (Elf32_Word)(2*sizeof(Elf32_Sym)), /* sh_size */ in writeObjectCode() 939 (Elf32_Word)(sizeof(Elf32_Sym)) /* sh_entsize */ in writeObjectCode() 959 (Elf32_Word)sizeof(entry), /* sh_size */ in writeObjectCode() 1220 sectionHeaders32[4].sh_size=(Elf32_Word)size; in writeObjectCode() 1222 symbols32[1].st_size=(Elf32_Word)size; in writeObjectCode()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.cpp | 934 (Elf32_Word)(2*sizeof(Elf32_Sym)), /* sh_size */ in writeObjectCode() 939 (Elf32_Word)(sizeof(Elf32_Sym)) /* sh_entsize */ in writeObjectCode() 959 (Elf32_Word)sizeof(entry), /* sh_size */ in writeObjectCode() 1220 sectionHeaders32[4].sh_size=(Elf32_Word)size; in writeObjectCode() 1222 symbols32[1].st_size=(Elf32_Word)size; in writeObjectCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 826 write(static_cast<ELF::Elf32_Word>(ELF::ELFCOMPRESS_ZLIB)); in maybeWriteCompression() 827 write(static_cast<ELF::Elf32_Word>(Size)); in maybeWriteCompression() 828 write(static_cast<ELF::Elf32_Word>(Alignment)); in maybeWriteCompression()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 698 … for(Elf32_Word index = 0; index < sectionHeader[i].sh_size / sectionHeader[i].sh_entsize; index++) in loadImage() 708 … for(Elf32_Word index = 0; index < sectionHeader[i].sh_size / sectionHeader[i].sh_entsize; index++) in loadImage()
|