Home
last modified time | relevance | path

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

123

/external/kernel-headers/original/uapi/linux/
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_memsz;
[all …]
Delf-fdpic.h23 Elf32_Word p_memsz; /* allocation size recorded in file */
/external/elfutils/src/src/
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 symscndx;
[all …]
Dstrip.c413 Elf32_Word idx; /* Index in new file. */ in handle_elf()
414 Elf32_Word old_sh_link; /* Original value of shdr.sh_link. */ in handle_elf()
415 Elf32_Word symtab_idx; in handle_elf()
416 Elf32_Word version_idx; in handle_elf()
417 Elf32_Word group_idx; in handle_elf()
418 Elf32_Word group_cnt; in handle_elf()
421 Elf32_Word *newsymidx; in handle_elf()
648 Elf32_Word *grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf()
651 inner < shdr_info[cnt].data->d_size / sizeof (Elf32_Word); in handle_elf()
720 bool is_comdat = (((Elf32_Word *) shdr_info[idx].data->d_buf)[0] in handle_elf()
[all …]
Dldgeneric.c76 const Elf32_Word *dblindirect);
96 const Elf32_Word *dblindirect);
99 static void mark_section_used (struct scninfo *scninfo, Elf32_Word shndx,
646 Elf32_Word xndx; in check_definition()
794 find_section_group (struct usedfiles *fileinfo, Elf32_Word shndx, in find_section_group()
802 Elf32_Word *grpref; in find_section_group()
815 grpref = (Elf32_Word *) data->d_buf; in find_section_group()
816 cnt = data->d_size / sizeof (Elf32_Word); in find_section_group()
842 mark_section_group (struct usedfiles *fileinfo, Elf32_Word shndx, in mark_section_group()
848 Elf32_Word *grpref; in mark_section_group()
[all …]
Delflint.c557 if (data == NULL || data->d_size < sizeof (Elf32_Word)) in check_scn_group()
561 Elf32_Word *grpdata = (Elf32_Word *) data->d_buf; in check_scn_group()
562 for (size_t inner = 1; inner < data->d_size / sizeof (Elf32_Word); in check_scn_group()
564 if (grpdata[inner] == (Elf32_Word) idx) in check_scn_group()
611 Elf32_Word xndxscnidx = 0; in check_symtab()
644 Elf32_Word xndx; in check_symtab()
1903 if (shdr->sh_entsize != sizeof (Elf32_Word)) in check_symtab_shndx()
1944 if (*((Elf32_Word *) data->d_buf) != 0) in check_symtab_shndx()
1947 for (size_t cnt = 1; cnt < data->d_size / sizeof (Elf32_Word); ++cnt) in check_symtab_shndx()
1949 Elf32_Word xndx = ((Elf32_Word *) data->d_buf)[cnt]; in check_symtab_shndx()
[all …]
Di386_ld.c61 const Elf32_Word *dblindirect) in elf_i386_relocate_section()
77 const Elf32_Word *symindirect; in elf_i386_relocate_section()
113 Elf32_Word si; in elf_i386_relocate_section()
115 Elf32_Word xndx; in elf_i386_relocate_section()
160 Elf32_Word toadd = file->scninfo[xndx].offset; in elf_i386_relocate_section()
382 ((Elf32_Word *) data->d_buf)[0] = shdr->sh_addr; in elf_i386_finalize_plt()
460 assert ((3 + pltidx) * sizeof (Elf32_Word) <= data->d_size); in elf_i386_finalize_plt()
466 ((Elf32_Word *) data->d_buf)[2 + pltidx] = pltentryaddr + 6; in elf_i386_finalize_plt()
546 Elf32_Word r_sym = XELF_R_SYM (rel->r_info); in elf_i386_count_relocations()
712 const Elf32_Word *dblindirect __attribute__ ((unused))) in elf_i386_create_relocations()
[all …]
Dxelf.h35 # define XElf_Word Elf32_Word
36 # define XElf_Xword Elf32_Word
75 ? ((Elf32_Word *) ((ndxdata)->d_buf))[idx] : 0)
82 ((Elf32_Word *) ((ndxdata)->d_buf))[idx] = name2
146 case ELF_T_WORD: fsize = sizeof (Elf32_Word); break; \
207 ? ((Elf32_Word *) ((ndxdata)->d_buf))[idx] : 0)
214 (((Elf32_Word *) ((ndxdata)->d_buf))[idx] = name2)
Dreadelf.c1385 if (data == NULL || data->d_size < sizeof (Elf32_Word) || symshdr == NULL in handle_scngrp()
1395 Elf32_Word *grpref = (Elf32_Word *) data->d_buf; in handle_scngrp()
1405 data->d_size / sizeof (Elf32_Word) - 1) in handle_scngrp()
1409 data->d_size / sizeof (Elf32_Word) - 1), in handle_scngrp()
1415 data->d_size / sizeof (Elf32_Word) - 1); in handle_scngrp()
1417 for (size_t cnt = 1; cnt < data->d_size / sizeof (Elf32_Word); ++cnt) in handle_scngrp()
1828 Elf32_Word xndx; in handle_relocs_rel()
2018 Elf32_Word xndx; in handle_relocs_rela()
2158 Elf32_Word verneed_stridx = 0; in handle_symtab()
2159 Elf32_Word verdef_stridx = 0; in handle_symtab()
[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
542 Elf32_Word sh_name; // Section name (index into string table)
543 Elf32_Word sh_type; // Section type (SHT_*)
544 Elf32_Word sh_flags; // Section flags (SHF_*)
547 Elf32_Word sh_size; // Size of section, in bytes
548 Elf32_Word sh_link; // Section type-specific header table index link
549 Elf32_Word sh_info; // Section type-specific extra information
550 Elf32_Word sh_addralign; // Section address alignment
[all …]
/external/elfutils/src/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 */
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 …]
Dgelf_getsymshndx.c48 Elf32_Word *dstshndx;
53 Elf32_Word shndx = 0;
72 if (INVALID_NDX (ndx, Elf32_Word, &shndxdata_scn->d))
78 shndx = ((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx];
Dgelf_update_symshndx.c48 Elf32_Word srcshndx;
53 Elf32_Word *shndx = NULL;
75 if (unlikely ((ndx + 1) * sizeof (Elf32_Word) > shndxdata_scn->d.d_size))
81 shndx = &((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx];
Dnote_xlate.h39 Elf32_Word namesz = NOTE_ALIGN (n->n_namesz); in elf_cvt_note()
40 Elf32_Word descsz = NOTE_ALIGN (n->n_descsz); in elf_cvt_note()
Dgelf.h222 Elf32_Word *__xshndx);
228 Elf32_Word __xshndx);
/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/libdwfl/
Ddwfl_module_getdwarf.c753 Elf32_Word nbuckets; in find_dynsym()
754 Elf32_Word symndx; in find_dynsym()
755 Elf32_Word maskwords; in find_dynsym()
756 Elf32_Word shift2; in find_dynsym()
764 Elf32_Word nbuckets = header->nbuckets; in find_dynsym()
765 Elf32_Word symndx = header->symndx; in find_dynsym()
768 * sizeof (Elf32_Word) in find_dynsym()
774 if (nbuckets > SIZE_MAX / sizeof (Elf32_Word)) in find_dynsym()
780 nbuckets * sizeof (Elf32_Word), in find_dynsym()
784 const Elf32_Word *const buckets = data->d_buf; in find_dynsym()
[all …]
/external/elfutils/src/libasm/
Ddisasm_cb.c47 default_elf_getsym (GElf_Addr addr, Elf32_Word scnndx, GElf_Addr value, in default_elf_getsym()
99 Elf32_Word xshndx; in read_symtab_exec()
144 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.c213 Elf32_Word ndx; in binary_end()
237 shdr->sh_entsize = sizeof (Elf32_Word); in binary_end()
238 shdr->sh_addralign = sizeof (Elf32_Word); in binary_end()
321 Elf32_Word *grpdata; in binary_end()
Dasm_newscngrp.c48 Elf32_Word flags;
/external/elfutils/src/libdw/
Ddwarf_begin_elf.c293 Elf32_Word *scnidx = (Elf32_Word *) data->d_buf; in scngrp_read()
295 for (cnt = 1; cnt * sizeof (Elf32_Word) <= data->d_size; ++cnt) in scngrp_read()
/external/elfutils/src/tests/
Dalldts.c234 phdr[0].p_align = sizeof (Elf32_Word); in main()
242 phdr[1].p_align = 2 * sizeof (Elf32_Word); in main()
/external/icu/icu4c/source/tools/toolutil/
Dpkg_genc.c815 (Elf32_Word)(2*sizeof(Elf32_Sym)), /* sh_size */ in writeObjectCode()
820 (Elf32_Word)(sizeof(Elf32_Sym)) /* sh_entsize */ in writeObjectCode()
840 (Elf32_Word)sizeof(entry), /* sh_size */ in writeObjectCode()
1081 sectionHeaders32[4].sh_size=(Elf32_Word)size; in writeObjectCode()
1083 symbols32[1].st_size=(Elf32_Word)size; in writeObjectCode()

123