Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dsimple-object-coff.c544 const char *name, size_t *name_offset, in simple_object_coff_write_scnhdr() argument
571 SCNNMLEN, "/%lu", (unsigned long) *name_offset); in simple_object_coff_write_scnhdr()
572 *name_offset += namelen + 1; in simple_object_coff_write_scnhdr()
611 size_t name_offset; in simple_object_coff_write_to_file() local
640 name_offset = 4; in simple_object_coff_write_to_file()
677 &name_offset, scnhdr_offset, in simple_object_coff_write_to_file()
710 set_32 (&syms[1].aux.x_file.x_n.x_offset[0], name_offset); in simple_object_coff_write_to_file()
711 if (!simple_object_internal_write (descriptor, offset + name_offset, in simple_object_coff_write_to_file()
716 name_offset += strlen (source_filename) + 1; in simple_object_coff_write_to_file()
725 set_32 (strsizebuf, name_offset); in simple_object_coff_write_to_file()
[all …]
Dsimple-object-xcoff.c627 const char *name, size_t *name_offset, in simple_object_xcoff_write_scnhdr() argument
655 SCNNMLEN, "/%lu", (unsigned long) *name_offset); in simple_object_xcoff_write_scnhdr()
656 *name_offset += namelen + 1; in simple_object_xcoff_write_scnhdr()
708 size_t name_offset; in simple_object_xcoff_write_to_file() local
733 name_offset = 4; in simple_object_xcoff_write_to_file()
770 &name_offset, scnhdr_offset, in simple_object_xcoff_write_to_file()
804 set_32 (&syms[1].aux.x_file._x.x_offset[0], name_offset); in simple_object_xcoff_write_to_file()
805 if (!simple_object_internal_write (descriptor, offset + name_offset, in simple_object_xcoff_write_to_file()
810 name_offset += strlen (source_filename) + 1; in simple_object_xcoff_write_to_file()
819 set_32 (strsizebuf, name_offset); in simple_object_xcoff_write_to_file()
[all …]
Dsimple-object-mach-o.c647 unsigned int subsect_offset, subsect_length, name_offset; in simple_object_mach_o_segment() local
650 name_offset = (*fetch_32) (index + 16 * j + 8); in simple_object_mach_o_segment()
655 name = nametab + name_offset; in simple_object_mach_o_segment()
1043 unsigned int name_offset; in simple_object_mach_o_write_segment() local
1071 name_offset = 0; in simple_object_mach_o_write_segment()
1102 index[sect*4+2] = name_offset; in simple_object_mach_o_write_segment()
1104 name_offset += strlen (section->name) + 1; in simple_object_mach_o_write_segment()
1106 snames = XNEWVEC (char, name_offset); in simple_object_mach_o_write_segment()
1239 name_offset, in simple_object_mach_o_write_segment()
1247 name_offset, errmsg, err)) in simple_object_mach_o_write_segment()
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Dmach-o.h421 unsigned int name_offset; /* Offset to library's path name. */ member
431 unsigned int name_offset; /* Offset to library's path name. */ member
443 unsigned int name_offset; /* Library's path name. */ member
479 unsigned int name_offset; member
Dpef.h63 unsigned long name_offset; member
105 long name_offset; member
Dmach-o.c653 ody->name_offset = idy->name_offset; in bfd_mach_o_bfd_copy_private_header_data()
666 ody->name_offset = idy->name_offset; in bfd_mach_o_bfd_copy_private_header_data()
1141 bfd_h_put_32 (abfd, cmd->name_offset, raw.str); in bfd_mach_o_write_dylinker()
1164 bfd_h_put_32 (abfd, cmd->name_offset, raw.name); in bfd_mach_o_write_dylib()
2844 cmd->command.dylib.name_offset = cmd->len; in bfd_mach_o_layout_commands()
2851 cmd->command.dylinker.name_offset = cmd->len; in bfd_mach_o_layout_commands()
3739 cmd->name_offset = nameoff; in bfd_mach_o_read_dylinker()
3782 cmd->name_offset = command->offset + nameoff; in bfd_mach_o_read_dylib()
3787 if (bfd_seek (abfd, cmd->name_offset, SEEK_SET) != 0 in bfd_mach_o_read_dylib()
3820 cmd->name_offset = command->offset + nameoff; in bfd_mach_o_read_prebound_dylib()
[all …]
Dpef.c347 header->name_offset = bfd_getb32 (buf); in bfd_pef_parse_imported_library()
385 section->name_offset = bfd_h_get_32 (abfd, buf); in bfd_pef_scan_section()
Decoff.c2947 unsigned int name_offset, file_offset; in _bfd_ecoff_slurp_armap() local
2950 name_offset = H_GET_32 (abfd, raw_ptr); in _bfd_ecoff_slurp_armap()
2954 hash = ecoff_armap_hash (stringbase + name_offset, &rehash, count, in _bfd_ecoff_slurp_armap()
2986 unsigned int name_offset, file_offset; in _bfd_ecoff_slurp_armap() local
2991 name_offset = H_GET_32 (abfd, raw_ptr); in _bfd_ecoff_slurp_armap()
2992 symdef_ptr->name = stringbase + name_offset; in _bfd_ecoff_slurp_armap()
/toolchain/binutils/binutils-2.25/gold/
Darchive.cc301 section_offset_type name_offset = 0; in read_armap() local
304 this->armap_[i].name_offset = name_offset; in read_armap()
306 name_offset += strlen(pnames + name_offset) + 1; in read_armap()
315 if (static_cast<section_size_type>(name_offset) > names_size) in read_armap()
796 + this->armap_[i].name_offset); in add_symbols()
851 + this->armap_[i].name_offset); in defines_symbol()
1053 v->visit(this->armap_names_.data() + p->name_offset); in do_for_all_unused_symbols()
Dehframe.cc911 unsigned int name_offset = sym.get_st_name(); in read_cie() local
912 if (name_offset >= symbol_names_size) in read_cie()
915 + name_offset); in read_cie()
Dincremental.h1031 unsigned int name_offset = Swap32::readval(p); in get_input_section() local
1032 info.name = this->inputs_->get_string(name_offset); in get_input_section()
1066 unsigned int name_offset = Swap32::readval(p); in get_comdat_group_signature() local
1067 return this->inputs_->get_string(name_offset); in get_comdat_group_signature()
Dgdb-index.cc1310 section_offset_type name_offset = 0; in do_write() local
1314 name_offset = (this->stringpool_.get_offset_from_key(sym->name_key) in do_write()
1318 elfcpp::Swap<32, false>::writeval(pov, name_offset); in do_write()
Dincremental.cc1591 off_t name_offset = 0; in write_info_blocks() local
1593 name_offset = strtab->get_offset_from_key(key); in write_info_blocks()
1604 Swap32::writeval(pov, name_offset); in write_info_blocks()
1671 off_t name_offset = 0; in write_info_blocks() local
1673 name_offset = strtab->get_offset_from_key(key); in write_info_blocks()
1674 Swap32::writeval(pov, name_offset); in write_info_blocks()
Darchive.h363 off_t name_offset; member
/toolchain/binutils/binutils-2.25/include/coff/
Dxcoff.h453 int name_offset; member
/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.c6807 uint32_t name_offset = byte_get_little_endian (symbol_table + i * 8, 4); in display_gdb_index() local
6811 if (name_offset != 0 in display_gdb_index()
6816 printf ("[%3u] %s:", i, constant_pool + name_offset); in display_gdb_index()