Home
last modified time | relevance | path

Searched refs:n_name (Results 1 – 12 of 12) sorted by relevance

/external/elfutils/tests/
Dtest-nlist.c47 [0] = { .n_name = "var" }, in main()
48 [1] = { .n_name = "bss" }, in main()
49 [2] = { .n_name = "main" }, in main()
50 [3] = { .n_name = "foo" }, in main()
51 [4] = { .n_name = "not-there" }, in main()
52 [5] = { .n_name = NULL }, in main()
64 for (cnt = 0; nl[cnt].n_name != NULL; ++cnt) in main()
74 cnt, nl[cnt].n_name, in main()
/external/elfutils/libelf/
Dnlist.c194 while (nl->n_name != NULL && nl->n_name[0] != '\0') in nlist()
200 search.str = nl->n_name; in nlist()
201 found = nlist_fshash_find (table, nl->n_name, 0, &search); in nlist()
251 while (nl->n_name != NULL && nl->n_name[0] != '\0') in nlist()
Dnlist.h57 char *n_name; /* Symbol name. */ member
/external/chromium_org/third_party/libxml/src/
Dtestapi.c1432 int n_name; in test_htmlAutoCloseTag() local
1437 for (n_name = 0;n_name < gen_nb_const_xmlChar_ptr;n_name++) { in test_htmlAutoCloseTag()
1441 name = gen_const_xmlChar_ptr(n_name, 1); in test_htmlAutoCloseTag()
1448 des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1); in test_htmlAutoCloseTag()
1456 printf(" %d", n_name); in test_htmlAutoCloseTag()
1989 int n_name; in test_htmlEntityLookup() local
1991 for (n_name = 0;n_name < gen_nb_const_xmlChar_ptr;n_name++) { in test_htmlEntityLookup()
1993 name = gen_const_xmlChar_ptr(n_name, 0); in test_htmlEntityLookup()
1998 des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 0); in test_htmlEntityLookup()
2004 printf(" %d", n_name); in test_htmlEntityLookup()
[all …]
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
Dnetdb.h116 char *n_name; /* official name of net */ member
/external/kernel-headers/original/linux/
Da.out.h159 char *n_name; member
/external/valgrind/main/include/
Dpub_tool_debuginfo.h245 VgSectKind VG_(DebugInfo_sect_kind)( /*OUT*/UChar* name, SizeT n_name,
/external/chromium/chrome/browser/ui/cocoa/
Dobjc_zombie.mm86 nl[0].n_un.n_name = (char*)"_object_cxxDestruct";
90 nl[1].n_un.n_name = (char*)"_class_addIvar";
/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c3858 VgSectKind VG_(DebugInfo_sect_kind)( /*OUT*/UChar* name, SizeT n_name, in VG_()
3938 vg_assert(n_name >= 8); in VG_()
3943 Int start_at = 1 + fnlen - n_name; in VG_()
3948 vg_assert(j >= 0 && j < n_name); in VG_()
3956 VG_(snprintf)(name, n_name, "%s", "???"); in VG_()
3959 name[n_name-1] = 0; in VG_()
/external/chromium_org/base/process/
Dmemory_mac.mm68 nl[0].n_un.n_name = const_cast<char*>("_malloc_error_break");
72 nl[1].n_un.n_name = const_cast<char*>("_malloc");
/external/libpcap/
Dpcap-dlpi.c1819 nl[NL_IFNET].n_name); in get_dlpi_ppa()
/external/iptables/iptables/
Dxtables.c1106 return net->n_name; in ipaddr_to_network()