Lines Matching refs:asmscn
39 FCT(SIZE) (asmscn, num)
40 AsmScn_t *asmscn;
43 if (asmscn == NULL)
46 if (asmscn->type == SHT_NOBITS && unlikely (num != 0))
52 if (unlikely (asmscn->ctx->textp))
64 bool is_leb = (elf_getident (asmscn->ctx->out.elf, NULL)[EI_DATA]
77 bool is_leb = (elf_getident (asmscn->ctx->out.elf, NULL)[EI_DATA]
83 if (__libasm_ensure_section_space (asmscn, SIZE / 8) != 0)
93 if (likely (asmscn->type == SHT_NOBITS))
94 memcpy (&asmscn->content->data[asmscn->content->len], &var, SIZE / 8);
97 asmscn->content->len += SIZE / 8;
100 asmscn->offset += SIZE / 8;