Home
last modified time | relevance | path

Searched refs:elfclass (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/src/libdwfl/
Dlink_map.c49 uint_fast8_t *elfclass, uint_fast8_t *elfdata) in auxv_format_probe() argument
107 *elfclass = ELFCLASS64; in auxv_format_probe()
113 *elfclass = ELFCLASS32; in auxv_format_probe()
220 addrsize (uint_fast8_t elfclass) in addrsize() argument
222 return elfclass * 4; in addrsize()
238 report_r_debug (uint_fast8_t elfclass, uint_fast8_t elfdata, in report_r_debug() argument
245 GElf_Addr read_vaddr = r_debug_vaddr + addrsize (elfclass); in report_r_debug()
260 size_t nb = n * addrsize (elfclass); /* Address words -> bytes to read. */ in report_r_debug()
284 if (elfclass == ELFCLASS32) in report_r_debug()
504 uint_fast8_t *elfclass, uint_fast8_t *elfdata, in consider_executable() argument
[all …]
Dframe_unwind.c313 const int elfclass = frame->cache->e_ident[EI_CLASS]; in expr_eval() local
314 const unsigned addr_bytes = elfclass == ELFCLASS32 ? 4 : 8; in expr_eval()
/external/google-breakpad/src/common/linux/
Delfutils.cc126 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()
Dfile_id.cc96 int elfclass; in FindElfBuildIDNote() local
98 (const void**)&note_section, &note_size, &elfclass) || in FindElfBuildIDNote()
101 (const void**)&note_section, &note_size, &elfclass) || in FindElfBuildIDNote()
106 if (elfclass == ELFCLASS32) { in FindElfBuildIDNote()
109 } else if (elfclass == ELFCLASS64) { in FindElfBuildIDNote()
Delfutils.h83 int *elfclass);
105 int *elfclass);
Ddump_symbols.cc935 int elfclass = ElfClass(obj_file); in ReadSymbolDataInternal() local
936 if (elfclass == ELFCLASS32) { in ReadSymbolDataInternal()
941 if (elfclass == ELFCLASS64) { in ReadSymbolDataInternal()
/external/elfutils/src/src/
Dobjdump.c365 int elfclass = gelf_getclass (ebl->elf); in show_relocs_x() local
369 elfclass == ELFCLASS32 ? 8 : 16, r_offset, in show_relocs_x()
491 int elfclass = gelf_getclass (ebl->elf); in show_relocs() local
517 elfclass == ELFCLASS32 ? 8 : 16, gettext ("OFFSET")); in show_relocs()