Lines Matching refs:file_name
894 char *file_name; member
961 char *file_name; in _bfd_stab_section_find_nearest_line() local
1184 file_name = NULL; in _bfd_stab_section_find_nearest_line()
1217 info->indextable[i].file_name = file_name; in _bfd_stab_section_find_nearest_line()
1224 file_name = (char *) str + bfd_get_32 (abfd, stab + STRDXOFF); in _bfd_stab_section_find_nearest_line()
1225 if (file_name == (char *) str) in _bfd_stab_section_find_nearest_line()
1227 file_name = NULL; in _bfd_stab_section_find_nearest_line()
1234 if (file_name >= (char *) info->strs + strsize in _bfd_stab_section_find_nearest_line()
1235 || file_name < (char *) str) in _bfd_stab_section_find_nearest_line()
1236 file_name = NULL; in _bfd_stab_section_find_nearest_line()
1243 directory_name = file_name; in _bfd_stab_section_find_nearest_line()
1244 file_name = ((char *) str in _bfd_stab_section_find_nearest_line()
1246 if (file_name >= (char *) info->strs + strsize in _bfd_stab_section_find_nearest_line()
1247 || file_name < (char *) str) in _bfd_stab_section_find_nearest_line()
1248 file_name = NULL; in _bfd_stab_section_find_nearest_line()
1255 file_name = (char *) str + bfd_get_32 (abfd, stab + STRDXOFF); in _bfd_stab_section_find_nearest_line()
1258 if (file_name >= (char *) info->strs + strsize in _bfd_stab_section_find_nearest_line()
1259 || file_name < (char *) str) in _bfd_stab_section_find_nearest_line()
1260 file_name = NULL; in _bfd_stab_section_find_nearest_line()
1277 info->indextable[i].file_name = file_name; in _bfd_stab_section_find_nearest_line()
1291 info->indextable[i].file_name = file_name; in _bfd_stab_section_find_nearest_line()
1301 info->indextable[i].file_name = NULL; in _bfd_stab_section_find_nearest_line()
1322 file_name = info->cached_file_name; in _bfd_stab_section_find_nearest_line()
1356 file_name = indexentry->file_name; in _bfd_stab_section_find_nearest_line()
1378 file_name = (char *) str + bfd_get_32 (abfd, stab + STRDXOFF); in _bfd_stab_section_find_nearest_line()
1379 if (file_name >= (char *) info->strs + strsize in _bfd_stab_section_find_nearest_line()
1380 || file_name < (char *) str) in _bfd_stab_section_find_nearest_line()
1381 file_name = NULL; in _bfd_stab_section_find_nearest_line()
1405 info->cached_file_name = file_name; in _bfd_stab_section_find_nearest_line()
1428 if (file_name == NULL || IS_ABSOLUTE_PATH (file_name) in _bfd_stab_section_find_nearest_line()
1430 *pfilename = file_name; in _bfd_stab_section_find_nearest_line()
1438 || filename_cmp (info->filename + dirlen, file_name) != 0) in _bfd_stab_section_find_nearest_line()
1445 len = strlen (file_name) + 1; in _bfd_stab_section_find_nearest_line()
1450 memcpy (info->filename + dirlen, file_name, len); in _bfd_stab_section_find_nearest_line()