Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 3 of 3) sorted by relevance

/scripts/
A Dgen-rodso-code.sh41 local symbol type addr size rest
42 while read symbol type addr size rest; do
43 case "$symbol" in
45 if [ "$symbol" = _start ]; then
46 symbol=ENTRY
48 echo "#define ${1}_${symbol} 0x${addr}" >> $OUTFILE
51 *) echo "#define ${1}_${symbol}_SIZE 0x${size}" >> $OUTFILE
66 local symbol rest
67 while read symbol rest; do
69 echo "#define ${1}_DYNSYM_${symbol} ${symno}" >> $OUTFILE
A Dgen-vdso-valid-sysret.sh25 local define symbol rest syscall caller
28 while read define symbol rest; do
29 case "$symbol" in
A Ddso_handle.ld7 * The C++ compiler generates a reference to this symbol for each static
9 * no need for it, so just define the symbol away rather than wasting a

Completed in 5 milliseconds