HomeSort by relevance Sort by last modified time
    Searched refs:nloc (Results 1 - 5 of 5) sorted by null

  /external/elfutils/libdw/
dwarf_getloclist.c 84 *listlen = (*found)->nloc;
291 newp->nloc = *listlen;
libdwP.h 40 size_t nloc; member in struct:loc_s
  /external/openssl/crypto/bn/asm/
sparcv9a-mont.pl 118 $nloa="%f48"; $nlob="%f50"; $nloc="%f52"; $nlod="%f54";
238 fmuld $nlo,$nc,$nloc
243 faddd $aloc,$nloc,$nloc
258 faddd $nloc,$nhia,$nloc
263 fdtox $nloc,$nloc
270 std $nloc,[%sp+$bias+$frame+16]
304 fmuld $nlo,$nc,$nloc
    [all...]
  /external/icu4c/test/intltest/
svccoll.cpp 188 Locale nloc = ncol->getLocale(ULOC_VALID_LOCALE, status); local
189 if (nloc != fu_FU) {
190 errln(UnicodeString("asked for nloc valid locale after close and got") + nloc.getName());
  /external/elfutils/src/
nm.c 612 size_t nloc; local
613 if (dwarf_getloclist (locattr, &loc, &nloc) != 0)
618 if (nloc == 1 && loc[0].atom == DW_OP_addr)
    [all...]

Completed in 117 milliseconds