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

  /src/sys/sys/
gcq.h 208 struct gcq *dst_next, *src_prev, *src_next; local
214 src_next = src->q_next;
218 dst->q_next = src_next;
219 src_next->q_prev = dst;
  /src/external/gpl3/binutils/dist/bfd/
elf32-xtensa.c 6092 int src_next; /* Next src_relocs entry to assign. */
6157 relax_info->src_next = 0;
7243 int src_next = target_relax_info->src_next++;
7244 source_reloc *s_reloc = &target_relax_info->src_relocs[src_next];
7298 target_relax_info->src_next,
7784 BFD_ASSERT (relax_info->src_next == relax_info->src_count);
6075 int src_next; \/* Next src_relocs entry to assign. *\/ member in struct:xtensa_relax_info_struct
7220 int src_next = target_relax_info->src_next++; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-xtensa.c 6092 int src_next; /* Next src_relocs entry to assign. */
6157 relax_info->src_next = 0;
7243 int src_next = target_relax_info->src_next++;
7244 source_reloc *s_reloc = &target_relax_info->src_relocs[src_next];
7298 target_relax_info->src_next,
7784 BFD_ASSERT (relax_info->src_next == relax_info->src_count);
6075 int src_next; \/* Next src_relocs entry to assign. *\/ member in struct:xtensa_relax_info_struct
7220 int src_next = target_relax_info->src_next++; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-xtensa.c 6090 int src_next; /* Next src_relocs entry to assign. */
6155 relax_info->src_next = 0;
7241 int src_next = target_relax_info->src_next++;
7242 source_reloc *s_reloc = &target_relax_info->src_relocs[src_next];
7296 target_relax_info->src_next,
7782 BFD_ASSERT (relax_info->src_next == relax_info->src_count);
6073 int src_next; \/* Next src_relocs entry to assign. *\/ member in struct:xtensa_relax_info_struct
7218 int src_next = target_relax_info->src_next++; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-xtensa.c 6092 int src_next; /* Next src_relocs entry to assign. */
6161 relax_info->src_next = 0;
7247 int src_next = target_relax_info->src_next++;
7248 source_reloc *s_reloc = &target_relax_info->src_relocs[src_next];
7302 target_relax_info->src_next,
7788 BFD_ASSERT (relax_info->src_next == relax_info->src_count);
6075 int src_next; \/* Next src_relocs entry to assign. *\/ member in struct:xtensa_relax_info_struct
7224 int src_next = target_relax_info->src_next++; local

Completed in 54 milliseconds