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

  /external/elfutils/libasm/
libasmP.h 52 struct AsmScn
75 struct AsmScn *next_in_group;
211 struct AsmScn *members;
232 for ASMSCN. */
233 extern int __libasm_ensure_section_space (AsmScn_t *asmscn, size_t len)
250 extern int __asm_addint8_internal (AsmScn_t *asmscn, int8_t num)
252 extern int __asm_addint16_internal (AsmScn_t *asmscn, int16_t num)
254 extern int __asm_addint32_internal (AsmScn_t *asmscn, int32_t num)
256 extern int __asm_addint64_internal (AsmScn_t *asmscn, int64_t num)
libasm.h 27 typedef struct AsmScn AsmScn_t;
68 extern AsmScn_t *asm_newsubscn (AsmScn_t *asmscn, unsigned int nr);
80 /* Add zero terminated string STR of size LEN to (sub)section ASMSCN. */
81 extern int asm_addstrz (AsmScn_t *asmscn, const char *str, size_t len);
83 /* Add 8-bit signed integer NUM to (sub)section ASMSCN. */
84 extern int asm_addint8 (AsmScn_t *asmscn, int8_t num);
86 /* Add 8-bit unsigned integer NUM to (sub)section ASMSCN. */
87 extern int asm_adduint8 (AsmScn_t *asmscn, uint8_t num);
89 /* Add 16-bit signed integer NUM to (sub)section ASMSCN. */
90 extern int asm_addint16 (AsmScn_t *asmscn, int16_t num)
    [all...]

Completed in 62 milliseconds