Lines Matching refs:file_name

880   char *file_name;  member
947 char *file_name; in _bfd_stab_section_find_nearest_line() local
1158 file_name = NULL; in _bfd_stab_section_find_nearest_line()
1191 info->indextable[i].file_name = file_name; in _bfd_stab_section_find_nearest_line()
1198 file_name = (char *) str + bfd_get_32 (abfd, stab + STRDXOFF); in _bfd_stab_section_find_nearest_line()
1199 if (file_name == (char *) str) in _bfd_stab_section_find_nearest_line()
1201 file_name = NULL; in _bfd_stab_section_find_nearest_line()
1208 if (file_name >= (char *) info->strs + strsize in _bfd_stab_section_find_nearest_line()
1209 || file_name < (char *) str) in _bfd_stab_section_find_nearest_line()
1210 file_name = NULL; in _bfd_stab_section_find_nearest_line()
1217 directory_name = file_name; in _bfd_stab_section_find_nearest_line()
1218 file_name = ((char *) str in _bfd_stab_section_find_nearest_line()
1220 if (file_name >= (char *) info->strs + strsize in _bfd_stab_section_find_nearest_line()
1221 || file_name < (char *) str) in _bfd_stab_section_find_nearest_line()
1222 file_name = NULL; in _bfd_stab_section_find_nearest_line()
1229 file_name = (char *) str + bfd_get_32 (abfd, stab + STRDXOFF); in _bfd_stab_section_find_nearest_line()
1232 if (file_name >= (char *) info->strs + strsize in _bfd_stab_section_find_nearest_line()
1233 || file_name < (char *) str) in _bfd_stab_section_find_nearest_line()
1234 file_name = NULL; in _bfd_stab_section_find_nearest_line()
1251 info->indextable[i].file_name = file_name; in _bfd_stab_section_find_nearest_line()
1265 info->indextable[i].file_name = file_name; in _bfd_stab_section_find_nearest_line()
1275 info->indextable[i].file_name = NULL; in _bfd_stab_section_find_nearest_line()
1298 file_name = info->cached_file_name; in _bfd_stab_section_find_nearest_line()
1332 file_name = indexentry->file_name; in _bfd_stab_section_find_nearest_line()
1354 file_name = (char *) str + bfd_get_32 (abfd, stab + STRDXOFF); in _bfd_stab_section_find_nearest_line()
1355 if (file_name >= (char *) info->strs + strsize in _bfd_stab_section_find_nearest_line()
1356 || file_name < (char *) str) in _bfd_stab_section_find_nearest_line()
1357 file_name = NULL; in _bfd_stab_section_find_nearest_line()
1381 info->cached_file_name = file_name; in _bfd_stab_section_find_nearest_line()
1404 if (file_name == NULL || IS_ABSOLUTE_PATH (file_name) in _bfd_stab_section_find_nearest_line()
1406 *pfilename = file_name; in _bfd_stab_section_find_nearest_line()
1414 || filename_cmp (info->filename + dirlen, file_name) != 0) in _bfd_stab_section_find_nearest_line()
1421 len = strlen (file_name) + 1; in _bfd_stab_section_find_nearest_line()
1426 memcpy (info->filename + dirlen, file_name, len); in _bfd_stab_section_find_nearest_line()