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

  /system/core/libcorkscrew/arch-x86/
dwarf.h 87 uint8_t aug_L;
101 uint32_t aug_L;
backtrace-x86.c 638 case 'L': cie_info->aug_L = 1; break;
670 if (cie_info->aug_L) {
671 if (!try_get_byte(memory, cie, &cie_info->aug_L, &c)) {
676 cie_info->aug_L = DW_EH_PE_absptr;
734 if (cie_info->aug_L && cie_info->aug_L != DW_EH_PE_omit) {
735 if (!read_dwarf(memory, fde, &fde_info->aug_L, cie_info->aug_L, &c)) {

Completed in 66 milliseconds