HomeSort by relevance Sort by last modified time
    Searched defs:dwbias (Results 1 - 9 of 9) sorted by null

  /external/elfutils/tests/
aggregate_size.c 65 Dwarf_Addr dwbias; local
66 while ((cu = dwfl_nextcu (dwfl, cu, &dwbias)) != NULL)
find-prologues.c 37 Dwarf_Addr dwbias; member in struct:args
65 entrypc += a->dwbias;
76 printf (" %#.16" PRIx64 "%s", bkpts[i] + a->dwbias,
102 while ((a.cu = dwfl_nextcu (a.dwfl, a.cu, &a.dwbias)) != NULL)
funcretval.c 37 Dwarf_Addr dwbias; member in struct:args
100 while ((a.cu = dwfl_nextcu (a.dwfl, a.cu, &a.dwbias)) != NULL)
low_high_pc.c 36 Dwarf_Addr dwbias; member in struct:args
99 while ((a.cu = dwfl_nextcu (a.dwfl, a.cu, &a.dwbias)) != NULL)
dwflmodtest.c 37 Dwarf_Addr dwbias; member in struct:info
77 lo += info->dwbias;
81 hi += info->dwbias;
90 entry += info->dwbias;
134 lo += info->dwbias;
138 hi += info->dwbias;
142 entry += info->dwbias;
funcscopes.c 100 Dwarf_Addr dwbias; member in struct:args
153 lowpc += a->dwbias;
154 highpc += a->dwbias;
189 while ((a.cu = dwfl_nextcu (a.dwfl, a.cu, &a.dwbias)) != NULL)
varlocs.c 772 Dwarf_Addr dwbias; local
773 while ((cu = dwfl_nextcu (dwfl, cu, &dwbias)) != NULL)
784 assert (dwbias == modbias);
807 cfi_eh_bias = dwbias - elfbias;
  /external/elfutils/src/
nm.c 1171 Dwarf_Addr dwbias; local
1172 dwfl_module_info (mod, NULL, NULL, NULL, &dwbias, NULL, NULL, NULL);
1175 elf file but is only missing the alternate debug link. If dwbias
1178 if (dwbias == (Dwarf_Addr) -1)
    [all...]
readelf.c 718 Dwarf_Addr dwbias; local
719 dwfl_module_info (mod, NULL, NULL, NULL, &dwbias, NULL, NULL, NULL);
722 elf file but is only missing the alternate debug link. If dwbias
725 if (dwbias == (Dwarf_Addr) -1)
8301 Dwarf_Addr dwbias; local
    [all...]

Completed in 381 milliseconds