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

12

/external/chromium_org/courgette/
H A Dencoded_program.h97 CheckBool GenerateElfRelocations(Elf32_Word pending_elf_relocation_table,
H A Dencoded_program.cc535 Elf32_Word pending_elf_relocation_table_type = 0;
757 CheckBool EncodedProgram::GenerateElfRelocations(Elf32_Word r_info,
/external/elfutils/0.153/libasm/
H A DlibasmP.h229 Elf32_Word flags;
H A Dasm_end.c210 Elf32_Word ndx;
234 shdr->sh_entsize = sizeof (Elf32_Word);
235 shdr->sh_addralign = sizeof (Elf32_Word);
318 Elf32_Word *grpdata;
/external/elfutils/0.153/libelf/
H A Dgelf.h243 Elf32_Word *__xshndx);
249 Elf32_Word __xshndx);
H A Delf_getshdrstrndx.c102 Elf32_Word num;
H A Delf_begin.c181 Elf32_Word size;
189 sizeof (Elf32_Word));
191 if (unlikely (pread_retry (fildes, &size, sizeof (Elf32_Word),
194 != sizeof (Elf32_Word)))
/external/elfutils/0.153/src/
H A Dreadelf.c1181 if (data == NULL || data->d_size < sizeof (Elf32_Word) || symshdr == NULL
1191 Elf32_Word *grpref = (Elf32_Word *) data->d_buf;
1199 data->d_size / sizeof (Elf32_Word) - 1)
1203 data->d_size / sizeof (Elf32_Word) - 1),
1209 data->d_size / sizeof (Elf32_Word) - 1);
1211 for (size_t cnt = 1; cnt < data->d_size / sizeof (Elf32_Word); ++cnt)
1614 Elf32_Word xndx;
1786 Elf32_Word xndx;
1923 Elf32_Word verneed_strid
[all...]
H A Delfcmp.c819 const Elf32_Word *w1 = p1;
820 const Elf32_Word *w2 = p2;
897 CHECK_HASH (Elf32_Word);
H A Dobjdump.c380 Elf32_Word xndx;
H A Dnm.c156 Elf32_Word xndx;
H A Dunstrip.c481 CONVERT_HASH (Elf32_Word);
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c817 (Elf32_Word)(2*sizeof(Elf32_Sym)), /* sh_size */
822 (Elf32_Word)(sizeof(Elf32_Sym)) /* sh_entsize */
842 (Elf32_Word)sizeof(entry), /* sh_size */
1083 sectionHeaders32[4].sh_size=(Elf32_Word)size;
1085 symbols32[1].st_size=(Elf32_Word)size;
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c809 (Elf32_Word)(2*sizeof(Elf32_Sym)), /* sh_size */
814 (Elf32_Word)(sizeof(Elf32_Sym)) /* sh_entsize */
834 (Elf32_Word)sizeof(entry), /* sh_size */
1075 sectionHeaders32[4].sh_size=(Elf32_Word)size;
1077 symbols32[1].st_size=(Elf32_Word)size;
/external/elfutils/0.153/libdwfl/
H A Doffline.c65 Elf32_Word shndx,
H A Dderelocate.c251 Elf32_Word *shndxp)
H A DlibdwflP.h330 Elf32_Word shndx,
H A Dlinux-kernel-modules.c805 const char *secname, Elf32_Word shndx __attribute__ ((unused)),
H A Drelocate.c60 Elf32_Word shndx, GElf_Addr *value)
/external/valgrind/main/perf/
H A Dtinycc.c118 typedef uint32_t Elf32_Word; typedef
155 Elf32_Word e_version; /* Object file version */
159 Elf32_Word e_flags; /* Processor-specific flags */
302 Elf32_Word sh_name; /* Section name (string tbl index) */
303 Elf32_Word sh_type; /* Section type */
304 Elf32_Word sh_flags; /* Section flags */
307 Elf32_Word sh_size; /* Section size in bytes */
308 Elf32_Word sh_link; /* Link to another section */
309 Elf32_Word sh_info; /* Additional section information */
310 Elf32_Word sh_addralig
[all...]
/external/llvm/include/llvm/Object/
H A DELF.h867 ELF::Elf32_Word offset) const {
873 ELF::Elf32_Word offset) const {
/external/elfutils/0.153/libebl/
H A Deblopenbackend.c271 result->sysvhash_entrysize = sizeof (Elf32_Word);
/external/valgrind/main/VEX/switchback/
H A Dlinker.c197 #define Elf_Word Elf32_Word
/external/valgrind/main/VEX/unused/
H A Dlinker.c131 #define Elf_Word Elf32_Word
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c75 # define ElfXX_Word Elf32_Word

Completed in 9426 milliseconds

12