• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:sym

70 		     nlmNAME (symbol_type) *sym,  in nlm_i386_read_reloc()
101 if (sym == NULL) in nlm_i386_read_reloc()
145 asymbol *sym; in nlm_i386_write_import() local
166 sym = *rel->sym_ptr_ptr; in nlm_i386_write_import()
185 if (! bfd_is_und_section (bfd_get_section (sym))) in nlm_i386_write_import()
196 if (bfd_get_section_flags (abfd, bfd_get_section (sym)) & SEC_CODE) in nlm_i386_write_import()
246 asymbol *sym; in nlm_i386_mangle_relocs() local
250 sym = *rel->sym_ptr_ptr; in nlm_i386_mangle_relocs()
264 addend = rel->addend + sym->value; in nlm_i386_mangle_relocs()
271 if (((bfd_get_section_flags (abfd, bfd_get_section (sym)) in nlm_i386_mangle_relocs()
273 && ((bfd_get_section_flags (abfd, bfd_get_section (sym)) in nlm_i386_mangle_relocs()
329 nlm_i386_read_import (bfd * abfd, nlmNAME (symbol_type) * sym) in nlm_i386_read_import() argument
340 sym -> symbol.the_bfd = abfd; in nlm_i386_read_import()
347 sym -> symbol.name = name; in nlm_i386_read_import()
348 sym -> symbol.flags = 0; in nlm_i386_read_import()
349 sym -> symbol.value = 0; in nlm_i386_read_import()
350 sym -> symbol.section = bfd_und_section_ptr; in nlm_i386_read_import()
357 sym -> relocs = nlm_relocs; in nlm_i386_read_import()
358 sym -> rcnt = 0; in nlm_i386_read_import()
359 while (sym -> rcnt < rcount) in nlm_i386_read_import()
363 if (! nlm_i386_read_reloc (abfd, sym, &section, &nlm_relocs -> reloc)) in nlm_i386_read_import()
367 sym -> rcnt++; in nlm_i386_read_import()
377 asymbol *sym, in nlm_i386_write_external() argument
384 len = strlen (sym->name); in nlm_i386_write_external()
387 || bfd_bwrite (sym->name, (bfd_size_type) len, abfd) != len) in nlm_i386_write_external()