Home
last modified time | relevance | path

Searched refs:AsmSym_t (Results 1 - 10 of 10) sorted by relevance

/third_party/elfutils/libasm/
H A Dlibasm.h49 typedef struct AsmSym AsmSym_t; typedef
103 AsmSym_t *signature, Elf32_Word flags);
106 extern int asm_scngrp_newsignature (AsmScnGrp_t *grp, AsmSym_t *signature);
145 extern AsmSym_t *asm_newsym (AsmScn_t *asmscn, const char *name,
150 extern AsmSym_t *asm_newcomsym (AsmCtx_t *ctx, const char *name,
154 extern AsmSym_t *asm_newabssym (AsmCtx_t *ctx, const char *name,
H A Dasm_newcomsym.c54 AsmSym_t *
58 AsmSym_t *result; in asm_newcomsym()
74 result = malloc (sizeof (AsmSym_t)); in asm_newcomsym()
H A Dasm_newsym.c43 AsmSym_t *
51 AsmSym_t *result; in asm_newsym()
76 result = malloc (sizeof (AsmSym_t) + name_len); in asm_newsym()
H A Dasm_newabssym.c54 AsmSym_t *
58 AsmSym_t *result; in asm_newabssym()
74 result = malloc (sizeof (AsmSym_t)); in asm_newabssym()
H A Dasm_scngrp_newsignature.c38 asm_scngrp_newsignature (AsmScnGrp_t *grp, AsmSym_t *signature) in asm_scngrp_newsignature()
H A Dsymbolhash.h33 #define TYPE AsmSym_t *
H A Dsymbolhash.c40 #define TYPE AsmSym_t *
H A Dasm_newscngrp.c44 asm_newscngrp (AsmCtx_t *ctx, const char *grpname, AsmSym_t *signature, in asm_newscngrp()
H A Dasm_end.c187 AsmSym_t *sym; in binary_end()
573 AsmSym_t *sym; in __libasm_finictx()
/third_party/elfutils/tests/
H A Dasm-tst6.c64 AsmSym_t *sym; in main()

Completed in 4 milliseconds