Home
last modified time | relevance | path

Searched refs:DW_EH_PE_signed (Results 1 – 16 of 16) sorted by relevance

/openbsd/gnu/llvm/libunwind/src/
H A Ddwarf2.h66 DW_EH_PE_signed = 0x08, enumerator
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dunwind-pe.h44 #define DW_EH_PE_signed 0x08 macro
H A Ddwarf2.h622 #define DW_EH_PE_signed 0x08 macro
/openbsd/gnu/gcc/gcc/
H A Dunwind-pe.h56 #define DW_EH_PE_signed 0x08 macro
H A Ddwarf2.h829 #define DW_EH_PE_signed 0x08 macro
/openbsd/gnu/llvm/lld/ELF/
H A DEhFrame.cpp103 case DW_EH_PE_signed: in getAugPSize()
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Ddwarf2.h766 #define DW_EH_PE_signed 0x08 macro
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Ddwarf2.h826 #define DW_EH_PE_signed 0x08 macro
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.h525 DW_EH_PE_signed = 0x08, enumerator
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf-eh-frame.c126 #define get_DW_EH_PE_signed(encoding) (((encoding) & DW_EH_PE_signed) != 0)
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf-eh-frame.c156 #define get_DW_EH_PE_signed(encoding) (((encoding) & DW_EH_PE_signed) != 0)
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp1252 case dwarf::DW_EH_PE_signed: in getSizeForEncoding()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Ddwarf.c2888 if (encoding & DW_EH_PE_signed) in get_encoded_value()
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4354 Format != dwarf::DW_EH_PE_sdata8 && Format != dwarf::DW_EH_PE_signed) in isValidEncoding()
H A DMasmParser.cpp5652 Format != dwarf::DW_EH_PE_sdata8 && Format != dwarf::DW_EH_PE_signed) in isValidEncoding()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c8667 if (encoding & DW_EH_PE_signed) in get_encoded_value()