HomeSort by relevance Sort by last modified time
    Searched defs:elfclass (Results 1 - 9 of 9) sorted by null

  /external/elfutils/libelf/
elf_compress_gnu.c 56 int elfclass = elf->class; local
62 if (elfclass == ELFCLASS32)
121 if (elfclass == ELFCLASS32)
185 if (elfclass == ELFCLASS32)
elf_compress.c 286 int elfclass = scn->elf->class; local
287 size_t hsize = (elfclass == ELFCLASS32
341 int elfclass = elf->class; local
347 if (elfclass == ELFCLASS32)
390 size_t hsize = (elfclass == ELFCLASS32
406 if (elfclass == ELFCLASS32)
439 if (elfclass == ELFCLASS32)
490 if (elfclass == ELFCLASS32)
  /external/google-breakpad/src/common/linux/
file_id.cc 59 template<typename ElfClass>
62 typedef typename ElfClass::Nhdr Nhdr;
96 int elfclass; local
98 (const void**)&note_section, &note_size, &elfclass) ||
101 (const void**)&note_section, &note_size, &elfclass) ||
106 if (elfclass == ELFCLASS32) {
109 } else if (elfclass == ELFCLASS64) {
dump_symbols.cc 81 using google_breakpad::ElfClass;
156 template<typename ElfClass>
157 typename ElfClass::Addr GetLoadingAddress(
158 const typename ElfClass::Phdr* program_headers,
160 typedef typename ElfClass::Phdr Phdr;
176 template<typename ElfClass>
177 bool LoadStabs(const typename ElfClass::Ehdr* elf_header,
178 const typename ElfClass::Shdr* stab_section,
179 const typename ElfClass::Shdr* stabstr_section,
189 GetOffset<ElfClass, uint8_t>(elf_header, stab_section->sh_offset)
935 int elfclass = ElfClass(obj_file); local
    [all...]
  /external/elfutils/libdwfl/
frame_unwind.c 328 const int elfclass = frame->cache->e_ident[EI_CLASS]; local
329 const unsigned addr_bytes = elfclass == ELFCLASS32 ? 4 : 8;
link_map.c 105 uint_fast8_t *elfclass, uint_fast8_t *elfdata)
114 *elfclass = ELFCLASS64;
120 *elfclass = ELFCLASS32;
229 addrsize (uint_fast8_t elfclass)
231 return elfclass * 4;
247 report_r_debug (uint_fast8_t elfclass, uint_fast8_t elfdata,
254 GElf_Addr read_vaddr = r_debug_vaddr + addrsize (elfclass);
269 size_t nb = n * addrsize (elfclass); /* Address words -> bytes to read. */
290 if (elfclass == ELFCLASS32)
513 uint_fast8_t *elfclass, uint_fast8_t *elfdata
703 uint_fast8_t elfclass = ELFCLASSNONE; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
elfedit.c 58 enum elfclass
66 static enum elfclass input_elf_class = ELF_CLASS_UNKNOWN;
67 static enum elfclass output_elf_class = ELF_CLASS_BOTH;
71 static enum elfclass
57 enum elfclass enum
  /external/elfutils/src/
objdump.c 361 int elfclass = gelf_getclass (ebl->elf); local
365 elfclass == ELFCLASS32 ? 8 : 16, r_offset,
487 int elfclass = gelf_getclass (ebl->elf); local
513 elfclass == ELFCLASS32 ? 8 : 16, gettext ("OFFSET"));
  /toolchain/binutils/binutils-2.27/bfd/
elf-bfd.h 656 unsigned char elfclass, ev_current;
654 unsigned char elfclass, ev_current; member in struct:elf_size_info
    [all...]

Completed in 144 milliseconds