Searched refs:DW_EH_PE_uleb128 (Results 1 – 9 of 9) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | dwarf2asm.c | 371 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()
|
| D | unwind-pe.h | 48 #define DW_EH_PE_uleb128 0x01 macro 216 case DW_EH_PE_uleb128: in read_encoded_value_with_base()
|
| D | dwarf2.h | 819 #define DW_EH_PE_uleb128 0x01 macro
|
| D | except.c | 3731 cs_format = DW_EH_PE_uleb128; in output_function_exception_table()
|
| /freebsd-9-stable/contrib/libcxxrt/ |
| D | dwarf_eh.h | 63 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/ |
| D | gcc_personality_v0.c | 64 #define DW_EH_PE_uleb128 0x01 macro 113 case DW_EH_PE_uleb128: in readEncodedPointer()
|
| /freebsd-9-stable/contrib/binutils/include/elf/ |
| D | dwarf2.h | 821 #define DW_EH_PE_uleb128 0x01 macro
|
| /freebsd-9-stable/contrib/binutils/gas/ |
| D | dw2gencfi.c | 655 || (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/ |
| D | Dwarf.h | 730 DW_EH_PE_uleb128 = 0x01, enumerator
|