Home
last modified time | relevance | path

Searched refs:__libasm_ensure_section_space (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/libasm/
Dasm_align.c85 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
Dasm_adduleb128.c78 if (__libasm_ensure_section_space (asmscn, nbytes) != 0) in asm_adduleb128()
Dasm_addsleb128.c82 if (__libasm_ensure_section_space (asmscn, nbytes) != 0) in asm_addsleb128()
Dasm_addstrz.c111 if (__libasm_ensure_section_space (asmscn, len) != 0) in asm_addstrz()
Dasm_addint8.c99 if (__libasm_ensure_section_space (asmscn, SIZE / 8) != 0) in FCT()
DlibasmP.h266 extern int __libasm_ensure_section_space (AsmScn_t *asmscn, size_t len)
DChangeLog76 * asm_align.c (__libasm_ensure_section_space): Mark as