HomeSort by relevance Sort by last modified time
    Searched refs:elf32 (Results 1 - 25 of 53) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread.so 4 OUTPUT_FORMAT(elf32-i386)
libc.so 4 OUTPUT_FORMAT(elf32-i386)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpthread.so 4 OUTPUT_FORMAT(elf32-i386)
libc.so 4 OUTPUT_FORMAT(elf32-i386)
  /external/elfutils/libelf/
elf_clone.c 79 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;
elf_getident.c 80 || (offsetof (struct Elf, state.elf32.ehdr)
82 ? elf->state.elf32.ehdr->e_ident
elf_getshstrndx.c 85 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)
elf_nextscn.c 78 || (offsetof (Elf, state.elf32.scns)
81 if (elf->state.elf32.scns.cnt > 1)
82 result = &elf->state.elf32.scns.data[1];
elf_begin.c 307 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.scns.data[cnt].rawdata_base
    [all...]
elf_end.c 140 || (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.phd
    [all...]
elf_getscn.c 82 || (offsetof (struct Elf, state.elf32.scns)
84 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
elf_getshnum.c 83 || (offsetof (Elf, state.elf32.scns)
85 ? &elf->state.elf32.scns : &elf->state.elf64.scns)))
elf_newdata.c 77 || (offsetof (struct Elf, state.elf32.ehdr)
79 ? scn->elf->state.elf32.ehdr == NULL
elf_newscn.c 74 /* 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)))
gelf_getehdr.c 80 position in both the elf32 and elf64 structure. */
81 if (offsetof (struct Elf, state.elf32.ehdr)
90 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr;
gelf_getphdr.c 90 Elf32_Phdr *phdr = elf->state.elf32.phdr;
103 if (ndx >= elf->state.elf32.ehdr->e_phnum)
gelf_update_phdr.c 79 Elf32_Phdr *phdr = elf->state.elf32.phdr;
104 if (unlikely (ndx >= elf->state.elf32.ehdr->e_phnum))
elf_strptr.c 83 || (offsetof (struct Elf, state.elf32.scns)
85 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
gelf_update_ehdr.c 79 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr;
elf_getdata.c 325 || (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]
  /external/qemu/
disas.h 32 struct elf32_sym *elf32; member in union:syminfo::__anon13193
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
mmx_main.asm 72 %ifidn __OUTPUT_FORMAT__,elf32
x86_main.asm 73 %ifidn __OUTPUT_FORMAT__,elf32
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 19 %ifidn __OUTPUT_FORMAT__,elf32
87 %ifidn __OUTPUT_FORMAT__,elf32
111 %ifidn __OUTPUT_FORMAT__,elf32
180 %ifidn __OUTPUT_FORMAT__,elf32
368 %ifidn __OUTPUT_FORMAT__,elf32
  /external/elfutils/libebl/
eblopenbackend.c 320 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 1149 milliseconds

1 2 3