Searched refs:x_symp (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmipsread.c183 Elfalpha_External_Sym *x_symp; local
254 for (i = 1, x_symp = (Elfalpha_External_Sym *) sym_sec.data () + 1;
256 i++, x_symp++)
266 strx = bfd_h_get_32 (abfd, (bfd_byte *) x_symp->st_name);
273 sym_value = bfd_h_get_64 (abfd, (bfd_byte *) x_symp->st_value);
274 sym_info = bfd_h_get_8 (abfd, (bfd_byte *) x_symp->st_info);
275 sym_shndx = bfd_h_get_16 (abfd, (bfd_byte *) x_symp->st_shndx);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmipsread.c183 Elfalpha_External_Sym *x_symp; local
254 for (i = 1, x_symp = (Elfalpha_External_Sym *) sym_sec.data () + 1;
256 i++, x_symp++)
266 strx = bfd_h_get_32 (abfd, (bfd_byte *) x_symp->st_name);
273 sym_value = bfd_h_get_64 (abfd, (bfd_byte *) x_symp->st_value);
274 sym_info = bfd_h_get_8 (abfd, (bfd_byte *) x_symp->st_info);
275 sym_shndx = bfd_h_get_16 (abfd, (bfd_byte *) x_symp->st_shndx);

Completed in 79 milliseconds