HomeSort by relevance Sort by last modified time
    Searched refs:AsmScn (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libasm/
libasmP.h 65 struct AsmScn
88 struct AsmScn *next_in_group;
224 struct AsmScn *members;
260 for ASMSCN. */
261 extern int __libasm_ensure_section_space (AsmScn_t *asmscn, size_t len)
278 extern int __asm_addint8_internal (AsmScn_t *asmscn, int8_t num)
280 extern int __asm_addint16_internal (AsmScn_t *asmscn, int16_t num)
282 extern int __asm_addint32_internal (AsmScn_t *asmscn, int32_t num)
284 extern int __asm_addint64_internal (AsmScn_t *asmscn, int64_t num)
libasm.h 39 typedef struct AsmScn AsmScn_t;
93 extern AsmScn_t *asm_newsubscn (AsmScn_t *asmscn, unsigned int nr);
105 /* Add zero terminated string STR of size LEN to (sub)section ASMSCN. */
106 extern int asm_addstrz (AsmScn_t *asmscn, const char *str, size_t len);
108 /* Add 8-bit signed integer NUM to (sub)section ASMSCN. */
109 extern int asm_addint8 (AsmScn_t *asmscn, int8_t num);
111 /* Add 8-bit unsigned integer NUM to (sub)section ASMSCN. */
112 extern int asm_adduint8 (AsmScn_t *asmscn, uint8_t num);
114 /* Add 16-bit signed integer NUM to (sub)section ASMSCN. */
115 extern int asm_addint16 (AsmScn_t *asmscn, int16_t num)
    [all...]

Completed in 60 milliseconds