Home
last modified time | relevance | path

Searched refs:ULEB128_7 (Results 1 - 11 of 11) sorted by relevance

/third_party/elfutils/backends/
H A Di386_cfi.c44 DW_CFA_same_value, ULEB128_7 (3), /* %ebx */ in i386_abi_cfi()
45 DW_CFA_same_value, ULEB128_7 (5), /* %ebp */ in i386_abi_cfi()
46 DW_CFA_same_value, ULEB128_7 (6), /* %esi */ in i386_abi_cfi()
47 DW_CFA_same_value, ULEB128_7 (7), /* %edi */ in i386_abi_cfi()
50 DW_CFA_val_offset, ULEB128_7 (4), ULEB128_7 (0), in i386_abi_cfi()
53 DW_CFA_same_value, ULEB128_7 (40), /* %es */ in i386_abi_cfi()
54 DW_CFA_same_value, ULEB128_7 (41), /* %cs */ in i386_abi_cfi()
55 DW_CFA_same_value, ULEB128_7 (42), /* %ss */ in i386_abi_cfi()
56 DW_CFA_same_value, ULEB128_7 (4 in i386_abi_cfi()
[all...]
H A Dx86_64_cfi.c44 DW_CFA_same_value, ULEB128_7 (0), /* %rbx */ in x86_64_abi_cfi()
45 DW_CFA_same_value, ULEB128_7 (6), /* %rbp */ in x86_64_abi_cfi()
46 DW_CFA_same_value, ULEB128_7 (12), /* %r12 */ in x86_64_abi_cfi()
47 DW_CFA_same_value, ULEB128_7 (13), /* %r13 */ in x86_64_abi_cfi()
48 DW_CFA_same_value, ULEB128_7 (14), /* %r14 */ in x86_64_abi_cfi()
49 DW_CFA_same_value, ULEB128_7 (15), /* %r15 */ in x86_64_abi_cfi()
50 DW_CFA_same_value, ULEB128_7 (16), /* %r16 */ in x86_64_abi_cfi()
53 DW_CFA_val_offset, ULEB128_7 (7), ULEB128_7 (0), in x86_64_abi_cfi()
H A Darm_cfi.c55 DW_CFA_def_cfa, ULEB128_7 (13), ULEB128_7 (0), in arm_abi_cfi()
58 DW_CFA_val_offset, ULEB128_7 (13), ULEB128_7 (0), in arm_abi_cfi()
60 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in arm_abi_cfi()
66 DW_CFA_register, ULEB128_7 (15), ULEB128_7 (14), /* pc = lr */ in arm_abi_cfi()
H A Daarch64_cfi.c55 DW_CFA_def_cfa, ULEB128_7 (30), ULEB128_7 (0), in aarch64_abi_cfi()
57 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in aarch64_abi_cfi()
66 DW_CFA_val_offset, ULEB128_7 (31), ULEB128_7 (0), in aarch64_abi_cfi()
H A Dcsky_cfi.c44 DW_CFA_def_cfa, ULEB128_7 (14), ULEB128_7 (0), in csky_abi_cfi()
45 DW_CFA_val_offset, ULEB128_7 (14), ULEB128_7 (0), in csky_abi_cfi()
47 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in csky_abi_cfi()
H A Driscv_cfi.c45 DW_CFA_def_cfa, ULEB128_7 (2), ULEB128_7 (0), in riscv_abi_cfi()
48 DW_CFA_val_offset, ULEB128_7 (2), ULEB128_7 (0), in riscv_abi_cfi()
50 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in riscv_abi_cfi()
H A Dppc_cfi.c44 DW_CFA_def_cfa, ULEB128_7 (1), ULEB128_7 (0) */ in ppc_abi_cfi()
47 DW_CFA_val_offset, ULEB128_7 (1), ULEB128_7 (0), in ppc_abi_cfi()
50 DW_CFA_same_value, ULEB128_7 (65), /* lr */ in ppc_abi_cfi()
53 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in ppc_abi_cfi()
H A Dm68k_cfi.c42 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in m68k_abi_cfi()
48 DW_CFA_val_offset, ULEB128_7 (15), ULEB128_7 (0), in m68k_abi_cfi()
H A Ds390_cfi.c44 DW_CFA_def_cfa, ULEB128_7 (15), ULEB128_7 (96) */ in s390_abi_cfi()
47 DW_CFA_same_value, ULEB128_7 (14), /* r14 */ in s390_abi_cfi()
50 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in s390_abi_cfi()
H A Dsparc_cfi.c43 #define SV(n) DW_CFA_same_value, ULEB128_7 (n) in sparc_abi_cfi()
/third_party/elfutils/libebl/
H A DlibeblP.h89 #define ULEB128_7(x) (BUILD_BUG_ON_ZERO ((x) >= (1U << 7)) + (x)) macro

Completed in 3 milliseconds