HomeSort by relevance Sort by last modified time
    Searched full:linkinfo (Results 1 - 10 of 10) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
ELFReaderIf.h 97 /// LinkInfo - some section needs sh_link and sh_info, remember them.
98 struct LinkInfo {
104 typedef std::vector<LinkInfo> LinkInfoList;
  /external/iproute2/ip/
link_gre.c 52 struct rtattr *linkinfo[IFLA_INFO_MAX+1]; local
92 parse_rtattr_nested(linkinfo, IFLA_INFO_MAX, tb[IFLA_LINKINFO]);
94 if (!linkinfo[IFLA_INFO_DATA])
98 linkinfo[IFLA_INFO_DATA]);
ipaddress.c 157 struct rtattr *linkinfo[IFLA_INFO_MAX+1]; local
161 parse_rtattr_nested(linkinfo, IFLA_INFO_MAX, tb);
163 if (!linkinfo[IFLA_INFO_KIND])
165 kind = RTA_DATA(linkinfo[IFLA_INFO_KIND]);
177 if (linkinfo[IFLA_INFO_DATA]) {
179 linkinfo[IFLA_INFO_DATA]);
184 if (linkinfo[IFLA_INFO_XSTATS] && show_stats &&
186 lu->print_xstats(lu, fp, linkinfo[IFLA_INFO_XSTATS]);
iplink.c 429 struct rtattr *linkinfo = NLMSG_TAIL(&req.n); local
451 linkinfo->rta_len = (void *)NLMSG_TAIL(&req.n) - (void *)linkinfo;
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
php-brief.php 82 'parse_str', 'str_pad', 'chop', 'strchr', 'sprintf', 'printf', 'vprintf', 'vsprintf', 'sscanf', 'fscanf', 'parse_url', 'urlencode', 'urldecode', 'rawurlencode', 'rawurldecode', 'readlink', 'linkinfo', 'link', 'unlink', 'exec', 'system', 'escapeshellcmd', 'escapeshellarg', 'passthru', 'shell_exec', 'proc_open', 'proc_close', 'rand', 'srand', 'getrandmax', 'mt_rand', 'mt_srand', 'mt_getrandmax', 'base64_decode', 'base64_encode', 'abs', 'ceil', 'floor', 'round', 'is_finite', 'is_nan', 'is_infinite', 'bindec', 'hexdec', 'octdec', 'decbin', 'decoct', 'dechex', 'base_convert', 'number_format', 'fmod', 'ip2long', 'long2ip', 'getenv', 'putenv', 'getopt', 'microtime', 'gettimeofday', 'getrusage', 'uniqid', 'quoted_printable_decode', 'set_time_limit', 'get_cfg_var', 'magic_quotes_runtime', 'set_magic_quotes_runtime', 'get_magic_quotes_gpc', 'get_magic_quotes_runtime',
php.php 441 'linkinfo','list','localeconv','localtime','log','log1p','log10',
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 397 LinkInfo link_info = { section, sh_link, sh_info };
906 LinkInfo link_info = { section, sh_link, sh_info };
    [all...]
  /external/libppp/src/
ether.c 458 const struct linkinfo *nlink;
netgraph.c 460 const struct linkinfo *nlink;
  /external/libvpx/libvpx/examples/includes/geshi/docs/
geshi-doc.txt     [all...]

Completed in 1003 milliseconds