Home
last modified time | relevance | path

Searched defs:nlist (Results 1 – 8 of 8) sorted by relevance

/external/elfutils/libelf/
Dnlist.h34 struct nlist struct
50 extern int nlist (__const char *__filename, struct nlist *__nl); argument
Dnlist.c60 nlist (const char *filename, struct nlist *nl) in nlist() function
/external/kernel-headers/original/uapi/linux/
Da.out.h163 struct nlist { struct
166 struct nlist *n_next; argument
168 } n_un;
169 unsigned char n_type;
170 char n_other;
171 short n_desc;
172 unsigned long n_value;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h633 struct nlist { struct
649 // Get/Set functions from <mach-o/nlist.h> argument
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp430 MachOYAML::NListEntry constructNameList(const nlist_t &nlist) { in constructNameList()
/external/llvm/include/llvm/Support/
DMachO.h945 struct nlist { struct
953 struct nlist_64 { argument
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java421 NodeList nlist = doc.getElementsByTagName(FILES); in createRB() local
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.c2177 struct wpa_ssid *prev, **nlist; in wpa_config_add_prio_network() local