Home
last modified time | relevance | path

Searched refs:old_size (Results 1 – 4 of 4) sorted by relevance

/tools/include/nolibc/sys/
A Dmman.h52 void *sys_mremap(void *old_address, size_t old_size, size_t new_size, int flags, void *new_address) in sys_mremap() argument
54 return (void *)my_syscall5(__NR_mremap, old_address, old_size, in sys_mremap()
59 void *mremap(void *old_address, size_t old_size, size_t new_size, int flags, void *new_address) in mremap() argument
61 void *ret = sys_mremap(old_address, old_size, new_size, flags, new_address); in mremap()
/tools/perf/util/
A Dgenelf_debug.c413 size_t old_size; in add_debug_line() local
415 old_size = buffer_ext_size(be); in add_debug_line()
428 dbg_header = buffer_ext_addr(be) + old_size; in add_debug_line()
429 dbg_header->prolog_length = (buffer_ext_size(be) - old_size) - in add_debug_line()
436 dbg_header = buffer_ext_addr(be) + old_size; in add_debug_line()
437 dbg_header->total_length = (buffer_ext_size(be) - old_size) - in add_debug_line()
459 size_t old_size = buffer_ext_size(be); in add_compilation_unit() local
467 comp_unit_header = buffer_ext_addr(be) + old_size; in add_compilation_unit()
468 comp_unit_header->total_length = (buffer_ext_size(be) - old_size) - in add_compilation_unit()
/tools/testing/selftests/mm/
A Dvm_util.h129 void *sys_mremap(void *old_address, unsigned long old_size,
A Dvm_util.c528 void *sys_mremap(void *old_address, unsigned long old_size, in sys_mremap() argument
532 old_size, new_size, flags, in sys_mremap()

Completed in 9 milliseconds