HomeSort by: relevance | last modified time | path
    Searched defs:_CTF_NULLSTR (Results 1 - 5 of 5) sorted by relevancy

  /src/external/cddl/osnet/dist/common/ctf/
ctf_open.c 45 const char _CTF_NULLSTR[] = "";
299 name = _CTF_NULLSTR;
876 fp->ctf_data.cts_name = __UNCONST(_CTF_NULLSTR);
878 fp->ctf_symtab.cts_name = __UNCONST(_CTF_NULLSTR);
880 fp->ctf_strtab.cts_name = __UNCONST(_CTF_NULLSTR);
945 fp->ctf_lookups[3].ctl_prefix = _CTF_NULLSTR;
1098 if (fp->ctf_data.cts_name != _CTF_NULLSTR &&
1104 if (fp->ctf_symtab.cts_name != _CTF_NULLSTR &&
1110 if (fp->ctf_strtab.cts_name != _CTF_NULLSTR &&
  /src/external/gpl3/binutils/dist/libctf/
ctf-open.c 36 const char _CTF_NULLSTR[] = "";
1357 fp->ctf_lookups[3].ctl_prefix = _CTF_NULLSTR;
1712 fp->ctf_data.cts_name = _CTF_NULLSTR;
1714 fp->ctf_ext_symtab.cts_name = _CTF_NULLSTR;
1716 fp->ctf_ext_strtab.cts_name = _CTF_NULLSTR;
1899 if (fp->ctf_data.cts_name != _CTF_NULLSTR)
1902 if (fp->ctf_ext_symtab.cts_name != _CTF_NULLSTR)
1905 if (fp->ctf_ext_strtab.cts_name != _CTF_NULLSTR)
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-open.c 36 const char _CTF_NULLSTR[] = "";
1357 fp->ctf_lookups[3].ctl_prefix = _CTF_NULLSTR;
1712 fp->ctf_data.cts_name = _CTF_NULLSTR;
1714 fp->ctf_ext_symtab.cts_name = _CTF_NULLSTR;
1716 fp->ctf_ext_strtab.cts_name = _CTF_NULLSTR;
1899 if (fp->ctf_data.cts_name != _CTF_NULLSTR)
1902 if (fp->ctf_ext_symtab.cts_name != _CTF_NULLSTR)
1905 if (fp->ctf_ext_strtab.cts_name != _CTF_NULLSTR)
  /src/external/gpl3/gdb/dist/libctf/
ctf-open.c 36 const char _CTF_NULLSTR[] = "";
1357 fp->ctf_lookups[3].ctl_prefix = _CTF_NULLSTR;
1710 fp->ctf_data.cts_name = _CTF_NULLSTR;
1712 fp->ctf_ext_symtab.cts_name = _CTF_NULLSTR;
1714 fp->ctf_ext_strtab.cts_name = _CTF_NULLSTR;
1897 if (fp->ctf_data.cts_name != _CTF_NULLSTR)
1900 if (fp->ctf_ext_symtab.cts_name != _CTF_NULLSTR)
1903 if (fp->ctf_ext_strtab.cts_name != _CTF_NULLSTR)
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-open.c 36 const char _CTF_NULLSTR[] = "";
1274 fp->ctf_lookups[3].ctl_prefix = _CTF_NULLSTR;
1633 fp->ctf_data.cts_name = _CTF_NULLSTR;
1635 fp->ctf_ext_symtab.cts_name = _CTF_NULLSTR;
1637 fp->ctf_ext_strtab.cts_name = _CTF_NULLSTR;
1819 if (fp->ctf_data.cts_name != _CTF_NULLSTR)
1822 if (fp->ctf_ext_symtab.cts_name != _CTF_NULLSTR)
1825 if (fp->ctf_ext_strtab.cts_name != _CTF_NULLSTR)

Completed in 81 milliseconds