Searched refs:__libasm_ensure_section_space (Results 1 – 7 of 7) sorted by relevance
85 result = __libasm_ensure_section_space (asmscn, cnt); in asm_align()135 __libasm_ensure_section_space (AsmScn_t *asmscn, size_t len) in __libasm_ensure_section_space() function
78 if (__libasm_ensure_section_space (asmscn, nbytes) != 0) in asm_adduleb128()
82 if (__libasm_ensure_section_space (asmscn, nbytes) != 0) in asm_addsleb128()
111 if (__libasm_ensure_section_space (asmscn, len) != 0) in asm_addstrz()
99 if (__libasm_ensure_section_space (asmscn, SIZE / 8) != 0) in FCT()
266 extern int __libasm_ensure_section_space (AsmScn_t *asmscn, size_t len)
76 * asm_align.c (__libasm_ensure_section_space): Mark as