Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c1568 DiOffT ehdr_mioff = 0; in ML_() local
1676 vg_assert(ehdr_mioff == 0); // ensured by its initialisation in ML_()
1677 ok = ML_(img_valid)(mimg, ehdr_mioff, sizeof(ehdr_m)); in ML_()
1679 ML_(img_get)(&ehdr_m, mimg, ehdr_mioff, sizeof(ehdr_m)); in ML_()
1681 phdr_mioff = ehdr_mioff + ehdr_m.e_phoff; in ML_()
1685 shdr_mioff = ehdr_mioff + ehdr_m.e_shoff; in ML_()
1732 = ehdr_mioff /* isn't this always zero? */ + a_shdr.sh_offset; in ML_()
1856 INDEX_BIS(ehdr_mioff + a_phdr.p_offset, in ML_()
1879 strtab_mioff = ehdr_mioff + offset; in ML_()
1880 vg_assert(ehdr_mioff == 0); // should always be in ML_()