Home
last modified time | relevance | path

Searched refs:DW_EXT_HI (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/sh/include/asm/
H A Ddwarf.h371 #define DW_EXT_HI 0xffffffff macro
372 #define DW_EXT_DWARF64 DW_EXT_HI
/openbmc/linux/arch/sh/kernel/
H A Ddwarf.c281 if (initial_len >= DW_EXT_LO && initial_len <= DW_EXT_HI) { in dwarf_entry_len()