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

  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c 230 Addr text_svma, data_svma, sdata_svma, rodata_svma, bss_svma, sbss_svma; local
270 sbss_svma = di->sbss_debug_svma;
283 sbss_svma = di->sbss_svma;
327 && sym_svma >= sbss_svma
328 && sym_svma < sbss_svma + di->sbss_size) {
    [all...]
priv_storage.h 575 Addr sbss_svma; member in struct:_DebugInfo

Completed in 54 milliseconds