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

  /external/elfutils/libasm/
libasmP.h 68 struct AsmScn
91 struct AsmScn *next_in_group;
227 struct AsmScn *members;
263 for ASMSCN. */
264 extern int __libasm_ensure_section_space (AsmScn_t *asmscn, size_t len)
281 extern int __asm_addint8_internal (AsmScn_t *asmscn, int8_t num)
283 extern int __asm_addint16_internal (AsmScn_t *asmscn, int16_t num)
285 extern int __asm_addint32_internal (AsmScn_t *asmscn, int32_t num)
287 extern int __asm_addint64_internal (AsmScn_t *asmscn, int64_t num)
libasm.h 42 typedef struct AsmScn AsmScn_t;
96 extern AsmScn_t *asm_newsubscn (AsmScn_t *asmscn, unsigned int nr);
108 /* Add zero terminated string STR of size LEN to (sub)section ASMSCN. */
109 extern int asm_addstrz (AsmScn_t *asmscn, const char *str, size_t len);
111 /* Add 8-bit signed integer NUM to (sub)section ASMSCN. */
112 extern int asm_addint8 (AsmScn_t *asmscn, int8_t num);
114 /* Add 8-bit unsigned integer NUM to (sub)section ASMSCN. */
115 extern int asm_adduint8 (AsmScn_t *asmscn, uint8_t num);
117 /* Add 16-bit signed integer NUM to (sub)section ASMSCN. */
118 extern int asm_addint16 (AsmScn_t *asmscn, int16_t num)
    [all...]

Completed in 62 milliseconds