Lines Matching refs:elfclass

105 		   uint_fast8_t *elfclass, uint_fast8_t *elfdata)  in auxv_format_probe()  argument
114 *elfclass = ELFCLASS64; in auxv_format_probe()
120 *elfclass = ELFCLASS32; in auxv_format_probe()
227 addrsize (uint_fast8_t elfclass) in addrsize() argument
229 return elfclass * 4; in addrsize()
245 report_r_debug (uint_fast8_t elfclass, uint_fast8_t elfdata, in report_r_debug() argument
252 GElf_Addr read_vaddr = r_debug_vaddr + addrsize (elfclass); in report_r_debug()
267 size_t nb = n * addrsize (elfclass); /* Address words -> bytes to read. */ in report_r_debug()
288 if (elfclass == ELFCLASS32) in report_r_debug()
510 uint_fast8_t *elfclass, uint_fast8_t *elfdata, in consider_executable() argument
656 if (*elfclass == ELFCLASSNONE) in consider_executable()
657 *elfclass = ehdr.e_ident[EI_CLASS]; in consider_executable()
658 else if (*elfclass != ehdr.e_ident[EI_CLASS]) in consider_executable()
676 uint_fast8_t *elfclass, uint_fast8_t *elfdata, in find_executable() argument
684 elfclass, elfdata, in find_executable()
703 uint_fast8_t elfclass = ELFCLASSNONE; in dwfl_link_map_report() local
706 && likely (auxv_format_probe (auxv, auxv_size, &elfclass, &elfdata))) in dwfl_link_map_report()
741 if (elfclass == ELFCLASS32) in dwfl_link_map_report()
891 if (likely ((elfclass == ELFCLASS32 in dwfl_link_map_report()
896 if (elfclass == ELFCLASS32) in dwfl_link_map_report()
937 &elfclass, &elfdata, in dwfl_link_map_report()
941 &elfclass, &elfdata, in dwfl_link_map_report()
979 if (likely ((elfclass == ELFCLASS32 in dwfl_link_map_report()
984 if (elfclass == ELFCLASS32) in dwfl_link_map_report()
1015 r_debug_vaddr = find_executable (dwfl, 0, 0, &elfclass, &elfdata, in dwfl_link_map_report()
1033 return report_r_debug (elfclass, elfdata, dwfl, r_debug_vaddr, in dwfl_link_map_report()