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

12

/external/elfcopy/
H A Dhash.c8 Elf32_Word nbuckets,
9 Elf32_Word nchains)
14 hash_data->d_buf = CALLOC(hash_data->d_size, sizeof(Elf32_Word));
15 hash_data->d_size *= sizeof(Elf32_Word);
16 ((Elf32_Word *)hash_data->d_buf)[0] = nbuckets;
17 ((Elf32_Word *)hash_data->d_buf)[1] = nchains;
24 Elf32_Word *buckets = (Elf32_Word *)hash_data->d_buf;
25 Elf32_Word nbuckets = *buckets++;
26 Elf32_Word *chain
[all...]
H A Dhash.h9 Elf32_Word nbuckets,
10 Elf32_Word nchains);
H A Delfcopy.h39 Elf32_Word idx;
52 Elf32_Word *newsymidx;
H A Delfcopy.c40 Elf32_Word *newsymidx);
50 Elf32_Word hash_scn_idx,
371 /* Allocate an array of Elf32_Word, one for each symbol. This
375 (Elf32_Word *)CALLOC(shdr_info[cnt].data->d_size / elsize,
376 sizeof (Elf32_Word));
394 Elf32_Word sec; /* index of section a symbol refers to */
395 Elf32_Word xshndx; /* extended-section index of symbol */
478 Elf32_Word nxshndx;
553 shdr_info[cnt].newsymidx[inner] = (Elf32_Word)-1;
705 Elf32_Word *newsymid
[all...]
/external/grub/stage2/
H A Di386-elf.h26 typedef unsigned long Elf32_Word; typedef
72 Elf32_Word e_version; /* use same as "EI_VERSION" above */
76 Elf32_Word e_flags; /* flags */
105 Elf32_Word sh_name; /* Section name (string tbl index) */
106 Elf32_Word sh_type; /* Section type */
107 Elf32_Word sh_flags; /* Section flags */
110 Elf32_Word sh_size; /* Section size in bytes */
111 Elf32_Word sh_link; /* Link to another section */
112 Elf32_Word sh_info; /* Additional section information */
113 Elf32_Word sh_addralig
[all...]
/external/kernel-headers/original/linux/
H A Delf.h21 typedef __u32 Elf32_Word; typedef
132 Elf32_Word r_info;
142 Elf32_Word r_info;
153 Elf32_Word st_name;
155 Elf32_Word st_size;
177 Elf32_Word e_version;
181 Elf32_Word e_flags;
214 Elf32_Word p_type;
218 Elf32_Word p_filesz;
219 Elf32_Word p_mems
[all...]
/external/elfutils/src/
H A Dld.h156 Elf32_Word outscnndx;
158 Elf32_Word allsectionsidx;
162 Elf32_Word grpid;
202 Elf32_Word symstridx;
204 Elf32_Word dynsymstridx;
213 Elf32_Word *symindirect;
214 Elf32_Word *dynsymindirect;
335 const Elf32_Word *);
347 void (*create_relocations) (struct ld_state *, const Elf32_Word *);
416 Elf32_Word symscnd
[all...]
H A Dstrip.c382 Elf32_Word idx; /* Index in new file. */
383 Elf32_Word old_sh_link; /* Original value of shdr.sh_link. */
384 Elf32_Word symtab_idx;
385 Elf32_Word version_idx;
386 Elf32_Word group_idx;
387 Elf32_Word group_cnt;
390 Elf32_Word *newsymidx;
595 Elf32_Word *grpref;
605 grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf;
607 inner < shdr_info[cnt].data->d_size / sizeof (Elf32_Word);
[all...]
H A Dxelf.h31 # define XElf_Word Elf32_Word
32 # define XElf_Xword Elf32_Word
71 ? ((Elf32_Word *) ((ndxdata)->d_buf))[idx] : 0)
78 ((Elf32_Word *) ((ndxdata)->d_buf))[idx] = name2
142 case ELF_T_WORD: fsize = sizeof (Elf32_Word); break; \
203 ? ((Elf32_Word *) ((ndxdata)->d_buf))[idx] : 0)
210 (((Elf32_Word *) ((ndxdata)->d_buf))[idx] = name2)
H A Di386_ld.c55 const Elf32_Word *dblindirect)
71 const Elf32_Word *symindirect;
107 Elf32_Word si;
109 Elf32_Word xndx;
148 Elf32_Word toadd;
352 ((Elf32_Word *) data->d_buf)[0] = shdr->sh_addr;
376 assert ((4 + cnt) * sizeof (Elf32_Word) <= data->d_size);
382 ((Elf32_Word *) data->d_buf)[3 + cnt] = pltentryaddr + 6;
634 const Elf32_Word *dblindirect)
752 Elf32_Word symid
[all...]
H A Dldgeneric.c57 const Elf32_Word *dblindirect);
74 const Elf32_Word *dblindirect);
77 static void mark_section_used (struct scninfo *scninfo, Elf32_Word shndx,
586 Elf32_Word xndx;
743 find_section_group (struct usedfiles *fileinfo, Elf32_Word shndx,
751 Elf32_Word *grpref;
764 grpref = (Elf32_Word *) data->d_buf;
765 cnt = data->d_size / sizeof (Elf32_Word);
791 mark_section_group (struct usedfiles *fileinfo, Elf32_Word shndx,
797 Elf32_Word *grpre
[all...]
H A Delflint.c539 Elf32_Word *grpdata;
554 if (data == NULL || data->d_size < sizeof (Elf32_Word))
558 grpdata = (Elf32_Word *) data->d_buf;
559 for (inner = 1; inner < data->d_size / sizeof (Elf32_Word); ++inner)
560 if (grpdata[inner] == (Elf32_Word) idx)
610 Elf32_Word xndxscnidx = 0;
639 Elf32_Word xndx;
1504 if (shdr->sh_entsize != sizeof (Elf32_Word))
1506 section [%2d] '%s': entry size does not match Elf32_Word\n"),
1539 if (*((Elf32_Word *) dat
[all...]
/external/elfutils/libelf/
H A Dgelf_getsymshndx.c36 Elf32_Word *dstshndx;
41 Elf32_Word shndx = 0;
60 if (unlikely ((ndx + 1) * sizeof (Elf32_Word) > shndxdata_scn->d.d_size))
66 shndx = ((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx];
H A Dgelf_update_symshndx.c36 Elf32_Word srcshndx;
41 Elf32_Word *shndx = NULL;
69 if (unlikely ((ndx + 1) * sizeof (Elf32_Word) > shndxdata_scn->d.d_size))
75 shndx = &((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx];
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 */
267 Elf32_Word sh_name; /* Section name (string tbl index) */
268 Elf32_Word sh_type; /* Section type */
269 Elf32_Word sh_flags; /* Section flags */
272 Elf32_Word sh_size; /* Section size in bytes */
273 Elf32_Word sh_link; /* Link to another section */
274 Elf32_Word sh_info; /* Additional section information */
275 Elf32_Word sh_addralig
[all...]
H A Delf_getdata.c83 [SHT_GROUP] = { ELF_T_WORD, sizeof (Elf32_Word) \
84 AL (__alignof__ (Elf32_Word)) }, \
85 [SHT_SYMTAB_SHNDX] = { ELF_T_WORD, sizeof (Elf32_Word) \
86 AL (__alignof__ (Elf32_Word)) }, \
H A Dgelf.h207 Elf32_Word *__xshndx);
213 Elf32_Word __xshndx);
H A Delf_getshstrndx.c67 Elf32_Word num;
/external/qemu/
H A Delf.h11 typedef uint32_t Elf32_Word; typedef
912 Elf32_Word r_info;
922 Elf32_Word r_info;
933 Elf32_Word st_name;
935 Elf32_Word st_size;
957 Elf32_Word e_version;
961 Elf32_Word e_flags;
994 Elf32_Word p_type;
998 Elf32_Word p_filesz;
999 Elf32_Word p_mems
[all...]
/external/elfutils/libdw/
H A Ddwarf_begin_elf.c157 Elf32_Word *scnidx = (Elf32_Word *) data->d_buf;
159 for (cnt = 1; cnt * sizeof (Elf32_Word) <= data->d_size; ++cnt)
/external/elfutils/libasm/
H A Dasm_newscngrp.c33 Elf32_Word flags;
H A Dlibasm.h74 AsmSym_t *signature, Elf32_Word flags);
H A DlibasmP.h216 Elf32_Word flags;
H A Dasm_end.c177 Elf32_Word ndx;
221 shdr->sh_entsize = sizeof (Elf32_Word);
222 shdr->sh_addralign = sizeof (Elf32_Word);
306 Elf32_Word *grpdata;
/external/elfutils/tests/
H A Dupdate2.c112 phdr[0].p_align = sizeof (Elf32_Word);

Completed in 94 milliseconds

12