Searched refs:elf32 (Results 1 - 25 of 55) sorted by relevance

123

/external/elfutils/libelf/
H A Delf_clone.c79 elf->state.elf32.scns.max * sizeof (Elf_Scn));
89 assert (offsetof (struct Elf, state.elf32.scns)
91 retval->state.elf.scns_last = &retval->state.elf32.scns;
92 retval->state.elf32.scns.max = elf->state.elf32.scns.max;
H A Delf_getident.c80 || (offsetof (struct Elf, state.elf32.ehdr)
82 ? elf->state.elf32.ehdr->e_ident
H A Delf_getshstrndx.c85 of `elf32' and `elf64'. */
87 == offsetof (struct Elf, state.elf32.ehdr));
89 == sizeof (elf->state.elf32.ehdr));
105 ? elf->state.elf32.ehdr->e_shstrndx
117 if (elf->state.elf32.scns.data[0].shdr.e32 != NULL)
119 num = elf->state.elf32.scns.data[0].shdr.e32->sh_link;
123 offset = elf->state.elf32.ehdr->e_shoff;
126 && elf->state.elf32.ehdr->e_ident[EI_DATA] == MY_ELFDATA
148 if (elf->state.elf32.ehdr->e_ident[EI_DATA] != MY_ELFDATA)
H A Delf_nextscn.c78 || (offsetof (Elf, state.elf32.scns)
81 if (elf->state.elf32.scns.cnt > 1)
82 result = &elf->state.elf32.scns.data[1];
H A Delf_begin.c307 elf->state.elf32.scns.cnt = elf->state.elf32.scns.max = scncnt;
319 elf->state.elf32.ehdr = ehdr;
320 elf->state.elf32.shdr
325 elf->state.elf32.phdr
330 elf->state.elf32.scns.data[cnt].index = cnt;
331 elf->state.elf32.scns.data[cnt].elf = elf;
332 elf->state.elf32.scns.data[cnt].shdr.e32 =
333 &elf->state.elf32.shdr[cnt];
334 elf->state.elf32
[all...]
H A Delf_end.c140 || (offsetof (struct Elf, state.elf32.rawchunks)
142 ? elf->state.elf32.rawchunks
154 || (offsetof (struct Elf, state.elf32.scns)
156 ? &elf->state.elf32.scns
205 || (offsetof (struct Elf, state.elf32.scns)
207 ? &elf->state.elf32.scns
217 || (offsetof (struct Elf, state.elf32.shdr)
219 ? (void *) elf->state.elf32.shdr
225 || (offsetof (struct Elf, state.elf32.phdr)
227 ? (void *) elf->state.elf32
[all...]
H A Delf_getscn.c82 || (offsetof (struct Elf, state.elf32.scns)
84 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
H A Delf_getshnum.c83 || (offsetof (Elf, state.elf32.scns)
85 ? &elf->state.elf32.scns : &elf->state.elf64.scns)))
H A Delf_newdata.c77 || (offsetof (struct Elf, state.elf32.ehdr)
79 ? scn->elf->state.elf32.ehdr == NULL
H A Delf_newscn.c74 /* We rely on the prefix of the `elf', `elf32', and `elf64' element
77 == offsetof (Elf, state.elf32.scns_last));
80 assert (offsetof (Elf, state.elf32.scns)
93 || (offsetof (Elf, state.elf32.scns)
95 ? &elf->state.elf32.scns : &elf->state.elf64.scns)))
H A Dgelf_getehdr.c80 position in both the elf32 and elf64 structure. */
81 if (offsetof (struct Elf, state.elf32.ehdr)
90 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr;
H A Dgelf_getphdr.c90 Elf32_Phdr *phdr = elf->state.elf32.phdr;
103 if (ndx >= elf->state.elf32.ehdr->e_phnum)
H A Dgelf_update_phdr.c79 Elf32_Phdr *phdr = elf->state.elf32.phdr;
104 if (unlikely (ndx >= elf->state.elf32.ehdr->e_phnum))
H A Delf_strptr.c83 || (offsetof (struct Elf, state.elf32.scns)
85 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
H A Dgelf_update_ehdr.c79 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr;
H A Delf_getdata.c325 || (offsetof (struct Elf, state.elf32.ehdr)
328 elf->state.elf32.ehdr->e_ident[EI_VERSION];
463 || (offsetof (struct Elf, state.elf32.ehdr)
465 ? elf->state.elf32.ehdr->e_ident[EI_DATA]
H A Delf_getdata_rawchunk.c146 if (elf->state.elf32.ehdr->e_ident[EI_DATA] == MY_ELFDATA)
H A DlibelfP.h370 } elf32; member in union:Elf::__anon17591
/external/qemu/
H A Ddisas.h32 struct elf32_sym *elf32; member in union:syminfo::__anon24269
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dmmx_main.asm72 %ifidn __OUTPUT_FORMAT__,elf32
H A Dx86_main.asm73 %ifidn __OUTPUT_FORMAT__,elf32
H A Dmmxp2_32.asm403 %ifidn __OUTPUT_FORMAT__,elf32
H A Dx86p_16.asm488 %ifidn __OUTPUT_FORMAT__,elf32
/external/libvpx/libvpx/vpx_ports/
H A Dx86_abi_support.asm19 %ifidn __OUTPUT_FORMAT__,elf32
98 %ifidn __OUTPUT_FORMAT__,elf32
122 %ifidn __OUTPUT_FORMAT__,elf32
191 %ifidn __OUTPUT_FORMAT__,elf32
385 %ifidn __OUTPUT_FORMAT__,elf32
/external/elfutils/libebl/
H A Deblopenbackend.c320 assert (offsetof (Elf, state.elf32.ehdr)
332 result->machine = elf->state.elf32.ehdr->e_machine;
333 result->class = elf->state.elf32.ehdr->e_ident[EI_CLASS];
334 result->data = elf->state.elf32.ehdr->e_ident[EI_DATA];

Completed in 168 milliseconds

123