Searched refs:__BUG_REL (Results 1 – 2 of 2) sorted by relevance
21 # define __BUG_REL(val) ".word " __stringify(val) " - ." macro23 # define __BUG_REL(val) ".word " __stringify(val) macro34 "2:\t" __BUG_REL(1b) "\n" \35 "\t" __BUG_REL(%c0) "\n" \59 "2:\t" __BUG_REL(1b) "\n" \60 "\t" __BUG_REL(%c0) "\n" \75 "2:\t" __BUG_REL(1b) "\n" \
35 # define __BUG_REL(val) ".long " val macro37 # define __BUG_REL(val) ".long " val " - ." macro42 "2:\t" __BUG_REL("1b") "\t# bug_entry::bug_addr\n" \43 "\t" __BUG_REL(file) "\t# bug_entry::file\n" \48 "2:\t" __BUG_REL("1b") "\t# bug_entry::bug_addr\n" \
Completed in 6 milliseconds