Searched refs:symbol (Results 1 – 3 of 3) sorted by relevance
41 local symbol type addr size rest42 while read symbol type addr size rest; do43 case "$symbol" in45 if [ "$symbol" = _start ]; then46 symbol=ENTRY48 echo "#define ${1}_${symbol} 0x${addr}" >> $OUTFILE51 *) echo "#define ${1}_${symbol}_SIZE 0x${size}" >> $OUTFILE66 local symbol rest67 while read symbol rest; do69 echo "#define ${1}_DYNSYM_${symbol} ${symno}" >> $OUTFILE
25 local define symbol rest syscall caller28 while read define symbol rest; do29 case "$symbol" in
7 * The C++ compiler generates a reference to this symbol for each static9 * no need for it, so just define the symbol away rather than wasting a
Completed in 5 milliseconds