Lines Matching refs:file_name
885 char *file_name; member
952 char *file_name; in _bfd_stab_section_find_nearest_line() local
1166 file_name = NULL; in _bfd_stab_section_find_nearest_line()
1199 info->indextable[i].file_name = file_name; in _bfd_stab_section_find_nearest_line()
1206 file_name = (char *) str + bfd_get_32 (abfd, stab + STRDXOFF); in _bfd_stab_section_find_nearest_line()
1207 if (file_name == (char *) str) in _bfd_stab_section_find_nearest_line()
1209 file_name = NULL; in _bfd_stab_section_find_nearest_line()
1216 if (file_name >= (char *) info->strs + strsize in _bfd_stab_section_find_nearest_line()
1217 || file_name < (char *) str) in _bfd_stab_section_find_nearest_line()
1218 file_name = NULL; in _bfd_stab_section_find_nearest_line()
1225 directory_name = file_name; in _bfd_stab_section_find_nearest_line()
1226 file_name = ((char *) str in _bfd_stab_section_find_nearest_line()
1228 if (file_name >= (char *) info->strs + strsize in _bfd_stab_section_find_nearest_line()
1229 || file_name < (char *) str) in _bfd_stab_section_find_nearest_line()
1230 file_name = NULL; in _bfd_stab_section_find_nearest_line()
1237 file_name = (char *) str + bfd_get_32 (abfd, stab + STRDXOFF); in _bfd_stab_section_find_nearest_line()
1240 if (file_name >= (char *) info->strs + strsize in _bfd_stab_section_find_nearest_line()
1241 || file_name < (char *) str) in _bfd_stab_section_find_nearest_line()
1242 file_name = NULL; in _bfd_stab_section_find_nearest_line()
1259 info->indextable[i].file_name = file_name; in _bfd_stab_section_find_nearest_line()
1273 info->indextable[i].file_name = file_name; in _bfd_stab_section_find_nearest_line()
1283 info->indextable[i].file_name = NULL; in _bfd_stab_section_find_nearest_line()
1306 file_name = info->cached_file_name; in _bfd_stab_section_find_nearest_line()
1340 file_name = indexentry->file_name; in _bfd_stab_section_find_nearest_line()
1362 file_name = (char *) str + bfd_get_32 (abfd, stab + STRDXOFF); in _bfd_stab_section_find_nearest_line()
1363 if (file_name >= (char *) info->strs + strsize in _bfd_stab_section_find_nearest_line()
1364 || file_name < (char *) str) in _bfd_stab_section_find_nearest_line()
1365 file_name = NULL; in _bfd_stab_section_find_nearest_line()
1389 info->cached_file_name = file_name; in _bfd_stab_section_find_nearest_line()
1412 if (file_name == NULL || IS_ABSOLUTE_PATH (file_name) in _bfd_stab_section_find_nearest_line()
1414 *pfilename = file_name; in _bfd_stab_section_find_nearest_line()
1422 || filename_cmp (info->filename + dirlen, file_name) != 0) in _bfd_stab_section_find_nearest_line()
1429 len = strlen (file_name) + 1; in _bfd_stab_section_find_nearest_line()
1434 memcpy (info->filename + dirlen, file_name, len); in _bfd_stab_section_find_nearest_line()