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

  /src/external/gpl3/gdb/dist/libsframe/
sframe.c 136 sframe_get_fre_type (sframe_func_desc_entry *fdep)
139 if (fdep)
140 fre_type = SFRAME_V1_FUNC_FRE_TYPE (fdep->sfde_func_info);
145 sframe_get_fde_type (sframe_func_desc_entry *fdep)
148 if (fdep)
149 fde_type = SFRAME_V1_FUNC_FDE_TYPE (fdep->sfde_func_info);
194 flip_fde (sframe_func_desc_entry *fdep)
196 swap_thing (fdep->sfde_func_start_address);
197 swap_thing (fdep->sfde_func_size);
198 swap_thing (fdep->sfde_func_start_fre_off)
352 sframe_func_desc_entry *fdep; local
462 sframe_func_desc_entry *fdep; local
1114 sframe_func_desc_entry *fdep; local
1250 sframe_func_desc_entry *fdep; local
1443 sframe_func_desc_entry *fdep; local
1759 sframe_func_desc_entry *fdep; local
    [all...]
  /src/external/gpl3/gdb.old/dist/libsframe/
sframe.c 136 sframe_get_fre_type (sframe_func_desc_entry *fdep)
139 if (fdep)
140 fre_type = SFRAME_V1_FUNC_FRE_TYPE (fdep->sfde_func_info);
145 sframe_get_fde_type (sframe_func_desc_entry *fdep)
148 if (fdep)
149 fde_type = SFRAME_V1_FUNC_FDE_TYPE (fdep->sfde_func_info);
194 flip_fde (sframe_func_desc_entry *fdep)
196 swap_thing (fdep->sfde_func_start_address);
197 swap_thing (fdep->sfde_func_size);
198 swap_thing (fdep->sfde_func_start_fre_off)
352 sframe_func_desc_entry *fdep; local
462 sframe_func_desc_entry *fdep; local
1114 sframe_func_desc_entry *fdep; local
1250 sframe_func_desc_entry *fdep; local
1443 sframe_func_desc_entry *fdep; local
1759 sframe_func_desc_entry *fdep; local
    [all...]
  /src/external/gpl3/binutils.old/dist/libsframe/
sframe.c 137 sframe_get_fre_type (sframe_func_desc_entry *fdep)
140 if (fdep)
141 fre_type = SFRAME_V1_FUNC_FRE_TYPE (fdep->sfde_func_info);
146 sframe_get_fde_type (sframe_func_desc_entry *fdep)
149 if (fdep)
150 fde_type = SFRAME_V1_FUNC_FDE_TYPE (fdep->sfde_func_info);
196 flip_fde (sframe_func_desc_entry *fdep)
198 swap_thing (fdep->sfde_func_start_address);
199 swap_thing (fdep->sfde_func_size);
200 swap_thing (fdep->sfde_func_start_fre_off)
353 sframe_func_desc_entry *fdep; local
399 sframe_func_desc_entry *fdep; local
476 sframe_func_desc_entry *fdep; local
1167 sframe_func_desc_entry *fdep; local
1302 sframe_func_desc_entry *fdep; local
1534 sframe_func_desc_entry *fdep; local
1863 sframe_func_desc_entry *fdep; local
    [all...]
  /src/external/gpl3/binutils/dist/libsframe/
sframe.c 151 const sframe_func_desc_idx_v3 *fdep local
153 fde_tbl->entry[i].func_start_pc_offset = fdep->sfdi_func_start_offset;
154 fde_tbl->entry[i].func_size = fdep->sfdi_func_size;
155 fde_tbl->entry[i].func_start_fre_off = fdep->sfdi_func_start_fre_off;
160 + fdep->sfdi_func_start_fre_off);
175 const sframe_func_desc_entry_v2 *fdep local
178 = fdep->sfde_func_start_address;
179 fde_tbl->entry[i].func_size = fdep->sfde_func_size;
180 fde_tbl->entry[i].func_start_fre_off = fdep->sfde_func_start_fre_off;
181 fde_tbl->entry[i].func_num_fres = fdep->sfde_func_num_fres
533 sframe_func_desc_entry_int *fdep; local
566 const sframe_func_desc_entry_int *fdep = &dctx->sfd_funcdesc->entry[func_idx]; local
581 sframe_func_desc_entry_int *fdep; local
1696 sframe_func_desc_entry_int *fdep; local
1840 sframe_func_desc_entry_int *fdep; local
1905 sframe_func_desc_entry_int *fdep; local
2119 sframe_func_desc_entry_int *fdep; local
2552 sframe_func_desc_idx_v3 *fdep = (sframe_func_desc_idx_v3 *)contents; local
2600 sframe_func_desc_entry_int *fdep; local
    [all...]
  /src/sys/fs/tmpfs/
tmpfs_rename.c 271 struct tmpfs_dirent **fdep = fde; local
279 KASSERT(fdep != NULL);
284 KASSERT(fdep != tdep);
285 KASSERT((tvp == NULL) || (*fdep) != (*tdep));
286 KASSERT((*fdep) != NULL);
287 KASSERT((*fdep)->td_node == VP_TO_TMPFS_NODE(fvp));
318 tmpfs_dir_detach(fdnode, *fdep);
319 tmpfs_dir_attach(tdnode, *fdep, VP_TO_TMPFS_NODE(fvp));
359 tmpfs_strname_free(VFS_TO_TMPFS(mp), (*fdep)->td_name,
360 (*fdep)->td_namelen)
    [all...]

Completed in 29 milliseconds