HomeSort by: relevance | last modified time | path
    Searched refs:frag_first (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/ufs/chfs/
chfs.h 243 frag_first(struct rb_tree *tree) function
chfs_gc.c 878 for(frag = frag_first(&ip->fragtree);
  /src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c 1918 struct frag *const frag_first = seg_info (now_seg)->frchainP->frch_root;
1919 const int add_symbol = (frag_now != frag_first)
1923 make_mapping_symbol (MAP_DATA, (valueT) 0, frag_first);
1916 struct frag *const frag_first = seg_info (now_seg)->frchainP->frch_root; local
tc-csky.c 1951 struct frag * const frag_first = seg_info (now_seg)->frchainP->frch_root; local
1952 if (frag_now != frag_first || frag_now_fix () > 0)
1953 make_mapping_symbol (MAP_DATA, 0, frag_first);
tc-arm.c 3062 struct frag * const frag_first = seg_info (now_seg)->frchainP->frch_root; local
3063 const int add_symbol = (frag_now != frag_first) || (frag_now_fix () > 0);
3066 make_mapping_symbol (MAP_DATA, (valueT) 0, frag_first);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c 1917 struct frag *const frag_first = seg_info (now_seg)->frchainP->frch_root;
1918 const int add_symbol = (frag_now != frag_first)
1922 make_mapping_symbol (MAP_DATA, (valueT) 0, frag_first);
1915 struct frag *const frag_first = seg_info (now_seg)->frchainP->frch_root; local
tc-csky.c 1951 struct frag * const frag_first = seg_info (now_seg)->frchainP->frch_root; local
1952 if (frag_now != frag_first || frag_now_fix () > 0)
1953 make_mapping_symbol (MAP_DATA, 0, frag_first);
tc-arm.c 3061 struct frag * const frag_first = seg_info (now_seg)->frchainP->frch_root; local
3062 const int add_symbol = (frag_now != frag_first) || (frag_now_fix () > 0);
3065 make_mapping_symbol (MAP_DATA, (valueT) 0, frag_first);

Completed in 95 milliseconds