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

1 2

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread.so 4 OUTPUT_FORMAT(elf32-i386)
libc.so 4 OUTPUT_FORMAT(elf32-i386)
  /external/elfutils/libelf/
elf_clone.c 46 elf->state.elf32.scns.max * sizeof (Elf_Scn));
56 assert (offsetof (struct Elf, state.elf32.scns)
58 retval->state.elf.scns_last = &retval->state.elf32.scns;
59 retval->state.elf32.scns.max = elf->state.elf32.scns.max;
elf_getident.c 47 || (offsetof (struct Elf, state.elf32.ehdr)
49 ? elf->state.elf32.ehdr->e_ident
elf_end.c 105 || (offsetof (struct Elf, state.elf32.scns)
107 ? &elf->state.elf32.scns
156 || (offsetof (struct Elf, state.elf32.scns)
158 ? &elf->state.elf32.scns
168 || (offsetof (struct Elf, state.elf32.shdr)
170 ? (void *) elf->state.elf32.shdr
176 || (offsetof (struct Elf, state.elf32.phdr)
178 ? (void *) elf->state.elf32.phdr
elf_getshnum.c 52 || (offsetof (Elf, state.elf32.scns)
54 ? &elf->state.elf32.scns : &elf->state.elf64.scns)))
elf_getshstrndx.c 50 of `elf32' and `elf64'. */
52 == offsetof (struct Elf, state.elf32.ehdr));
54 == sizeof (elf->state.elf32.ehdr));
70 ? elf->state.elf32.ehdr->e_shstrndx
82 if (elf->state.elf32.scns.data[0].shdr.e32 != NULL)
84 num = elf->state.elf32.scns.data[0].shdr.e32->sh_link;
88 offset = elf->state.elf32.ehdr->e_shoff;
91 && elf->state.elf32.ehdr->e_ident[EI_DATA] == MY_ELFDATA
112 if (elf->state.elf32.ehdr->e_ident[EI_DATA] != MY_ELFDATA)
elf_nextscn.c 45 || (offsetof (Elf, state.elf32.scns)
48 if (elf->state.elf32.scns.cnt > 1)
49 result = &elf->state.elf32.scns.data[1];
elf_begin.c 245 elf->state.elf32.scns.cnt = elf->state.elf32.scns.max = scncnt;
257 elf->state.elf32.ehdr =
259 elf->state.elf32.shdr =
261 + elf->state.elf32.ehdr->e_shoff);
262 if (elf->state.elf32.ehdr->e_phnum)
265 elf->state.elf32.phdr
267 + elf->state.elf32.ehdr->e_phoff);
271 elf->state.elf32.scns.data[cnt].index = cnt;
272 elf->state.elf32.scns.data[cnt].elf = elf
    [all...]
elf_getscn.c 49 || (offsetof (struct Elf, state.elf32.scns)
51 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
elf_newdata.c 44 || (offsetof (struct Elf, state.elf32.ehdr)
46 ? scn->elf->state.elf32.ehdr == NULL
gelf_getphdr.c 56 Elf32_Phdr *phdr = elf->state.elf32.phdr;
67 if (ndx >= elf->state.elf32.ehdr->e_phnum)
elf_newscn.c 41 /* We rely on the prefix of the `elf', `elf32', and `elf64' element
44 == offsetof (Elf, state.elf32.scns_last));
47 assert (offsetof (Elf, state.elf32.scns)
60 || (offsetof (Elf, state.elf32.scns)
62 ? &elf->state.elf32.scns : &elf->state.elf64.scns)))
elf_strptr.c 50 || (offsetof (struct Elf, state.elf32.scns)
52 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
gelf_update_phdr.c 46 Elf32_Phdr *phdr = elf->state.elf32.phdr;
71 if (unlikely (ndx >= elf->state.elf32.ehdr->e_phnum))
gelf_getehdr.c 48 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr;
gelf_update_ehdr.c 46 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr;
elf_getdata.c 317 || (offsetof (struct Elf, state.elf32.ehdr)
320 elf->state.elf32.ehdr->e_ident[EI_VERSION];
430 || (offsetof (struct Elf, state.elf32.ehdr)
432 ? elf->state.elf32.ehdr->e_ident[EI_DATA]
libelfP.h 311 } elf32; member in union:Elf::__anon3490
  /external/qemu/
disas.h 29 struct elf32_sym *elf32; member in union:syminfo::__anon5819
  /external/libvpx/vpx_ports/
x86_abi_support.asm 19 %ifidn __OUTPUT_FORMAT__,elf32
85 %ifidn __OUTPUT_FORMAT__,elf32
149 %ifidn __OUTPUT_FORMAT__,elf32
300 %ifidn __OUTPUT_FORMAT__,elf32
  /external/clearsilver/
config.guess 838 elf32-i386)
    [all...]
  /external/chromium/third_party/icu/source/
config.guess 985 elf32-i386)
    [all...]
  /external/chromium/third_party/libevent/
config.guess 982 elf32-i386)
    [all...]
  /external/dbus/
config.guess 919 elf32-i386)
    [all...]

Completed in 2541 milliseconds

1 2