Home
last modified time | relevance | path

Searched refs:DW_EH_PE_uleb128 (Results 1 – 9 of 9) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Ddwarf2asm.c371 S(DW_EH_PE_uleb128, "uleb128") in eh_data_format_name()
381 S(DW_EH_PE_uleb128 | DW_EH_PE_pcrel, "pcrel uleb128") in eh_data_format_name()
391 S(DW_EH_PE_uleb128 | DW_EH_PE_textrel, "textrel uleb128") in eh_data_format_name()
401 S(DW_EH_PE_uleb128 | DW_EH_PE_datarel, "datarel uleb128") in eh_data_format_name()
411 S(DW_EH_PE_uleb128 | DW_EH_PE_funcrel, "funcrel uleb128") in eh_data_format_name()
422 S(DW_EH_PE_indirect | DW_EH_PE_uleb128 | DW_EH_PE_pcrel, in eh_data_format_name()
441 S(DW_EH_PE_indirect | DW_EH_PE_uleb128 | DW_EH_PE_textrel, in eh_data_format_name()
460 S(DW_EH_PE_indirect | DW_EH_PE_uleb128 | DW_EH_PE_datarel, in eh_data_format_name()
479 S(DW_EH_PE_indirect | DW_EH_PE_uleb128 | DW_EH_PE_funcrel, in eh_data_format_name()
Dunwind-pe.h48 #define DW_EH_PE_uleb128 0x01 macro
216 case DW_EH_PE_uleb128: in read_encoded_value_with_base()
Ddwarf2.h819 #define DW_EH_PE_uleb128 0x01 macro
Dexcept.c3731 cs_format = DW_EH_PE_uleb128; in output_function_exception_table()
/freebsd-9-stable/contrib/libcxxrt/
Ddwarf_eh.h63 DW_EH_PE_uleb128 = 0x01, enumerator
71 DW_EH_PE_sleb128 = DW_EH_PE_uleb128 | DW_EH_PE_signed,
243 case DW_EH_PE_uleb128: in read_value()
/freebsd-9-stable/contrib/compiler-rt/lib/
Dgcc_personality_v0.c64 #define DW_EH_PE_uleb128 0x01 macro
113 case DW_EH_PE_uleb128: in readEncodedPointer()
/freebsd-9-stable/contrib/binutils/include/elf/
Ddwarf2.h821 #define DW_EH_PE_uleb128 0x01 macro
/freebsd-9-stable/contrib/binutils/gas/
Ddw2gencfi.c655 || (encoding & 7) == DW_EH_PE_uleb128 in dot_cfi_personality()
725 || (encoding & 7) == DW_EH_PE_uleb128 in dot_cfi_lsda()
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DDwarf.h730 DW_EH_PE_uleb128 = 0x01, enumerator