Searched refs:ephemeral (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dlinker.c36 /* whether section is an ephemeral section, not mapped to an ELF section */
37 bool ephemeral; member in struct:src_sec
61 /* List of sections (including ephemeral). Slot zero is unused. */
106 bool ephemeral; member in struct:dst_sec
1006 dst_sec->ephemeral = src_sec->ephemeral;
1008 /* ephemeral sections are just thin section shells lacking most parts */
1009 if (src_sec->ephemeral)
1070 if (dst->ephemeral || src->ephemeral)
[all...]

Completed in 274 milliseconds