Searched refs:n_name (Results 1 - 9 of 9) sorted by relevance

/external/elfutils/tests/
H A Dtest-nlist.c47 [0] = { .n_name = "var" },
48 [1] = { .n_name = "bss" },
49 [2] = { .n_name = "main" },
50 [3] = { .n_name = "foo" },
51 [4] = { .n_name = "not-there" },
52 [5] = { .n_name = NULL },
64 for (cnt = 0; nl[cnt].n_name != NULL; ++cnt)
68 printf ("nl[%d].n_name = \"%s\"\n"
74 cnt, nl[cnt].n_name,
/external/elfutils/libelf/
H A Dnlist.h57 char *n_name; /* Symbol name. */ member in struct:nlist
H A Dnlist.c194 while (nl->n_name != NULL && nl->n_name[0] != '\0')
200 search.str = nl->n_name;
201 found = nlist_fshash_find (table, nl->n_name, 0, &search);
251 while (nl->n_name != NULL && nl->n_name[0] != '\0')
/external/kernel-headers/original/linux/
H A Da.out.h160 char *n_name;
159 char *n_name; member in union:nlist::__anon7646
/external/valgrind/main/include/
H A Dpub_tool_debuginfo.h242 it comes from. If name is non-NULL, then the last n_name-1
243 characters of the object's name is put in name[0 .. n_name-2], and
244 name[n_name-1] is set to zero (guaranteed zero terminated). */
245 VgSectKind VG_(DebugInfo_sect_kind)( /*OUT*/UChar* name, SizeT n_name,
/external/quake/quake/src/WinQuake/
H A Dmpdosock.h161 char FAR * n_name; /* official name of net */ member in struct:netent
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c3854 it comes from. If name is non-NULL, then the last n_name-1
3855 characters of the object's name is put in name[0 .. n_name-2], and
3856 name[n_name-1] is set to zero (guaranteed zero terminated). */
3858 VgSectKind VG_(DebugInfo_sect_kind)( /*OUT*/UChar* name, SizeT n_name, argument
3938 vg_assert(n_name >= 8);
3943 Int start_at = 1 + fnlen - n_name;
3948 vg_assert(j >= 0 && j < n_name);
3956 VG_(snprintf)(name, n_name, "%s", "???");
3959 name[n_name-1] = 0;
/external/libpcap/
H A Dpcap-dlpi.c1819 nl[NL_IFNET].n_name);
/external/iptables/iptables/
H A Dxtables.c1106 return net->n_name;

Completed in 590 milliseconds