Searched refs:elfclass (Results 1 - 9 of 9) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Delfutils.cc126 int *elfclass) {
138 if (elfclass) {
139 *elfclass = cls;
162 int *elfclass) {
174 if (elfclass) {
175 *elfclass = cls;
121 FindElfSection(const void *elf_mapped_base, const char *section_name, uint32_t section_type, const void **section_start, size_t *section_size, int *elfclass) argument
158 FindElfSegment(const void *elf_mapped_base, uint32_t segment_type, const void **segment_start, size_t *segment_size, int *elfclass) argument
H A Delfutils.h76 // and |*section_size| to the size of the section's data. If |elfclass|
77 // is not NULL, set |*elfclass| to the ELF file class.
83 int *elfclass);
99 // and |*segment_size| to the size of the segment's data. If |elfclass|
100 // is not NULL, set |*elfclass| to the ELF file class.
105 int *elfclass);
H A Dfile_id.cc96 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) {
H A Ddump_symbols.cc935 int elfclass = ElfClass(obj_file); local
936 if (elfclass == ELFCLASS32) {
941 if (elfclass == ELFCLASS64) {
/external/elfutils/libelf/
H A Delf_compress_gnu.c56 int elfclass = elf->class; local
62 if (elfclass == ELFCLASS32)
121 if (elfclass == ELFCLASS32)
185 if (elfclass == ELFCLASS32)
H A Delf_compress.c286 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/elfutils/libdwfl/
H A Dlink_map.c105 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_
104 auxv_format_probe(const void *auxv, size_t size, uint_fast8_t *elfclass, uint_fast8_t *elfdata) argument
227 addrsize(uint_fast8_t elfclass) argument
245 report_r_debug(uint_fast8_t elfclass, uint_fast8_t elfdata, Dwfl *dwfl, GElf_Addr r_debug_vaddr, Dwfl_Memory_Callback *memory_callback, void *memory_callback_arg, struct r_debug_info *r_debug_info) argument
509 consider_executable(Dwfl_Module *mod, GElf_Addr at_phdr, GElf_Addr at_entry, uint_fast8_t *elfclass, uint_fast8_t *elfdata, Dwfl_Memory_Callback *memory_callback, void *memory_callback_arg) argument
675 find_executable(Dwfl *dwfl, GElf_Addr at_phdr, GElf_Addr at_entry, uint_fast8_t *elfclass, uint_fast8_t *elfdata, Dwfl_Memory_Callback *memory_callback, void *memory_callback_arg) argument
703 uint_fast8_t elfclass = ELFCLASSNONE; local
[all...]
H A Dframe_unwind.c328 const int elfclass = frame->cache->e_ident[EI_CLASS]; local
329 const unsigned addr_bytes = elfclass == ELFCLASS32 ? 4 : 8;
/external/elfutils/src/
H A Dobjdump.c361 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"));

Completed in 379 milliseconds