OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asm_adduleb128
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/libasm/
asm_adduleb128.c
41
asm_adduleb128
(AsmScn_t *asmscn, uint32_t num)
function
libasm.h
140
extern int
asm_adduleb128
(AsmScn_t *asmscn, uint32_t num);
Makefile.am
51
asm_adduleb128
.c asm_addsleb128.c \
/external/elfutils/tests/
asm-tst9.c
129
if (
asm_adduleb128
(scn, input[cnt]) != 0)
143
if (
asm_adduleb128
(scn, -input[cnt]) != 0)
Completed in 6002 milliseconds