Home
last modified time | relevance | path

Searched refs:ehdr_mioff (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c1420 DiOffT ehdr_mioff = 0; in ML_() local
1520 vg_assert(ehdr_mioff == 0); // ensured by its initialisation in ML_()
1521 ok = ML_(img_valid)(mimg, ehdr_mioff, sizeof(ehdr_m)); in ML_()
1523 ML_(img_get)(&ehdr_m, mimg, ehdr_mioff, sizeof(ehdr_m)); in ML_()
1525 phdr_mioff = ehdr_mioff + ehdr_m.e_phoff; in ML_()
1529 shdr_mioff = ehdr_mioff + ehdr_m.e_shoff; in ML_()
1576 = ehdr_mioff /* isn't this always zero? */ + a_shdr.sh_offset; in ML_()
1685 INDEX_BIS(ehdr_mioff + a_phdr.p_offset, in ML_()
1708 strtab_mioff = ehdr_mioff + offset; in ML_()
1709 vg_assert(ehdr_mioff == 0); // should always be in ML_()