/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 13 typedef __u32 Elf32_Word; typedef 164 Elf32_Word r_info; 174 Elf32_Word r_info; 185 Elf32_Word st_name; 187 Elf32_Word st_size; 209 Elf32_Word e_version; 213 Elf32_Word e_flags; 246 Elf32_Word p_type; 250 Elf32_Word p_filesz; 251 Elf32_Word p_memsz; [all …]
|
D | elf-fdpic.h | 24 Elf32_Word p_memsz; /* allocation size recorded in file */
|
/external/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 …]
|
/external/llvm-project/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 797 Elf32_Word sh_name; // Section name (index into string table) 798 Elf32_Word sh_type; // Section type (SHT_*) 799 Elf32_Word sh_flags; // Section flags (SHF_*) 802 Elf32_Word sh_size; // Size of section, in bytes 803 Elf32_Word sh_link; // Section type-specific header table index link 804 Elf32_Word sh_info; // Section type-specific extra information 805 Elf32_Word sh_addralign; // Section address alignment [all …]
|
/external/llvm/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 623 Elf32_Word sh_name; // Section name (index into string table) 624 Elf32_Word sh_type; // Section type (SHT_*) 625 Elf32_Word sh_flags; // Section flags (SHF_*) 628 Elf32_Word sh_size; // Size of section, in bytes 629 Elf32_Word sh_link; // Section type-specific header table index link 630 Elf32_Word sh_info; // Section type-specific extra information 631 Elf32_Word sh_addralign; // Section address alignment [all …]
|
/external/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 …]
|
/external/minijail/ |
D | elfparse.h | 31 Elf32_Word e_version; /* Object file version */ 35 Elf32_Word e_flags; /* Processor-specific flags */ 64 Elf32_Word p_type; /* Segment type */ 68 Elf32_Word p_filesz; /* Segment size in file */ 69 Elf32_Word p_memsz; /* Segment size in memory */ 70 Elf32_Word p_flags; /* Segment flags */ 71 Elf32_Word p_align; /* Segment alignment */
|
/external/kmod/port-gnu/ |
D | elf.h | 34 typedef uint32_t Elf32_Word; typedef 71 Elf32_Word e_version; /* Object file version */ 75 Elf32_Word e_flags; /* Processor-specific flags */ 274 Elf32_Word sh_name; /* Section name (string tbl index) */ 275 Elf32_Word sh_type; /* Section type */ 276 Elf32_Word sh_flags; /* Section flags */ 279 Elf32_Word sh_size; /* Section size in bytes */ 280 Elf32_Word sh_link; /* Link to another section */ 281 Elf32_Word sh_info; /* Additional section information */ 282 Elf32_Word sh_addralign; /* Section alignment */ [all …]
|
/external/google-breakpad/src/third_party/musl/include/ |
D | elf.h | 13 typedef uint32_t Elf32_Word; typedef 41 Elf32_Word e_version; 45 Elf32_Word e_flags; 227 Elf32_Word sh_name; 228 Elf32_Word sh_type; 229 Elf32_Word sh_flags; 232 Elf32_Word sh_size; 233 Elf32_Word sh_link; 234 Elf32_Word sh_info; 235 Elf32_Word sh_addralign; [all …]
|
/external/elfutils/libelf/ |
D | gnuhash_xlate.h | 41 Elf32_Word *dest32 = dest; in elf_cvt_gnuhash() 42 const Elf32_Word *src32 = src; in elf_cvt_gnuhash() 53 Elf32_Word bitmask_words = encode ? src32[2] : dest32[2]; in elf_cvt_gnuhash() 67 src32 = (const Elf32_Word *) &src64[bitmask_words]; in elf_cvt_gnuhash() 68 dest32 = (Elf32_Word *) &dest64[bitmask_words]; in elf_cvt_gnuhash()
|
D | elf.h | 31 typedef uint32_t Elf32_Word; typedef 68 Elf32_Word e_version; /* Object file version */ 72 Elf32_Word e_flags; /* Processor-specific flags */ 383 Elf32_Word sh_name; /* Section name (string tbl index) */ 384 Elf32_Word sh_type; /* Section type */ 385 Elf32_Word sh_flags; /* Section flags */ 388 Elf32_Word sh_size; /* Section size in bytes */ 389 Elf32_Word sh_link; /* Link to another section */ 390 Elf32_Word sh_info; /* Additional section information */ 391 Elf32_Word sh_addralign; /* Section alignment */ [all …]
|
D | gelf_getsymshndx.c | 44 GElf_Sym *dst, Elf32_Word *dstshndx) in gelf_getsymshndx() 49 Elf32_Word shndx = 0; in gelf_getsymshndx() 68 if (INVALID_NDX (ndx, Elf32_Word, &shndxdata_scn->d)) in gelf_getsymshndx() 74 shndx = ((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx]; in gelf_getsymshndx()
|
D | gelf_update_symshndx.c | 44 GElf_Sym *src, Elf32_Word srcshndx) in gelf_update_symshndx() 49 Elf32_Word *shndx = NULL; in gelf_update_symshndx() 71 if (unlikely ((ndx + 1) * sizeof (Elf32_Word) > shndxdata_scn->d.d_size)) in gelf_update_symshndx() 77 shndx = &((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx]; in gelf_update_symshndx()
|
D | libelf.h | 46 Elf32_Word ch_type; /* Compression format. */ 47 Elf32_Word ch_size; /* Uncompressed data size. */ 48 Elf32_Word ch_addralign; /* Uncompressed data alignment. */
|
/external/google-breakpad/src/common/android/include/ |
D | elf.h | 64 Elf32_Word n_namesz; 65 Elf32_Word n_descsz; 66 Elf32_Word n_type; 98 Elf32_Word d_val;
|
/external/elfutils/src/ |
D | strip.c | 686 Elf32_Word xndx; in remove_debug_relocations() 690 Elf32_Word sec = (sym->st_shndx == SHN_XINDEX in remove_debug_relocations() 992 Elf32_Word idx; /* Index in new file. */ in handle_elf() 993 Elf32_Word old_sh_link; /* Original value of shdr.sh_link. */ in handle_elf() 994 Elf32_Word symtab_idx; in handle_elf() 995 Elf32_Word version_idx; in handle_elf() 996 Elf32_Word group_idx; in handle_elf() 997 Elf32_Word group_cnt; in handle_elf() 1000 Elf32_Word *newsymidx; in handle_elf() 1297 || shdr_info[cnt].data->d_size < sizeof (Elf32_Word)) in handle_elf() [all …]
|
D | elflint.c | 577 || data->d_size < sizeof (Elf32_Word)) in check_scn_group() 581 Elf32_Word *grpdata = (Elf32_Word *) data->d_buf; in check_scn_group() 582 for (size_t inner = 1; inner < data->d_size / sizeof (Elf32_Word); in check_scn_group() 584 if (grpdata[inner] == (Elf32_Word) idx) in check_scn_group() 631 Elf32_Word xndxscnidx = 0; in check_symtab() 668 Elf32_Word xndx; in check_symtab() 1955 if (shdr->sh_entsize != sizeof (Elf32_Word)) in check_symtab_shndx() 1996 if (data->d_size < sizeof (Elf32_Word) in check_symtab_shndx() 1997 || *((Elf32_Word *) data->d_buf) != 0) in check_symtab_shndx() 2000 for (size_t cnt = 1; cnt < data->d_size / sizeof (Elf32_Word); ++cnt) in check_symtab_shndx() [all …]
|
/external/elfutils/tests/ |
D | elfstrmerge.c | 548 Elf32_Word *group = (Elf32_Word *) data->d_buf; in main() 549 Elf32_Word *newgroup = (Elf32_Word *) newdata->d_buf; in main() 550 size_t words = data->d_size / sizeof (Elf32_Word); in main() 567 Elf32_Word *shndx = (Elf32_Word *) data->d_buf; in main() 568 Elf32_Word *newshndx = (Elf32_Word *) newdata->d_buf; in main() 569 size_t words = data->d_size / sizeof (Elf32_Word); in main()
|
D | alldts.c | 235 phdr[0].p_align = sizeof (Elf32_Word); in main() 243 phdr[1].p_align = 2 * sizeof (Elf32_Word); in main()
|
/external/elfutils/libasm/ |
D | disasm_cb.c | 47 default_elf_getsym (GElf_Addr addr, Elf32_Word scnndx, GElf_Addr value, in default_elf_getsym() 101 Elf32_Word xshndx; in read_symtab_exec() 146 Elf32_Word scnndx __attribute__ ((unused)), in null_elf_getsym()
|
D | libasm.h | 59 typedef int (*DisasmGetSymCB_t) (GElf_Addr, Elf32_Word, GElf_Addr, char **, 103 AsmSym_t *signature, Elf32_Word flags);
|
D | asm_end.c | 212 Elf32_Word ndx; in binary_end() 236 shdr->sh_entsize = sizeof (Elf32_Word); in binary_end() 237 shdr->sh_addralign = sizeof (Elf32_Word); in binary_end() 322 Elf32_Word *grpdata; in binary_end()
|
/external/elfutils/libdwfl/ |
D | dwfl_module_getdwarf.c | 732 Elf32_Word nbuckets; in translate_offs() 733 Elf32_Word symndx; in translate_offs() 734 Elf32_Word maskwords; in translate_offs() 735 Elf32_Word shift2; in translate_offs() 743 Elf32_Word nbuckets = header->nbuckets; in translate_offs() 744 Elf32_Word symndx = header->symndx; in translate_offs() 747 * sizeof (Elf32_Word) in translate_offs() 753 if (nbuckets > SIZE_MAX / sizeof (Elf32_Word)) in translate_offs() 758 nbuckets * sizeof (Elf32_Word), in translate_offs() 762 const Elf32_Word *const buckets = data->d_buf; in translate_offs() [all …]
|
/external/llvm-project/llvm/lib/Object/ |
D | Decompressor.cpp | 61 : sizeof(Elf32_Word)) != in consumeCompressedZLibHeader() 70 &Offset, Is64Bit ? sizeof(Elf64_Xword) : sizeof(Elf32_Word)); in consumeCompressedZLibHeader()
|
/external/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()
|