Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:text_bias

86    doesn't make much sense.  Here, we use text_bias as empirically
91 #define BIAS_FOR_LINETAB2 (di->text_bias)
92 #define BIAS_FOR_FPO (di->text_bias)
93 /* Using di->text_bias for the FPOs causes 981 in range and 1 out of
95 so di->text_bias looks like a better bet.:
96 $ grep FPO spew-B-text_bias | grep keep | wc
98 $ grep FPO spew-B-text_bias | grep SKIP | wc
2265 /* Iterate over PE(?) headers. Try to establish the text_bias,
2362 di->text_bias = di->text_avma - di->text_svma;
2364 di->text_bias = 0;
2380 di->text_size, di->text_bias);