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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
sample_trie_access_traits.hpp 57 typedef char e_type; typedef in struct:__gnu_pbds::sample_trie_access_traits
74 e_pos(e_type);
trie_string_access_traits_imp.hpp 48 e_pos(e_type e)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
sample_trie_access_traits.hpp 57 typedef char e_type; typedef in struct:__gnu_pbds::sample_trie_access_traits
74 e_pos(e_type);
trie_string_access_traits_imp.hpp 48 e_pos(e_type e)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/trie_policy/
sample_trie_access_traits.hpp 57 typedef char e_type; typedef in struct:__gnu_pbds::sample_trie_access_traits
74 e_pos(e_type);
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/
sample_trie_access_traits.hpp 57 typedef char e_type; typedef in struct:__gnu_pbds::sample_trie_access_traits
74 e_pos(e_type);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/
sample_trie_access_traits.hpp 57 typedef char e_type; typedef in struct:__gnu_pbds::sample_trie_access_traits
74 e_pos(e_type);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/
sample_trie_access_traits.hpp 57 typedef char e_type; typedef in struct:__gnu_pbds::sample_trie_access_traits
74 e_pos(e_type);
  /toolchain/binutils/binutils-2.25/gas/
itbl-ops.h 67 } e_type; typedef in typeref:enum:__anon108358
88 int itbl_get_val (e_processor processor, e_type type, char *name,
90 char *itbl_get_name (e_processor processor, e_type type, unsigned long val);
itbl-ops.c 65 * e_type type = e_insn
71 * e_type type = e_dreg
74 * e_type type = e_immed
121 e_type type; /* dreg/creg/greg/immed/symb */
134 e_type type; /* dreg/creg/greg/insn */
151 static e_type get_type (int yytype);
154 e_type type);
156 e_type type, char *name);
158 e_type type, unsigned long val, struct itbl_range *r);
160 e_type type, char *name, unsigned long value)
    [all...]
  /external/elfutils/libdwelf/
dwelf_elf_gnu_build_id.c 64 find_elf_build_id (Dwfl_Module *mod, int e_type, Elf *elf,
109 else if (mod == NULL || e_type != ET_REL)
137 // MOD->E_TYPE is zero here.
138 assert (ehdr->e_type != ET_REL || mod != NULL);
140 return find_elf_build_id (mod, ehdr->e_type, elf,
  /external/minijail/
elfparse.h 35 Elf32_Half e_type; /* Object file type */ member in struct:__anon27963
53 Elf64_Half e_type; /* Object file type */ member in struct:__anon27964
  /external/elfutils/tests/
newfile.c 37 ehdr->e_type,
116 ZERO_TEST (e_type);
148 ZERO_TEST (e_type);
saridx.c 208 ehdr.e_type == ET_REL
210 : (ehdr.e_type == ET_EXEC
212 : (ehdr.e_type == ET_DYN
update2.c 75 ehdr->e_type, ehdr->e_machine, ehdr->e_version, ehdr->e_entry,
85 ehdr->e_type = ET_EXEC;
135 ehdr->e_type, ehdr->e_machine, ehdr->e_version, ehdr->e_entry,
update3.c 84 ehdr->e_type, ehdr->e_machine, ehdr->e_version, ehdr->e_entry,
94 ehdr->e_type = ET_EXEC;
190 ehdr->e_type, ehdr->e_machine, ehdr->e_version, ehdr->e_entry,
update1.c 74 ehdr->e_type, ehdr->e_machine, ehdr->e_version, ehdr->e_entry,
112 ehdr->e_type, ehdr->e_machine, ehdr->e_version, ehdr->e_entry,
  /external/elfutils/libdwfl/
dwfl_module_getelf.c 40 if (mod->e_type == ET_REL && ! mod->main.relocated)
dwfl_report_elf.c 60 switch (ehdr->e_type)
233 *e_typep = ehdr->e_type;
244 GElf_Half e_type; local
247 &e_type))
273 m->e_type = e_type;
derelocate.c 97 && mod->e_type == ET_REL)
135 if (mod->e_type == ET_REL
232 switch (mod->e_type)
255 switch (mod->e_type)
373 switch (mod->e_type)
406 assert (mod->e_type == ET_REL);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
itbl-test.c 33 static int test_reg (e_processor processor, e_type type, char *name,
105 test_reg (e_processor processor, e_type type, char *name,
  /toolchain/binutils/binutils-2.25/binutils/
elfedit.c 111 type = elf_header.e_type;
113 /* Skip if e_type doesn't match. */
117 (_("%s: Unmatched e_type: %d is not %d\n"),
133 /* Update e_machine, e_type and EI_OSABI. */
144 BYTE_PUT (ehdr32.e_type, output_elf_type);
153 BYTE_PUT (ehdr64.e_type, output_elf_type);
199 if (fread (ehdr32.e_type, sizeof (ehdr32) - EI_NIDENT,
203 elf_header.e_type = BYTE_GET (ehdr32.e_type);
232 if (fread (ehdr64.e_type, sizeof (ehdr64) - EI_NIDENT
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
external.h 54 unsigned char e_type[2]; /* Identifies object file type */ member in struct:__anon108615
71 unsigned char e_type[2]; /* Identifies object file type */ member in struct:__anon108616
  /external/elfutils/libelf/
gelf_update_ehdr.c 81 COPY (e_type);
  /external/elfutils/src/
arlib.c 226 if (ehdr->e_type == ET_REL)
228 else if (ehdr->e_type == ET_EXEC || ehdr->e_type == ET_DYN)
270 if (ehdr->e_type != ET_REL)

Completed in 933 milliseconds

1 2 3 4 5 6 7 8 91011>>