Searched refs:symtab_offset (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object-xcoff.c | 572 unsigned int nscns, size_t symtab_offset, in simple_object_xcoff_write_filehdr() argument 599 symtab_offset); in simple_object_xcoff_write_filehdr() 609 symtab_offset); in simple_object_xcoff_write_filehdr() 704 size_t symtab_offset; in simple_object_xcoff_write_to_file() local 784 symtab_offset = offset; in simple_object_xcoff_write_to_file() 812 if (!simple_object_internal_write (descriptor, symtab_offset, in simple_object_xcoff_write_to_file() 825 secsym_offset = symtab_offset + sizeof (syms); in simple_object_xcoff_write_to_file() 871 symtab_offset, nsyms, &errmsg, err)) in simple_object_xcoff_write_to_file()
|
D | simple-object-coff.c | 505 unsigned int nscns, size_t symtab_offset, in simple_object_coff_write_filehdr() argument 530 set_32 (hdr + offsetof (struct external_filehdr, f_symptr), symtab_offset); in simple_object_coff_write_filehdr() 607 size_t symtab_offset; in simple_object_coff_write_to_file() local 691 symtab_offset = offset; in simple_object_coff_write_to_file() 718 if (!simple_object_internal_write (descriptor, symtab_offset, in simple_object_coff_write_to_file() 731 secsym_offset = symtab_offset + sizeof (syms); in simple_object_coff_write_to_file() 777 symtab_offset, nsyms, &errmsg, err)) in simple_object_coff_write_to_file()
|
/toolchain/binutils/binutils-2.25/gold/ |
D | binary.cc | 187 size_t symtab_offset = output_size; in sized_convert() local 217 0, symtab_offset, 4 * sym_size, in sized_convert()
|