OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:asm_adduleb128
(Results
1 - 8
of
8
) sorted by null
/external/elfutils/libasm/
libasm.map
14
asm_adduleb128
;
asm_adduleb128.c
26
asm_adduleb128
(asmscn, num)
function
Makefile.am
47
asm_adduleb128
.c asm_addsleb128.c \
libasm.h
112
extern int
asm_adduleb128
(AsmScn_t *asmscn, uint32_t num);
Makefile
82
asm_adduleb128
.$(OBJEXT) asm_addsleb128.$(OBJEXT) \
234
asm_adduleb128
.c asm_addsleb128.c \
340
include ./$(DEPDIR)/
asm_adduleb128
.Po
Makefile.in
82
asm_adduleb128
.$(OBJEXT) asm_addsleb128.$(OBJEXT) \
234
asm_adduleb128
.c asm_addsleb128.c \
340
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/
asm_adduleb128
.Po@am__quote@
/external/elfutils/tests/
asm-tst9.c
114
if (
asm_adduleb128
(scn, input[cnt]) != 0)
128
if (
asm_adduleb128
(scn, -input[cnt]) != 0)
/external/elfutils/
NEWS
273
libasm: implement
asm_adduleb128
and asm_addsleb128 and a test for them
Completed in 585 milliseconds