Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dmach-o.c4023 bfd_mach_o_alloc_and_read (bfd *abfd, file_ptr filepos, in bfd_mach_o_alloc_and_read() function
4054 cmd->name_str = (char *) bfd_mach_o_alloc_and_read (abfd, nameoff, in bfd_mach_o_read_dylinker()
4098 cmd->name_str = (char *) bfd_mach_o_alloc_and_read (abfd, pos, namelen, 1); in bfd_mach_o_read_dylib()
4191 fvm->name_str = (char *) bfd_mach_o_alloc_and_read (abfd, fvm->name_offset, in bfd_mach_o_read_fvmlib()
4627 cmd->str = (char *) bfd_mach_o_alloc_and_read (abfd, cmd->stroff, in bfd_mach_o_read_str()
4639 = bfd_mach_o_alloc_and_read (abfd, cmd->rebase_off, in bfd_mach_o_read_dyld_content()
4649 = bfd_mach_o_alloc_and_read (abfd, cmd->bind_off, in bfd_mach_o_read_dyld_content()
4659 = bfd_mach_o_alloc_and_read (abfd, cmd->weak_bind_off, in bfd_mach_o_read_dyld_content()
4669 = bfd_mach_o_alloc_and_read (abfd, cmd->lazy_bind_off, in bfd_mach_o_read_dyld_content()
4679 = bfd_mach_o_alloc_and_read (abfd, cmd->export_off, in bfd_mach_o_read_dyld_content()
H A DChangeLog-20204131 (bfd_mach_o_read_symtab_strtab, bfd_mach_o_alloc_and_read),
4164 * mach-o.c (bfd_mach_o_alloc_and_read): Move earlier with better
H A DChangeLog-20142524 (bfd_mach_o_alloc_and_read, bfd_mach_o_read_dyld_content): New
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dmach-o.c4006 bfd_mach_o_alloc_and_read (bfd *abfd, file_ptr filepos, size_t size) in bfd_mach_o_alloc_and_read() function
4033 cmd->name_str = (char *) bfd_mach_o_alloc_and_read (abfd, nameoff, namelen); in bfd_mach_o_read_dylinker()
4076 cmd->name_str = (char *) bfd_mach_o_alloc_and_read (abfd, pos, namelen); in bfd_mach_o_read_dylib()
4169 fvm->name_str = (char *) bfd_mach_o_alloc_and_read (abfd, fvm->name_offset, in bfd_mach_o_read_fvmlib()
4605 cmd->str = (char *) bfd_mach_o_alloc_and_read (abfd, cmd->stroff, in bfd_mach_o_read_str()
4617 = bfd_mach_o_alloc_and_read (abfd, cmd->rebase_off, cmd->rebase_size); in bfd_mach_o_read_dyld_content()
4626 = bfd_mach_o_alloc_and_read (abfd, cmd->bind_off, cmd->bind_size); in bfd_mach_o_read_dyld_content()
4634 cmd->weak_bind_content = bfd_mach_o_alloc_and_read in bfd_mach_o_read_dyld_content()
4643 cmd->lazy_bind_content = bfd_mach_o_alloc_and_read in bfd_mach_o_read_dyld_content()
4652 cmd->export_content = bfd_mach_o_alloc_and_read in bfd_mach_o_read_dyld_content()
H A DChangeLog-20204131 (bfd_mach_o_read_symtab_strtab, bfd_mach_o_alloc_and_read),
4164 * mach-o.c (bfd_mach_o_alloc_and_read): Move earlier with better
H A DChangeLog-20142524 (bfd_mach_o_alloc_and_read, bfd_mach_o_read_dyld_content): New
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20204131 (bfd_mach_o_read_symtab_strtab, bfd_mach_o_alloc_and_read),
4164 * mach-o.c (bfd_mach_o_alloc_and_read): Move earlier with better
H A DChangeLog-20142524 (bfd_mach_o_alloc_and_read, bfd_mach_o_read_dyld_content): New
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git108114 (bfd_mach_o_alloc_and_read): Add "extra" param. Allocate that