HomeSort by relevance Sort by last modified time
    Searched defs:current_text_addr (Results 1 - 16 of 16) sorted by null

  /bionic/libc/kernel/arch-arm/asm/
processor.h 15 #define current_text_addr() ({ __label__ _l; _l: &&_l;}) macro