Searched refs:redirectors (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/libc/docs/ |
D | build_system.rst | 30 Targets for redirectors 37 of redirectors (see below). 39 Targets for library of redirectors 42 Targets for shared libraries of redirectors are listed using the
|
D | redirectors.rst | 12 build redirectors to redirect from LLVM libc to the system libc. For now, the
|
/external/boringssl/src/util/fipstools/delocate/testdata/x86_64-LabelRewrite/ |
D | in1.s | 14 # Jumps to PLT symbols are rewritten through redirectors.
|
D | out.s | 24 # Jumps to PLT symbols are rewritten through redirectors.
|
/external/boringssl/src/util/fipstools/delocate/ |
D | delocate.go | 74 redirectors map[string]string member 520 d.redirectors[symbol] = redirector 923 d.redirectors[symbol] = redirectorName(symbol) 1371 d.redirectors[symbol+"@"+section] = redirectorName(symbol) 1763 redirectors: make(map[string]string), 1792 for name := range d.redirectors { 1798 redirector := d.redirectors[name]
|
/external/toybox/toys/pending/ |
D | sh.c | 303 static const char *redirectors[] = {"<<<", "<<-", "<<", "<&", "<>", "<", ">>", variable 646 } else if ((ii = anystart(ss, (void *)redirectors))) return ss+ii; in parse_word() 2101 sss = ss + anystart(ss, (void *)redirectors); in expand_redir()
|