Searched defs:REL (Results 1 – 6 of 6) sorted by relevance
28 REL = m.group(2) or '' variable
26 public static final String REL = "rel"; field
31 public static final Attribute REL = new AttributeImpl ("REL"); field in Attribute
72 #define REL (1 << (ET_REL - 1)) macro
26 #define WASM_RELOC(NAME, REL) \ in relocTypeToString() argument
215 REL = re.compile(r"""<([^>]*\srel\s*=\s*['"]?([^'">]+)[^>]*)>""", re.I) variable