Home | History | Annotate | Download | only in libdwfl

Lines Matching defs:elfdata

46 do_check64 (size_t i, const Elf64_auxv_t (*a64)[], uint_fast8_t *elfdata)
57 *elfdata = ELFDATA2MSB;
64 *elfdata = ELFDATA2LSB;
71 #define check64(n) do_check64 (n, a64, elfdata)
74 do_check32 (size_t i, const Elf32_auxv_t (*a32)[], uint_fast8_t *elfdata)
85 *elfdata = ELFDATA2MSB;
92 *elfdata = ELFDATA2LSB;
99 #define check32(n) do_check32 (n, a32, elfdata)
105 uint_fast8_t *elfclass, uint_fast8_t *elfdata)
247 report_r_debug (uint_fast8_t elfclass, uint_fast8_t elfdata,
292 if (elfdata == ELFDATA2MSB)
301 if (elfdata == ELFDATA2MSB)
513 uint_fast8_t *elfclass, uint_fast8_t *elfdata,
664 if (*elfdata == ELFDATANONE)
665 *elfdata = ehdr.e_ident[EI_DATA];
666 else if (*elfdata != ehdr.e_ident[EI_DATA])
679 uint_fast8_t *elfclass, uint_fast8_t *elfdata,
687 elfclass, elfdata,
708 uint_fast8_t elfdata = ELFDATANONE;
710 && likely (auxv_format_probe (auxv, auxv_size, &elfclass, &elfdata)))
747 if (elfdata == ELFDATA2MSB)
754 if (elfdata == ELFDATA2MSB)
897 (&out, &in, elfdata) != NULL))
941 &elfclass, &elfdata,
945 &elfclass, &elfdata,
985 (&out, &in, elfdata) != NULL))
1019 r_debug_vaddr = find_executable (dwfl, 0, 0, &elfclass, &elfdata,
1037 return report_r_debug (elfclass, elfdata, dwfl, r_debug_vaddr,