Searched refs:Elf32_Word (Results 1 - 25 of 64) sorted by relevance

123

/external/syslinux/com32/include/sys/
H A Delf32.h13 typedef uint32_t Elf32_Word; typedef
39 Elf32_Word r_info;
44 Elf32_Word r_info;
51 Elf32_Word st_name;
53 Elf32_Word st_size;
65 Elf32_Word e_version;
69 Elf32_Word e_flags;
81 Elf32_Word p_type;
85 Elf32_Word p_filesz;
86 Elf32_Word p_mems
[all...]
/external/elfutils/libelf/
H A Dgnuhash_xlate.h41 Elf32_Word *dest32 = dest;
42 const Elf32_Word *src32 = src;
53 Elf32_Word bitmask_words = encode ? src32[2] : dest32[2];
67 src32 = (const Elf32_Word *) &src64[bitmask_words];
68 dest32 = (Elf32_Word *) &dest64[bitmask_words];
H A Dnote_xlate.h39 Elf32_Word namesz = NOTE_ALIGN (n->n_namesz);
40 Elf32_Word descsz = NOTE_ALIGN (n->n_descsz);
H A Dgelf_getsymshndx.c44 GElf_Sym *dst, Elf32_Word *dstshndx)
49 Elf32_Word shndx = 0;
68 if (INVALID_NDX (ndx, Elf32_Word, &shndxdata_scn->d))
74 shndx = ((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx];
H A Dgelf_update_symshndx.c44 GElf_Sym *src, Elf32_Word srcshndx)
49 Elf32_Word *shndx = NULL;
71 if (unlikely ((ndx + 1) * sizeof (Elf32_Word) > shndxdata_scn->d.d_size))
77 shndx = &((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx];
H A Delf.h35 typedef uint32_t Elf32_Word; typedef
72 Elf32_Word e_version; /* Object file version */
76 Elf32_Word e_flags; /* Processor-specific flags */
275 Elf32_Word sh_name; /* Section name (string tbl index) */
276 Elf32_Word sh_type; /* Section type */
277 Elf32_Word sh_flags; /* Section flags */
280 Elf32_Word sh_size; /* Section size in bytes */
281 Elf32_Word sh_link; /* Link to another section */
282 Elf32_Word sh_info; /* Additional section information */
283 Elf32_Word sh_addralig
[all...]
/external/minijail/
H A 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/syslinux/com32/include/sys/i386/
H A Dmodule.h27 typedef Elf32_Word Elf_Word;
33 typedef Elf32_Word Elf_Bword;
/external/kernel-headers/original/uapi/linux/
H A 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_mems
[all...]
H A Delf-fdpic.h24 Elf32_Word p_memsz; /* allocation size recorded in file */
/external/google-breakpad/src/common/android/include/
H A Delf.h64 Elf32_Word n_namesz;
65 Elf32_Word n_descsz;
66 Elf32_Word n_type;
98 Elf32_Word d_val;
/external/elfutils/src/
H A Dld.h164 Elf32_Word outscnndx;
166 Elf32_Word allsectionsidx;
174 Elf32_Word grpid;
215 Elf32_Word symstridx;
217 Elf32_Word dynsymstridx;
226 Elf32_Word *symindirect;
227 Elf32_Word *dynsymindirect;
348 const Elf32_Word *);
360 void (*create_relocations) (struct ld_state *, const Elf32_Word *);
435 Elf32_Word symscnd
[all...]
H A Dstrip.c428 Elf32_Word idx; /* Index in new file. */
429 Elf32_Word old_sh_link; /* Original value of shdr.sh_link. */
430 Elf32_Word symtab_idx;
431 Elf32_Word version_idx;
432 Elf32_Word group_idx;
433 Elf32_Word group_cnt;
436 Elf32_Word *newsymidx;
669 || shdr_info[cnt].data->d_size < sizeof (Elf32_Word))
673 Elf32_Word *grpref = (Elf32_Word *) shdr_inf
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h33 typedef uint32_t Elf32_Word; typedef in namespace:llvm::ELF
66 Elf32_Word e_version; // Must be equal to 1
70 Elf32_Word e_flags; // Processor-specific flags
660 Elf32_Word sh_name; // Section name (index into string table)
661 Elf32_Word sh_type; // Section type (SHT_*)
662 Elf32_Word sh_flags; // Section flags (SHF_*)
665 Elf32_Word sh_size; // Size of section, in bytes
666 Elf32_Word sh_link; // Section type-specific header table index link
667 Elf32_Word sh_info; // Section type-specific extra information
668 Elf32_Word sh_addralig
[all...]
/external/kmod/port-gnu/
H A 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_addralig
[all...]
/external/syslinux/gpxe/src/include/
H A Delf.h158 typedef uint32_t Elf32_Word; typedef
175 Elf32_Word e_version; /* ELF format version. */
179 Elf32_Word e_flags; /* Architecture-specific flags. */
209 Elf32_Word p_type; /* Entry type. */
215 Elf32_Word p_flags; /* Access permission flags. */
/external/llvm/include/llvm/Support/
H A DELF.h34 typedef uint32_t Elf32_Word; typedef in namespace:llvm::ELF
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_addralig
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h34 typedef uint32_t Elf32_Word; typedef in namespace:llvm::ELF
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_addralig
[all...]
/external/elfutils/libasm/
H A Ddisasm_cb.c47 default_elf_getsym (GElf_Addr addr, Elf32_Word scnndx, GElf_Addr value,
99 Elf32_Word xshndx;
144 Elf32_Word scnndx __attribute__ ((unused)),
H A Dlibasm.h58 typedef int (*DisasmGetSymCB_t) (GElf_Addr, Elf32_Word, GElf_Addr, char **,
102 AsmSym_t *signature, Elf32_Word flags);
H A Dasm_newscngrp.c45 Elf32_Word flags)
/external/syslinux/com32/lib/sys/module/i386/
H A Delf_module.c39 Elf32_Word max_align = sizeof(void*); // Min. align of posix_memalign()
192 Elf32_Word *dest = module_get_absolute(rel->r_offset, module);
195 Elf32_Word sym = ELF32_R_SYM(rel->r_info);
272 Elf32_Word plt_rel_size = 0;
276 Elf32_Word rel_size = 0;
277 Elf32_Word rel_entry = 0;
/external/google-breakpad/src/common/linux/
H A Delfutils.h52 typedef Elf32_Word Word;
/external/elfutils/tests/
H A Delfstrmerge.c547 Elf32_Word *group = (Elf32_Word *) data->d_buf;
548 Elf32_Word *newgroup = (Elf32_Word *) newdata->d_buf;
549 size_t words = data->d_size / sizeof (Elf32_Word);
566 Elf32_Word *shndx = (Elf32_Word *) data->d_buf;
567 Elf32_Word *newshndx = (Elf32_Word *) newdata->d_buf;
568 size_t words = data->d_size / sizeof (Elf32_Word);
[all...]
/external/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c725 Elf32_Word nbuckets;
726 Elf32_Word symndx;
727 Elf32_Word maskwords;
728 Elf32_Word shift2;
736 Elf32_Word nbuckets = header->nbuckets;
737 Elf32_Word symndx = header->symndx;
740 * sizeof (Elf32_Word)
746 if (nbuckets > SIZE_MAX / sizeof (Elf32_Word))
751 nbuckets * sizeof (Elf32_Word),
755 const Elf32_Word *cons
[all...]

Completed in 523 milliseconds

123