Home | History | Annotate | Download | only in bfd

Lines Matching full:endp

438   const char *endp;
444 table_index = strtol (name + 1, (char **) &endp, 10);
452 if (bfd_is_thin_archive (arch) && endp != NULL && *endp == ':')
454 file_ptr origin = strtol (endp + 1, NULL, 10);