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

12

/external/chromium_org/courgette/
H A Dtypes_elf.h17 typedef uint32 Elf32_Word; // Unsigned large integer typedef
25 Elf32_Word e_version;
29 Elf32_Word e_flags;
60 Elf32_Word sh_name;
61 Elf32_Word sh_type;
62 Elf32_Word sh_flags;
65 Elf32_Word sh_size;
66 Elf32_Word sh_link;
67 Elf32_Word sh_info;
68 Elf32_Word sh_addralig
[all...]
H A Ddisassembler_elf_32.h116 Elf32_Word SectionBodySize(int id) const {
137 Elf32_Word ProgramSegmentMemorySize(int id) const {
147 Elf32_Word ProgramSegmentFileSize(int id) const {
/external/elfutils/0.153/libelf/
H A Dgnuhash_xlate.h62 Elf32_Word *dest32 = dest;
63 const Elf32_Word *src32 = src;
74 Elf32_Word bitmask_words = encode ? src32[2] : dest32[2];
88 src32 = (const Elf32_Word *) &src64[bitmask_words];
89 dest32 = (Elf32_Word *) &dest64[bitmask_words];
H A Dnote_xlate.h60 Elf32_Word namesz = NOTE_ALIGN (n->n_namesz);
61 Elf32_Word descsz = NOTE_ALIGN (n->n_descsz);
H A Dgelf_getsymshndx.c69 Elf32_Word *dstshndx;
74 Elf32_Word shndx = 0;
93 if (unlikely ((ndx + 1) * sizeof (Elf32_Word) > shndxdata_scn->d.d_size))
99 shndx = ((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx];
H A Dgelf_update_symshndx.c69 Elf32_Word srcshndx;
74 Elf32_Word *shndx = NULL;
102 if (unlikely ((ndx + 1) * sizeof (Elf32_Word) > shndxdata_scn->d.d_size))
108 shndx = &((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx];
H A Delf.h39 typedef uint32_t Elf32_Word; typedef
76 Elf32_Word e_version; /* Object file version */
80 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/chromium_org/third_party/libvpx/include/
H A Delf.h45 typedef uint32_t Elf32_Word; typedef
182 Elf32_Word r_info;
192 Elf32_Word r_info;
203 Elf32_Word st_name;
206 Elf32_Word st_size;
228 Elf32_Word e_version;
233 Elf32_Word e_flags;
268 Elf32_Word p_type;
273 Elf32_Word p_filesz;
275 Elf32_Word p_mems
[all...]
/external/kernel-headers/original/uapi/linux/
H A Delf.h12 typedef __u32 Elf32_Word; typedef
162 Elf32_Word r_info;
172 Elf32_Word r_info;
183 Elf32_Word st_name;
185 Elf32_Word st_size;
207 Elf32_Word e_version;
211 Elf32_Word e_flags;
244 Elf32_Word p_type;
248 Elf32_Word p_filesz;
249 Elf32_Word p_mems
[all...]
H A Delf-fdpic.h23 Elf32_Word p_memsz; /* allocation size recorded in file */
/external/elfutils/0.153/src/
H A Dld.h172 Elf32_Word outscnndx;
174 Elf32_Word allsectionsidx;
182 Elf32_Word grpid;
223 Elf32_Word symstridx;
225 Elf32_Word dynsymstridx;
234 Elf32_Word *symindirect;
235 Elf32_Word *dynsymindirect;
356 const Elf32_Word *);
368 void (*create_relocations) (struct ld_state *, const Elf32_Word *);
443 Elf32_Word symscnd
[all...]
H A Dstrip.c421 Elf32_Word idx; /* Index in new file. */
422 Elf32_Word old_sh_link; /* Original value of shdr.sh_link. */
423 Elf32_Word symtab_idx;
424 Elf32_Word version_idx;
425 Elf32_Word group_idx;
426 Elf32_Word group_cnt;
429 Elf32_Word *newsymidx;
642 Elf32_Word *grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf;
645 inner < shdr_info[cnt].data->d_size / sizeof (Elf32_Word);
[all...]
H A Delflint.c556 if (data == NULL || data->d_size < sizeof (Elf32_Word))
560 Elf32_Word *grpdata = (Elf32_Word *) data->d_buf;
561 for (size_t inner = 1; inner < data->d_size / sizeof (Elf32_Word);
563 if (grpdata[inner] == (Elf32_Word) idx)
610 Elf32_Word xndxscnidx = 0;
642 Elf32_Word xndx;
1876 if (shdr->sh_entsize != sizeof (Elf32_Word))
1878 section [%2d] '%s': entry size does not match Elf32_Word\n"),
1909 if (*((Elf32_Word *) dat
[all...]
H A Dldgeneric.c84 const Elf32_Word *dblindirect);
104 const Elf32_Word *dblindirect);
107 static void mark_section_used (struct scninfo *scninfo, Elf32_Word shndx,
654 Elf32_Word xndx;
802 find_section_group (struct usedfiles *fileinfo, Elf32_Word shndx,
810 Elf32_Word *grpref;
823 grpref = (Elf32_Word *) data->d_buf;
824 cnt = data->d_size / sizeof (Elf32_Word);
850 mark_section_group (struct usedfiles *fileinfo, Elf32_Word shndx,
856 Elf32_Word *grpre
[all...]
H A Di386_ld.c69 const Elf32_Word *dblindirect)
85 const Elf32_Word *symindirect;
121 Elf32_Word si;
123 Elf32_Word xndx;
168 Elf32_Word toadd = file->scninfo[xndx].offset;
390 ((Elf32_Word *) data->d_buf)[0] = shdr->sh_addr;
468 assert ((3 + pltidx) * sizeof (Elf32_Word) <= data->d_size);
474 ((Elf32_Word *) data->d_buf)[2 + pltidx] = pltentryaddr + 6;
554 Elf32_Word r_sym = XELF_R_SYM (rel->r_info);
720 const Elf32_Word *dblindirec
[all...]
H A Dxelf.h43 # define XElf_Word Elf32_Word
44 # define XElf_Xword Elf32_Word
83 ? ((Elf32_Word *) ((ndxdata)->d_buf))[idx] : 0)
90 ((Elf32_Word *) ((ndxdata)->d_buf))[idx] = name2
154 case ELF_T_WORD: fsize = sizeof (Elf32_Word); break; \
215 ? ((Elf32_Word *) ((ndxdata)->d_buf))[idx] : 0)
222 (((Elf32_Word *) ((ndxdata)->d_buf))[idx] = name2)
/external/elfutils/0.153/libasm/
H A Ddisasm_cb.c44 default_elf_getsym (GElf_Addr addr, Elf32_Word scnndx, GElf_Addr value,
96 Elf32_Word xshndx;
141 Elf32_Word scnndx __attribute__ ((unused)),
H A Dlibasm.h55 typedef int (*DisasmGetSymCB_t) (GElf_Addr, Elf32_Word, GElf_Addr, char **,
99 AsmSym_t *signature, Elf32_Word flags);
H A Dasm_newscngrp.c45 Elf32_Word flags;
/external/qemu/include/
H A Delf.h11 typedef uint32_t Elf32_Word; typedef
1203 Elf32_Word r_info;
1213 Elf32_Word r_info;
1224 Elf32_Word st_name;
1226 Elf32_Word st_size;
1253 Elf32_Word e_version;
1257 Elf32_Word e_flags;
1290 Elf32_Word p_type;
1294 Elf32_Word p_filesz;
1295 Elf32_Word p_mems
[all...]
/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
1220 Elf32_Word sh_name; // Section name (index into string table)
1221 Elf32_Word sh_type; // Section type (SHT_*)
1222 Elf32_Word sh_flags; // Section flags (SHF_*)
1225 Elf32_Word sh_size; // Size of section, in bytes
1226 Elf32_Word sh_link; // Section type-specific header table index link
1227 Elf32_Word sh_info; // Section type-specific extra information
1228 Elf32_Word sh_addralig
[all...]
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Delf_traits.h18 typedef Elf32_Word Word;
/external/elfutils/0.153/libdwfl/
H A Ddwfl_module_getdwarf.c749 Elf32_Word nbuckets;
750 Elf32_Word symndx;
751 Elf32_Word maskwords;
752 Elf32_Word shift2;
760 Elf32_Word nbuckets = header->nbuckets;
761 Elf32_Word symndx = header->symndx;
764 * sizeof (Elf32_Word)
768 nbuckets * sizeof (Elf32_Word),
772 const Elf32_Word *const buckets = data->d_buf;
773 Elf32_Word maxnd
[all...]
/external/chromium_org/tools/relocation_packer/src/
H A Delf_traits.h49 typedef Elf32_Word Word;
/external/elfutils/0.153/libdw/
H A Ddwarf_begin_elf.c278 Elf32_Word *scnidx = (Elf32_Word *) data->d_buf;
280 for (cnt = 1; cnt * sizeof (Elf32_Word) <= data->d_size; ++cnt)

Completed in 4463 milliseconds

12