Searched refs:symsize (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dnlist_aout.c102 size_t strsize, symsize, cc; local
116 symsize = (size_t)exec.a_syms;
117 stroff = symoff + symsize;
164 while (symsize > 0) {
165 cc = MIN(symsize, sizeof(nbuf));
168 symsize -= cc;
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/libtos/
H A Delf.c74 Elf32_Word ident, symsize, symstart; local
111 symsize = 0;
125 symsize += shdr.sh_size;
129 if (symsize) {
131 kernsize += symsize + sizeof(ehdr) + ehdr.e_shnum*sizeof(Elf32_Shdr);
137 od->k_esym = symsize ? kernsize : 0;
168 if (symsize) {
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dmultiboot.c281 Elf32_Word symsize, strsize; local
323 symsize = symtabp->sh_size;
341 strstart = symstart + symsize;
342 memcpy((void *)symstart, (void *)symaddr, symsize);
347 strstart = symstart + symsize;
348 memcpy((void *)symstart, (void *)symaddr, symsize);
355 memcpy((void *)symstart, (void *)symaddr, symsize);
360 strstart = symstart + symsize;
361 memcpy((void *)symstart, (void *)symaddr, symsize);
367 memcpy((void *)symstart, (void *)symaddr, symsize);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dmapfile.h70 report_allocate_common(const Symbol*, uint64_t symsize);
H A Dcommon.cc100 typename Sized_symbol<size>::Size_type sa = psa->symsize();
101 typename Sized_symbol<size>::Size_type sb = psb->symsize();
330 mapfile->report_allocate_common(sym, ssym->symsize());
334 off += ssym->symsize();
H A Dcopy-relocs.cc90 if (sym->symsize() == 0)
116 typename elfcpp::Elf_types<size>::Elf_WXword symsize = sym->symsize(); local
165 dynbss->set_current_data_size(dynbss_size + symsize);
H A Dsymtab.cc225 Size_type symsize, elfcpp::STT type,
234 this->symsize_ = symsize;
244 Size_type symsize, elfcpp::STT type,
253 this->symsize_ = symsize;
262 Value_type value, Size_type symsize,
268 this->symsize_ = symsize;
670 esym.put_st_size(from->symsize());
1726 uint64_t symsize,
1738 value, symsize, type, binding,
1750 value, symsize, typ
223 init_output_data(const char* name, const char* version, Output_data* od, Value_type value, Size_type symsize, elfcpp::STT type, elfcpp::STB binding, elfcpp::STV visibility, unsigned char nonvis, bool offset_is_from_end) argument
242 init_output_segment(const char* name, const char* version, Output_segment* os, Value_type value, Size_type symsize, elfcpp::STT type, elfcpp::STB binding, elfcpp::STV visibility, unsigned char nonvis, Segment_offset_base offset_base) argument
261 init_constant(const char* name, const char* version, Value_type value, Size_type symsize, elfcpp::STT type, elfcpp::STB binding, elfcpp::STV visibility, unsigned char nonvis) argument
1721 define_in_output_data(const char* name, const char* version, Defined defined, Output_data* od, uint64_t value, uint64_t symsize, elfcpp::STT type, elfcpp::STB binding, elfcpp::STV visibility, unsigned char nonvis, bool offset_is_from_end, bool only_if_ref) argument
1766 do_define_in_output_data( const char* name, const char* version, Defined defined, Output_data* od, typename elfcpp::Elf_types<size>::Elf_Addr value, typename elfcpp::Elf_types<size>::Elf_WXword symsize, elfcpp::STT type, elfcpp::STB binding, elfcpp::STV visibility, unsigned char nonvis, bool offset_is_from_end, bool only_if_ref) argument
1836 define_in_output_segment(const char* name, const char* version, Defined defined, Output_segment* os, uint64_t value, uint64_t symsize, elfcpp::STT type, elfcpp::STB binding, elfcpp::STV visibility, unsigned char nonvis, Symbol::Segment_offset_base offset_base, bool only_if_ref) argument
1879 do_define_in_output_segment( const char* name, const char* version, Defined defined, Output_segment* os, typename elfcpp::Elf_types<size>::Elf_Addr value, typename elfcpp::Elf_types<size>::Elf_WXword symsize, elfcpp::STT type, elfcpp::STB binding, elfcpp::STV visibility, unsigned char nonvis, Symbol::Segment_offset_base offset_base, bool only_if_ref) argument
1950 define_as_constant(const char* name, const char* version, Defined defined, uint64_t value, uint64_t symsize, elfcpp::STT type, elfcpp::STB binding, elfcpp::STV visibility, unsigned char nonvis, bool only_if_ref, bool force_override) argument
1992 do_define_as_constant( const char* name, const char* version, Defined defined, typename elfcpp::Elf_types<size>::Elf_Addr value, typename elfcpp::Elf_types<size>::Elf_WXword symsize, elfcpp::STT type, elfcpp::STB binding, elfcpp::STV visibility, unsigned char nonvis, bool only_if_ref, bool force_override) argument
[all...]
H A Dsymtab.h1023 Value_type value, Size_type symsize, elfcpp::STT,
1030 Value_type value, Size_type symsize, elfcpp::STT,
1037 Size_type symsize, elfcpp::STT, elfcpp::STB, elfcpp::STV,
1063 symsize() const function in class:gold::Sized_symbol
1068 set_symsize(Size_type symsize) argument
1069 { this->symsize_ = symsize; }
1347 Output_data*, uint64_t value, uint64_t symsize,
1356 Output_segment*, uint64_t value, uint64_t symsize,
1365 uint64_t value, uint64_t symsize, elfcpp::STT type,
H A Dmapfile.cc155 Mapfile::report_allocate_common(const Symbol* sym, uint64_t symsize) argument
171 snprintf(buf, sizeof buf, "0x%llx", static_cast<unsigned long long>(symsize));
H A Dresolve.cc317 && to->symsize() != 0
319 || sym.get_st_size() != to->symsize())
339 typename Sized_symbol<size>::Size_type tosize = to->symsize();
346 if (adjust_common_sizes && tosize > to->symsize())
H A Ddwarf_reader.cc507 const int symsize = elfcpp::Elf_sizes<size>::sym_size; local
508 gold_assert(sym * symsize < this->symtab_buffer_size_);
509 elfcpp::Sym<size, big_endian> elfsym(this->symtab_buffer_ + sym * symsize);
H A Dlayout.cc1421 0, // symsize
1434 0, // symsize
2950 int symsize; local
2954 symsize = elfcpp::Elf_sizes<32>::sym_size;
2959 symsize = elfcpp::Elf_sizes<64>::sym_size;
2971 off += symsize;
2985 off += symsize;
2995 off += (index - local_symbol_index) * symsize;
3000 gold_assert(static_cast<off_t>(local_symcount * symsize) == off - startoff);
3016 dyncount = (this->dynsym_section_->data_size() - locsize) / symsize;
3201 int symsize; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dsomread.c69 CONST int symsize = sizeof (struct symbol_dictionary_record); local
81 buf = xmalloc (symsize * number_of_symbols);
84 val = bfd_bread (buf, symsize * number_of_symbols, abfd);
85 if (val != symsize * number_of_symbols)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/lm32/
H A Dsim-if.c99 long symsize;
103 symsize = bfd_get_symtab_upper_bound (prog_bfd);
104 if (symsize < 0)
106 asymbols = (asymbol **) xmalloc (symsize);
98 long symsize; local
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_ksyms.c240 * symstart, symsize - Address and size of the symbol table.
275 addsymtab(const char *name, void *symstart, size_t symsize, argument
282 int nsyms = symsize / sizeof(Elf_Sym);
294 tab->sd_symsize = symsize;
310 newstart, symstart, symsize, strstart, strsize,
421 ksyms_addsyms_elf(int symsize, void *start, void *end) argument
431 if (symsize <= 0) {
465 symsize = shdr[i].sh_size;
508 addsymtab("netbsd", symstart, symsize, strstart, strsize,
527 ksyms_addsyms_explicit(void *ehdr, void *symstart, size_t symsize, argument
717 ksyms_modload(const char *name, void *symstart, vsize_t symsize, char *strstart, vsize_t strsize) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/ddb/
H A Ddb_sym.c64 ddb_init(int symsize, void *vss, void *vse) argument
67 ksyms_addsyms_elf(symsize, vss, vse); /* Will complain if necessary */
70 if ((*db_symformat->sym_init)(symsize, vss, vse, TBLNAME) != true)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m68hc11/
H A Dinterp.c315 long symsize; local
323 symsize = bfd_get_symtab_upper_bound (abfd);
324 if (symsize < 0)
329 asymbols = (asymbol **) xmalloc (symsize);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dmmix-dis.c98 long symsize = bfd_get_symtab_upper_bound (abfd); local
99 asymbol **syms = malloc (symsize);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dmmix-dis.c98 long symsize = bfd_get_symtab_upper_bound (abfd); local
99 asymbol **syms = malloc (symsize);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-trace.c745 long symsize;
748 symsize = bfd_get_symtab_upper_bound (abfd);
749 if (symsize < 0)
753 asymbols = (asymbol **) xmalloc (symsize);
743 long symsize; local
/netbsd-6-1-5-RELEASE/usr.bin/elf2ecoff/
H A Delf2ecoff.c611 "ECOFF symhdr: symhdr %zx, strsize %lx, symsize %lx\n",
629 elf_read_syms(struct elf_syms *elfsymsp, int in, off_t symoff, off_t symsize, argument
634 nsyms = symsize / sizeof(Elf32_Sym);
660 off_t symoff, off_t symsize, off_t stroff, off_t strsize)
672 elf_read_syms(&elfsymtab, in, symoff, symsize, stroff, strsize);
659 elf_symbol_table_to_ecoff(int out, int in, struct ecoff_exechdr *ep, off_t symoff, off_t symsize, off_t stroff, off_t strsize) argument
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_link.c1125 size_t symsize, nsym, isym, istr, len; local
1170 symsize = sizeof (Elf64_Sym);
1185 symsize = sizeof (Elf32_Sym);
1279 isym = data_sym->d_size / symsize;
1380 nsym * symsize)) == NULL) {
1399 data_sym->d_size += nsym * symsize;
1402 shdr_sym.sh_size += nsym * symsize;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dobjcopy.c1424 long symsize;
1579 symsize = bfd_get_symtab_upper_bound (ibfd);
1580 if (symsize < 0)
1586 osympp = isympp = (asymbol **) xmalloc (symsize);
2867 bfd_size_type symsize, stringsize;
2872 &symsize, &strings,
2881 || ! bfd_set_section_size (obfd, stabsec, symsize)
2895 if (! bfd_set_section_contents (obfd, stabsec, syms, 0, symsize)
1422 long symsize; local
2865 bfd_size_type symsize, stringsize; local
/netbsd-6-1-5-RELEASE/usr.bin/elf2aout/
H A Delf2aout.c360 translate_syms(int out, int in, off_t symoff, off_t symsize, argument
375 remaining = symsize / sizeof(Elf32_Sym);
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpkern/
H A Drump.c713 rump_kernelfsym_load(void *symtab, uint64_t symsize, argument
728 ksyms_addsyms_explicit(&ehdr, symtab, symsize, strtab, strsize);

Completed in 401 milliseconds

12