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

/freebsd-11.0-release/contrib/gdb/gdb/
H A Dmipsread.c229 char *got_secptr; local
269 got_secptr = xmalloc (got_secsize);
270 make_cleanup (free, got_secptr);
281 if (!bfd_get_section_contents (abfd, si.got_sect, got_secptr,
374 (bfd_byte *) (got_secptr + got_entry_offset));

Completed in 124 milliseconds