HomeSort by relevance Sort by last modified time
    Searched full:abi_entry (Results 1 - 1 of 1) sorted by null

  /external/oprofile/libabi/
op_abi.c 82 struct op_abi_entry const * abi_entry; local
87 for (abi_entry = get_abi() ; abi_entry->name != NULL; ++abi_entry)
88 fprintf(fp, "%s %u\n", abi_entry->name, abi_entry->offset);

Completed in 503 milliseconds