Searched refs:_bfd_elfcore_strndup (Results 1 – 15 of 15) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elf32-sparc.c | 42 = _bfd_elfcore_strndup (abfd, note->descdata + 84, 16); in elf32_sparc_grok_psinfo() 44 = _bfd_elfcore_strndup (abfd, note->descdata + 100, 80); in elf32_sparc_grok_psinfo() 49 = _bfd_elfcore_strndup (abfd, note->descdata + 88, 16); in elf32_sparc_grok_psinfo() 51 = _bfd_elfcore_strndup (abfd, note->descdata + 104, 80); in elf32_sparc_grok_psinfo()
|
| D | elf32-mips.c | 1441 = _bfd_elfcore_strndup (abfd, note->descdata + 32, 16); in elf32_mips_grok_psinfo() 1443 = _bfd_elfcore_strndup (abfd, note->descdata + 48, 80); in elf32_mips_grok_psinfo()
|
| D | elf32-cris.c | 576 = _bfd_elfcore_strndup (abfd, note->descdata + 28, 16); 578 = _bfd_elfcore_strndup (abfd, note->descdata + 44, 80); 588 = _bfd_elfcore_strndup (abfd, note->descdata + 28, 16); 590 = _bfd_elfcore_strndup (abfd, note->descdata + 44, 80);
|
| D | elfn32-mips.c | 2222 = _bfd_elfcore_strndup (abfd, note->descdata + 32, 16); in elf32_mips_grok_psinfo() 2224 = _bfd_elfcore_strndup (abfd, note->descdata + 48, 80); in elf32_mips_grok_psinfo()
|
| D | elf32-i386.c | 412 = _bfd_elfcore_strndup (abfd, note->descdata + 8, 17); in elf_i386_grok_psinfo() 414 = _bfd_elfcore_strndup (abfd, note->descdata + 25, 81); in elf_i386_grok_psinfo() 425 = _bfd_elfcore_strndup (abfd, note->descdata + 28, 16); in elf_i386_grok_psinfo() 427 = _bfd_elfcore_strndup (abfd, note->descdata + 44, 80); in elf_i386_grok_psinfo()
|
| D | elf64-mips.c | 2941 = _bfd_elfcore_strndup (abfd, note->descdata + 40, 16); in elf64_mips_grok_psinfo() 2943 = _bfd_elfcore_strndup (abfd, note->descdata + 56, 80); in elf64_mips_grok_psinfo()
|
| D | elf.c | 7142 _bfd_elfcore_strndup (bfd *abfd, char *start, size_t max) in _bfd_elfcore_strndup() function 7174 = _bfd_elfcore_strndup (abfd, psinfo.pr_fname, in elfcore_grok_psinfo() 7178 = _bfd_elfcore_strndup (abfd, psinfo.pr_psargs, in elfcore_grok_psinfo() 7190 = _bfd_elfcore_strndup (abfd, psinfo.pr_fname, in elfcore_grok_psinfo() 7194 = _bfd_elfcore_strndup (abfd, psinfo.pr_psargs, in elfcore_grok_psinfo() 7521 = _bfd_elfcore_strndup (abfd, note->descdata + 0x7c, 31); in elfcore_grok_netbsd_procinfo()
|
| D | elf64-x86-64.c | 252 = _bfd_elfcore_strndup (abfd, note->descdata + 40, 16); in elf64_x86_64_grok_psinfo() 254 = _bfd_elfcore_strndup (abfd, note->descdata + 56, 80); in elf64_x86_64_grok_psinfo()
|
| D | elf-bfd.h | 1607 extern char *_bfd_elfcore_strndup
|
| D | elf32-hppa.c | 1671 = _bfd_elfcore_strndup (abfd, note->descdata + 28, 16); in elf32_hppa_grok_psinfo() 1673 = _bfd_elfcore_strndup (abfd, note->descdata + 44, 80); in elf32_hppa_grok_psinfo()
|
| D | elf32-arm.c | 1392 = _bfd_elfcore_strndup (abfd, note->descdata + 28, 16); in elf32_arm_nabi_grok_psinfo() 1394 = _bfd_elfcore_strndup (abfd, note->descdata + 44, 80); in elf32_arm_nabi_grok_psinfo()
|
| D | elf32-sh.c | 7248 = _bfd_elfcore_strndup (abfd, note->descdata + 28, 16); in elf32_shlin_grok_psinfo() 7250 = _bfd_elfcore_strndup (abfd, note->descdata + 44, 80); in elf32_shlin_grok_psinfo()
|
| D | elf32-ppc.c | 1793 = _bfd_elfcore_strndup (abfd, note->descdata + 32, 16); in ppc_elf_grok_psinfo() 1795 = _bfd_elfcore_strndup (abfd, note->descdata + 48, 80); in ppc_elf_grok_psinfo()
|
| D | elf32-xtensa.c | 3059 = _bfd_elfcore_strndup (abfd, note->descdata + 32, 16); in elf_xtensa_grok_psinfo() 3061 = _bfd_elfcore_strndup (abfd, note->descdata + 48, 80); in elf_xtensa_grok_psinfo()
|
| D | elf64-ppc.c | 2478 = _bfd_elfcore_strndup (abfd, note->descdata + 40, 16); in ppc64_elf_grok_psinfo() 2480 = _bfd_elfcore_strndup (abfd, note->descdata + 56, 80); in ppc64_elf_grok_psinfo()
|