Searched refs:elfclass (Results 1 – 10 of 10) sorted by relevance
/external/elfutils/libdwfl/ |
D | link_map.c | 103 uint_fast8_t *elfclass, uint_fast8_t *elfdata) in auxv_format_probe() argument 109 *elfclass = ELFCLASS64; in auxv_format_probe() 116 *elfclass = ELFCLASS32; in auxv_format_probe() 223 addrsize (uint_fast8_t elfclass) in addrsize() argument 225 return elfclass * 4; in addrsize() 241 report_r_debug (uint_fast8_t elfclass, uint_fast8_t elfdata, in report_r_debug() argument 248 GElf_Addr read_vaddr = r_debug_vaddr + addrsize (elfclass); in report_r_debug() 263 size_t nb = n * addrsize (elfclass); /* Address words -> bytes to read. */ in report_r_debug() 284 if (elfclass == ELFCLASS32) in report_r_debug() 506 uint_fast8_t *elfclass, uint_fast8_t *elfdata, in consider_executable() argument [all …]
|
D | frame_unwind.c | 324 const int elfclass = frame->cache->e_ident[EI_CLASS]; in expr_eval() local 325 const unsigned addr_bytes = elfclass == ELFCLASS32 ? 4 : 8; in expr_eval()
|
/external/google-breakpad/src/common/linux/ |
D | elfutils.cc | 126 int *elfclass) { in FindElfSection() argument 138 if (elfclass) { in FindElfSection() 139 *elfclass = cls; in FindElfSection() 162 int *elfclass) { in FindElfSegment() argument 174 if (elfclass) { in FindElfSegment() 175 *elfclass = cls; in FindElfSegment()
|
D | file_id.cc | 96 int elfclass; in FindElfBuildIDNote() local 98 (const void**)¬e_section, ¬e_size, &elfclass) || in FindElfBuildIDNote() 101 (const void**)¬e_section, ¬e_size, &elfclass) || in FindElfBuildIDNote() 106 if (elfclass == ELFCLASS32) { in FindElfBuildIDNote() 109 } else if (elfclass == ELFCLASS64) { in FindElfBuildIDNote()
|
D | elfutils.h | 83 int *elfclass); 105 int *elfclass);
|
D | dump_symbols.cc | 935 int elfclass = ElfClass(obj_file); in ReadSymbolDataInternal() local 936 if (elfclass == ELFCLASS32) { in ReadSymbolDataInternal() 941 if (elfclass == ELFCLASS64) { in ReadSymbolDataInternal()
|
/external/elfutils/libelf/ |
D | elf_compress_gnu.c | 56 int elfclass = elf->class; in elf_compress_gnu() local 62 if (elfclass == ELFCLASS32) in elf_compress_gnu() 123 if (elfclass == ELFCLASS32) in elf_compress_gnu() 188 if (elfclass == ELFCLASS32) in elf_compress_gnu()
|
D | elf_compress.c | 297 int elfclass = scn->elf->class; in __libelf_decompress_elf() local 298 size_t hsize = (elfclass == ELFCLASS32 in __libelf_decompress_elf() 361 int elfclass = elf->class; in elf_compress() local 367 if (elfclass == ELFCLASS32) in elf_compress() 410 size_t hsize = (elfclass == ELFCLASS32 in elf_compress() 426 if (elfclass == ELFCLASS32) in elf_compress() 459 if (elfclass == ELFCLASS32) in elf_compress() 510 if (elfclass == ELFCLASS32) in elf_compress()
|
/external/elfutils/libebl/ |
D | eblobjnote.c | 360 int elfclass = gelf_getclass (ebl->elf); in ebl_object_note() local 375 if ((elfclass == ELFCLASS32 && prop.pr_datasz == 4) in ebl_object_note() 376 || (elfclass == ELFCLASS64 && prop.pr_datasz == 8)) in ebl_object_note() 383 out.d_buf = (elfclass == ELFCLASS32 in ebl_object_note() 393 if (elfclass == ELFCLASS32) in ebl_object_note() 500 if (elfclass == ELFCLASS32) in ebl_object_note()
|
/external/elfutils/src/ |
D | objdump.c | 349 int elfclass = gelf_getclass (ebl->elf); in show_relocs_x() local 353 elfclass == ELFCLASS32 ? 8 : 16, r_offset, in show_relocs_x() 475 int elfclass = gelf_getclass (ebl->elf); in show_relocs() local 501 elfclass == ELFCLASS32 ? 8 : 16, gettext ("OFFSET")); in show_relocs()
|