Lines Matching refs:a32
74 do_check32 (size_t i, const Elf32_auxv_t (*a32)[], uint_fast8_t *elfdata) in do_check32() argument
79 uint32_t type = read_4ubyte_unaligned_noncvt (&(*a32)[i].a_type); in do_check32()
80 uint32_t val = read_4ubyte_unaligned_noncvt (&(*a32)[i].a_un.a_val); in do_check32()
99 #define check32(n) do_check32 (n, a32, elfdata)
107 const Elf32_auxv_t (*a32)[size / sizeof (Elf32_auxv_t)] = (void *) auxv; in auxv_format_probe() local
285 Elf32_Addr (*a32)[n] = vaddr - read_vaddr + buffer; in report_r_debug() local
286 Elf64_Addr (*a64)[n] = (void *) a32; in report_r_debug()
292 addrs[i] = BE32 (read_4ubyte_unaligned_noncvt (&(*a32)[i])); in report_r_debug()
295 addrs[i] = LE32 (read_4ubyte_unaligned_noncvt (&(*a32)[i])); in report_r_debug()
641 Elf32_Addr a32; in consider_executable() member
648 ? BE32 (u->a32) : LE32 (u->a32)); in consider_executable()