Lines Matching full:split
69 * creates non-split BTF.
95 * ELF BTF section except with a base BTF on top of which split BTF should be
102 * `btf__new_empty()` and creates non-split BTF.
133 * @brief **btf__distill_base()** creates new versions of the split BTF
135 * needed to improve robustness of the split BTF to small changes in base BTF.
136 * When that split BTF is loaded against a (possibly changed) base, this
139 * @param src_btf source split BTF object
141 * @param new_split_btf pointer to where the new split BTF object pointer will be stored
144 * Both the new split and its associated new base BTF must be freed by
148 * will point at new base/split BTF. Both the new split and its associated
223 * *src_btf* has to be non-split BTF, as of now copying types from split BTF
290 * @brief **btf__relocate()** will check the split BTF *btf* for references
294 * @param btf split BTF object to relocate
332 * For **split BTF**:
333 * - @id_map must include only split types (types added on top of the base BTF)