Implemented asm_set_function()
This commit is contained in:
parent
bbeb9ee7f3
commit
d9a7463ac3
@ -139,6 +139,13 @@ int asm_set_format(Asm * a, char const * format)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* asm_set_function */
|
||||||
|
int asm_set_function(Asm * a, char const * name, off_t offset, ssize_t size)
|
||||||
|
{
|
||||||
|
return code_set_function(a, -1, name, offset, size);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* asm_set_section */
|
/* asm_set_section */
|
||||||
int asm_set_section(Asm * a, char const * name, off_t offset, ssize_t size)
|
int asm_set_section(Asm * a, char const * name, off_t offset, ssize_t size)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user