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 252 PtrdiffT text_bias, data_bias, sdata_bias, rodata_bias, bss_bias, sbss_bias; local
293 text_bias = di->text_debug_bias;
306 text_bias = di->text_bias;
327 *sym_avma_out += text_bias;
366 *sym_avma_out += text_bias;
567 supplied value (which is di->text_bias) for both of these.
731 escn_opd, di->text_bias,
864 escn_opd, di->text_bias,
    [all...]
readmacho.c 317 sym_addr = di->text_bias + nl.n_value;
706 /* mmap the object file to look for di->soname and di->text_bias
747 // Get di->text_bias (aka slide) based on the corresponding LC_SEGMENT
750 di->text_bias = 0;
842 di->text_bias = di->text_avma - di->text_svma;
849 di->text_debug_bias = di->text_bias;
    [all...]
priv_storage.h 647 di->text_bias = rx_bias;
715 PtrdiffT text_bias; member in struct:_DebugInfo
    [all...]
readdwarf.c 2122 Addr text_bias; member in struct:__anon16159
    [all...]
readpdb.c     [all...]
debuginfo.c     [all...]

Completed in 345 milliseconds