Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delflink.c8464 size_t sortlen = p - loc; in elf_link_adjust_relocs() local
8469 && (sortlen <= buf_size in elf_link_adjust_relocs()
8479 if (runlen < sortlen) in elf_link_adjust_relocs()
8482 memmove (loc + runlen, loc, sortlen); in elf_link_adjust_relocs()
8487 memcpy (buf, loc, sortlen); in elf_link_adjust_relocs()
8489 memcpy (loc + runlen, buf, sortlen); in elf_link_adjust_relocs()