Home
last modified time | relevance | path

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

123

/external/kernel-headers/original/uapi/linux/
Delf.h13 typedef __u32 Elf32_Word; typedef
163 Elf32_Word r_info;
173 Elf32_Word r_info;
184 Elf32_Word st_name;
186 Elf32_Word st_size;
208 Elf32_Word e_version;
212 Elf32_Word e_flags;
245 Elf32_Word p_type;
249 Elf32_Word p_filesz;
250 Elf32_Word p_memsz;
[all …]
Delf-fdpic.h24 Elf32_Word p_memsz; /* allocation size recorded in file */
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h32 using Elf32_Word = uint32_t; variable
65 Elf32_Word e_version; // Must be equal to 1
69 Elf32_Word e_flags; // Processor-specific flags
732 Elf32_Word sh_name; // Section name (index into string table)
733 Elf32_Word sh_type; // Section type (SHT_*)
734 Elf32_Word sh_flags; // Section flags (SHF_*)
737 Elf32_Word sh_size; // Size of section, in bytes
738 Elf32_Word sh_link; // Section type-specific header table index link
739 Elf32_Word sh_info; // Section type-specific extra information
740 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/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/u-boot/include/
Delf.h21 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 …]
/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/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.h35 typedef uint32_t Elf32_Word; typedef
72 Elf32_Word e_version; /* Object file version */
76 Elf32_Word e_flags; /* Processor-specific flags */
387 Elf32_Word sh_name; /* Section name (string tbl index) */
388 Elf32_Word sh_type; /* Section type */
389 Elf32_Word sh_flags; /* Section flags */
392 Elf32_Word sh_size; /* Section size in bytes */
393 Elf32_Word sh_link; /* Link to another section */
394 Elf32_Word sh_info; /* Additional section information */
395 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.c542 Elf32_Word xndx; in remove_debug_relocations()
546 Elf32_Word sec = (sym->st_shndx == SHN_XINDEX in remove_debug_relocations()
946 Elf32_Word idx; /* Index in new file. */ in handle_elf()
947 Elf32_Word old_sh_link; /* Original value of shdr.sh_link. */ in handle_elf()
948 Elf32_Word symtab_idx; in handle_elf()
949 Elf32_Word version_idx; in handle_elf()
950 Elf32_Word group_idx; in handle_elf()
951 Elf32_Word group_cnt; in handle_elf()
954 Elf32_Word *newsymidx; in handle_elf()
1251 || 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()
664 Elf32_Word xndx; in check_symtab()
1951 if (shdr->sh_entsize != sizeof (Elf32_Word)) in check_symtab_shndx()
1992 if (data->d_size < sizeof (Elf32_Word) in check_symtab_shndx()
1993 || *((Elf32_Word *) data->d_buf) != 0) in check_symtab_shndx()
1996 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.c234 phdr[0].p_align = sizeof (Elf32_Word); in main()
242 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.h58 typedef int (*DisasmGetSymCB_t) (GElf_Addr, Elf32_Word, GElf_Addr, char **,
102 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/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DDecompressor.cpp62 : sizeof(Elf32_Word)) != in consumeCompressedZLibHeader()
71 &Offset, Is64Bit ? sizeof(Elf64_Xword) : sizeof(Elf32_Word)); in consumeCompressedZLibHeader()
/external/u-boot/common/
Dbedbug.c11 #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()
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs25 pub type Elf32_Word = u32; typedef
309 pub e_version: Elf32_Word,
313 pub e_flags: Elf32_Word,
340 pub st_name: Elf32_Word,
342 pub st_size: Elf32_Word,
358 pub p_type: Elf32_Word,
362 pub p_filesz: Elf32_Word,
363 pub p_memsz: Elf32_Word,
364 pub p_flags: Elf32_Word,
365 pub p_align: Elf32_Word,
[all …]

123