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

  /src/external/gpl3/gcc/dist/gcc/config/bpf/
btfext-out.cc 168 } core_info; variable in typeref:struct:__anon13296
252 sec_elem->core_info.head,
312 sec->core_info.num_info += 1;
432 /* Compute the section size in section for func_info, line_info and core_info
446 - 16 bytes for both line_info and core_info. */
451 if (tmp->core_info.num_info > 0)
452 *cr_len += 8 + (16 * tmp->core_info.num_info);
551 if (sec->core_info.num_info > 0)
558 dw2_asm_output_data (4, sec->core_info.num_info, "Number of entries");
560 struct btf_ext_core_reloc *bpfcr = sec->core_info.head
    [all...]

Completed in 15 milliseconds