Searched refs:n_name (Results 1 – 11 of 11) sorted by relevance
/external/elfutils/src/tests/ |
D | test-nlist.c | 39 [0] = { .n_name = "var" }, in main() 40 [1] = { .n_name = "bss" }, in main() 41 [2] = { .n_name = "main" }, in main() 42 [3] = { .n_name = "foo" }, in main() 43 [4] = { .n_name = "not-there" }, in main() 44 [5] = { .n_name = NULL }, in main() 56 for (cnt = 0; nl[cnt].n_name != NULL; ++cnt) in main() 66 cnt, nl[cnt].n_name, in main()
|
/external/libxml2/ |
D | testapi.c | 1428 int n_name; in test_htmlAutoCloseTag() local 1433 for (n_name = 0;n_name < gen_nb_const_xmlChar_ptr;n_name++) { in test_htmlAutoCloseTag() 1437 name = gen_const_xmlChar_ptr(n_name, 1); in test_htmlAutoCloseTag() 1444 des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1); in test_htmlAutoCloseTag() 1452 printf(" %d", n_name); in test_htmlAutoCloseTag() 1985 int n_name; in test_htmlEntityLookup() local 1987 for (n_name = 0;n_name < gen_nb_const_xmlChar_ptr;n_name++) { in test_htmlEntityLookup() 1989 name = gen_const_xmlChar_ptr(n_name, 0); in test_htmlEntityLookup() 1994 des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 0); in test_htmlEntityLookup() 2000 printf(" %d", n_name); in test_htmlEntityLookup() [all …]
|
/external/elfutils/src/libelf/ |
D | nlist.c | 173 while (nl->n_name != NULL && nl->n_name[0] != '\0') in nlist() 179 search.str = nl->n_name; in nlist() 180 found = nlist_fshash_find (table, nl->n_name, 0, &search); in nlist() 230 while (nl->n_name != NULL && nl->n_name[0] != '\0') in nlist()
|
D | nlist.h | 36 char *n_name; /* Symbol name. */ member
|
/external/lldb/source/Plugins/Process/elf-core/ |
D | ProcessElfCore.cpp | 381 std::string n_name; member 418 n_name = "CORE"; in Parse() 433 n_name = cstr; in Parse() 532 if (note.n_name == "FreeBSD") in ParseThreadContextsFromNoteSegment()
|
/external/libpcap/Win32/Src/ |
D | getnetbynm.c | 34 if (strcmp(p->n_name, name) == 0) in getnetbyname()
|
D | getnetent.c | 75 net.n_name = p; in getnetent()
|
/external/kernel-headers/original/uapi/linux/ |
D | som.h | 98 char * n_name; member
|
D | a.out.h | 165 char *n_name; member
|
/external/libpcap/ |
D | pcap-dlpi.c | 1649 nl[NL_IFNET].n_name);
|
/external/iptables/libxtables/ |
D | xtables.c | 1203 return net->n_name; in ipaddr_to_network()
|