HomeSort by relevance Sort by last modified time
    Searched refs:p_section (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
resolv.h 299 #define p_section __p_section macro
362 const char * p_section (int __section, int __opcode) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
resolv.h 301 #define p_section __p_section macro
364 const char * p_section (int __section, int __opcode) __THROW;
  /bionic/libc/dns/resolv/
res_debug.c 186 p_section(section, opcode));
326 p_section(ns_s_qd, (int)opcode), qdcount);
328 p_section(ns_s_an, (int)opcode), ancount);
330 p_section(ns_s_ns, (int)opcode), nscount);
332 p_section(ns_s_ar, (int)opcode), arcount);
628 p_section(int section, int opcode) { function
    [all...]
  /bionic/libc/dns/include/
resolv_private.h 394 #define p_section __p_section macro
479 __LIBC_HIDDEN__ const char * p_section(int, int);

Completed in 38 milliseconds