Home
last modified time | relevance | path

Searched refs:Elf32_Word (Results 1 – 25 of 76) sorted by relevance

1234

/external/kernel-headers/original/uapi/linux/
Delf.h13 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 …]
Delf-fdpic.h24 Elf32_Word p_memsz; /* allocation size recorded in file */
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h31 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/
DELF.h31 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/
DELF.h34 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/
DELF.h34 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/
Delfparse.h31 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/
Delf.h34 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/
Delf.h13 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/
Dgnuhash_xlate.h41 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()
Delf.h31 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 …]
Dgelf_getsymshndx.c44 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()
Dgelf_update_symshndx.c44 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()
Dlibelf.h46 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/
Delf.h64 Elf32_Word n_namesz;
65 Elf32_Word n_descsz;
66 Elf32_Word n_type;
98 Elf32_Word d_val;
/external/elfutils/src/
Dstrip.c686 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 …]
Delflint.c577 || 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/
Delfstrmerge.c548 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()
Dalldts.c235 phdr[0].p_align = sizeof (Elf32_Word); in main()
243 phdr[1].p_align = 2 * sizeof (Elf32_Word); in main()
/external/elfutils/libasm/
Ddisasm_cb.c47 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()
Dlibasm.h59 typedef int (*DisasmGetSymCB_t) (GElf_Addr, Elf32_Word, GElf_Addr, char **,
103 AsmSym_t *signature, Elf32_Word flags);
Dasm_end.c212 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/
Ddwfl_module_getdwarf.c732 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/
DDecompressor.cpp61 : 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/
DDecompressor.cpp61 : sizeof(Elf32_Word)) != in consumeCompressedZLibHeader()
70 &Offset, Is64Bit ? sizeof(Elf64_Xword) : sizeof(Elf32_Word)); in consumeCompressedZLibHeader()

1234