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

  /src/usr.sbin/makemandb/
apropos-utils.h 81 void *other_data; member in struct:query_callback_args
  /src/external/bsd/nsd/dist/
tsig.h 130 uint8_t *other_data; member in struct:tsig_record
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_edid.h 171 struct detailed_non_pixel other_data; member in union:detailed_timing::__anon5903
  /src/external/mpl/bind/dist/lib/dns/
rbtdb.c 2408 bool cname = false, other_data = false; local
2485 other_data = true;
2489 if (cname && other_data) {
  /src/external/gpl3/binutils/dist/bfd/
peXXigen.c 2082 bfd_vma other_data;
2091 other_data = GET_PDATA_ENTRY (abfd, data + i + 4);
2093 if (begin_addr == 0 && other_data == 0)
2097 prolog_length = (other_data & 0x000000FF);
2098 function_length = (other_data & 0x3FFFFF00) >> 8;
2099 flag32bit = (int)((other_data & 0x40000000) >> 30);
2100 exception_flag = (int)((other_data & 0x80000000) >> 31);
2081 bfd_vma other_data; local
  /src/external/gpl3/binutils.old/dist/bfd/
peXXigen.c 2070 bfd_vma other_data;
2079 other_data = GET_PDATA_ENTRY (abfd, data + i + 4);
2081 if (begin_addr == 0 && other_data == 0)
2085 prolog_length = (other_data & 0x000000FF);
2086 function_length = (other_data & 0x3FFFFF00) >> 8;
2087 flag32bit = (int)((other_data & 0x40000000) >> 30);
2088 exception_flag = (int)((other_data & 0x80000000) >> 31);
2069 bfd_vma other_data; local
  /src/external/gpl3/gdb/dist/bfd/
peXXigen.c 2065 bfd_vma other_data;
2074 other_data = GET_PDATA_ENTRY (abfd, data + i + 4);
2076 if (begin_addr == 0 && other_data == 0)
2080 prolog_length = (other_data & 0x000000FF);
2081 function_length = (other_data & 0x3FFFFF00) >> 8;
2082 flag32bit = (int)((other_data & 0x40000000) >> 30);
2083 exception_flag = (int)((other_data & 0x80000000) >> 31);
2064 bfd_vma other_data; local
  /src/external/gpl3/gdb.old/dist/bfd/
peXXigen.c 2064 bfd_vma other_data;
2073 other_data = GET_PDATA_ENTRY (abfd, data + i + 4);
2075 if (begin_addr == 0 && other_data == 0)
2079 prolog_length = (other_data & 0x000000FF);
2080 function_length = (other_data & 0x3FFFFF00) >> 8;
2081 flag32bit = (int)((other_data & 0x40000000) >> 30);
2082 exception_flag = (int)((other_data & 0x80000000) >> 31);
2063 bfd_vma other_data; local
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c 6089 bool cname, other_data; local
6100 other_data = false;
6158 other_data = true;
6164 if (cname && other_data) {

Completed in 51 milliseconds