HomeSort by relevance Sort by last modified time
    Searched refs:text_bias (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c 232 PtrdiffT text_bias, data_bias, sdata_bias, rodata_bias, bss_bias, sbss_bias; local
262 text_bias = di->text_debug_bias;
275 text_bias = di->text_bias;
296 *sym_avma_out += text_bias;
335 *sym_avma_out += text_bias;
480 supplied value (which is di->text_bias) for both of these.
641 opd_img, di->text_bias,
755 opd_img, di->text_bias,
    [all...]
readmacho.c 336 sym_addr = di->text_bias + nl->n_value;
680 /* mmap the object file to look for di->soname and di->text_bias
707 // Get di->text_bias (aka slide) based on the corresponding LC_SEGMENT
710 di->text_bias = 0;
784 di->text_bias = di->text_avma - di->text_svma;
791 di->text_debug_bias = di->text_bias;
    [all...]
priv_storage.h 589 di->text_bias = rx_bias;
657 PtrdiffT text_bias; member in struct:_DebugInfo
readpdb.c 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
    [all...]
readdwarf.c 2091 Addr text_bias; member in struct:__anon15123
    [all...]
debuginfo.c     [all...]

Completed in 428 milliseconds