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

  /system/core/libcorkscrew/arch-x86/
dwarf.h 88 uint8_t aug_R;
backtrace-x86.c 639 case 'R': cie_info->aug_R = 1; break;
678 if (cie_info->aug_R) {
679 if (!try_get_byte(memory, cie, &cie_info->aug_R, &c)) {
684 cie_info->aug_R = DW_EH_PE_absptr;
720 if (!read_dwarf(memory, fde, &fde_info->start, (uint8_t)cie_info->aug_R, &c)) {

Completed in 43 milliseconds