Searched defs:segment_type (Results 1 – 14 of 14) sorted by relevance
55 struct segment_type { struct56 struct dm_list list; /* Internal */57 struct cmd_context *cmd; /* lvm_register_segtype() sets this. */58 uint32_t flags;59 struct segtype_handler *ops;60 const char *name;61 void *library; /* lvm_register_segtype() sets this. */62 void *private; /* For the segtype handler to use. */
200 } segment_type; typedef
209 } segment_type; typedef
2290 segT segment_type) in md_estimate_size_before_relax()
2065 md_estimate_size_before_relax (fragS * fragP, segT segment_type) in md_estimate_size_before_relax()
3728 md_estimate_size_before_relax (fragS *fragP, segT segment_type) in md_estimate_size_before_relax()
625 md_estimate_size_before_relax (fragS *fragP, segT segment_type) in md_estimate_size_before_relax()
2233 segT segment_type) in md_estimate_size_before_relax()
3743 md_estimate_size_before_relax (fragS *fragP, segT segment_type) in md_estimate_size_before_relax()
1270 elfcpp::PT segment_type; member