• Home
  • Raw
  • Download

Lines Matching refs:elfclass

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
652 if (*elfclass == ELFCLASSNONE) in consider_executable()
653 *elfclass = ehdr.e_ident[EI_CLASS]; in consider_executable()
654 else if (*elfclass != ehdr.e_ident[EI_CLASS]) in consider_executable()
672 uint_fast8_t *elfclass, uint_fast8_t *elfdata, in find_executable() argument
680 elfclass, elfdata, in find_executable()
699 uint_fast8_t elfclass = ELFCLASSNONE; in dwfl_link_map_report() local
702 && likely (auxv_format_probe (auxv, auxv_size, &elfclass, &elfdata))) in dwfl_link_map_report()
741 if (elfclass == ELFCLASS32) in dwfl_link_map_report()
894 if (likely ((elfclass == ELFCLASS32 in dwfl_link_map_report()
899 if (elfclass == ELFCLASS32) in dwfl_link_map_report()
940 &elfclass, &elfdata, in dwfl_link_map_report()
944 &elfclass, &elfdata, in dwfl_link_map_report()
982 if (likely ((elfclass == ELFCLASS32 in dwfl_link_map_report()
987 if (elfclass == ELFCLASS32) in dwfl_link_map_report()
1018 r_debug_vaddr = find_executable (dwfl, 0, 0, &elfclass, &elfdata, in dwfl_link_map_report()
1036 return report_r_debug (elfclass, elfdata, dwfl, r_debug_vaddr, in dwfl_link_map_report()