OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsmCtx_t
(Results
1 - 20
of
20
) sorted by null
/external/elfutils/libasm/
asm_getelf.c
40
asm_getelf (
AsmCtx_t
*ctx)
libasm.h
39
typedef struct AsmCtx
AsmCtx_t
;
75
extern
AsmCtx_t
*asm_begin (const char *fname, Ebl *ebl, bool textp);
78
extern int asm_abort (
AsmCtx_t
*ctx);
81
extern int asm_end (
AsmCtx_t
*ctx);
86
extern AsmScn_t *asm_newscn (
AsmCtx_t
*ctx, const char *scnname,
91
extern AsmScn_t *asm_newscn_ingrp (
AsmCtx_t
*ctx, const char *scnname,
101
extern AsmScnGrp_t *asm_newscngrp (
AsmCtx_t
*ctx, const char *grpname,
149
extern AsmSym_t *asm_newcomsym (
AsmCtx_t
*ctx, const char *name,
153
extern AsmSym_t *asm_newabssym (
AsmCtx_t
*ctx, const char *name,
166
extern Elf *asm_getelf (
AsmCtx_t
*ctx)
[
all
...]
asm_abort.c
42
asm_abort (
AsmCtx_t
*ctx)
asm_begin.c
47
static
AsmCtx_t
*
48
prepare_text_output (
AsmCtx_t
*result)
69
static
AsmCtx_t
*
70
prepare_binary_output (
AsmCtx_t
*result, Ebl *ebl)
129
AsmCtx_t
*
141
AsmCtx_t
*result
142
= (
AsmCtx_t
*) malloc (sizeof (
AsmCtx_t
) + 2 * fname_len + 9);
libasmP.h
71
AsmCtx_t
*ctx;
268
extern void __libasm_finictx (
AsmCtx_t
*ctx) internal_function;
275
extern AsmScn_t *__asm_newscn_internal (
AsmCtx_t
*ctx, const char *scnname,
asm_newcomsym.c
55
asm_newcomsym (
AsmCtx_t
*ctx, const char *name, GElf_Xword size,
asm_newscn_ingrp.c
40
asm_newscn_ingrp (
AsmCtx_t
*ctx, const char *scnname, GElf_Word type,
asm_newscngrp.c
44
asm_newscngrp (
AsmCtx_t
*ctx, const char *grpname, AsmSym_t *signature,
asm_newabssym.c
55
asm_newabssym (
AsmCtx_t
*ctx, const char *name, GElf_Xword size,
asm_end.c
49
text_end (
AsmCtx_t
*ctx __attribute__ ((unused)))
62
binary_end (
AsmCtx_t
*ctx)
501
asm_end (
AsmCtx_t
*ctx)
558
__libasm_finictx (
AsmCtx_t
*ctx)
asm_newscn.c
161
asm_newscn (
AsmCtx_t
*ctx, const char *scnname, GElf_Word type,
/external/elfutils/tests/
asm-tst4.c
38
AsmCtx_t
*ctx;
asm-tst5.c
40
AsmCtx_t
*ctx;
asm-tst6.c
38
AsmCtx_t
*ctx;
asm-tst7.c
38
AsmCtx_t
*ctx;
asm-tst8.c
38
AsmCtx_t
*ctx;
asm-tst1.c
65
AsmCtx_t
*ctx;
asm-tst2.c
64
AsmCtx_t
*ctx;
asm-tst3.c
56
AsmCtx_t
*ctx;
asm-tst9.c
85
AsmCtx_t
*ctx;
Completed in 232 milliseconds