Searched refs:reloc_vector (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gdb-7/bfd/ |
H A D | syms.c | 989 arelent **reloc_vector; in _bfd_stab_section_find_nearest_line() local 1046 reloc_vector = (arelent **) bfd_malloc (reloc_size); in _bfd_stab_section_find_nearest_line() 1047 if (reloc_vector == NULL && reloc_size != 0) in _bfd_stab_section_find_nearest_line() 1049 reloc_count = bfd_canonicalize_reloc (abfd, info->stabsec, reloc_vector, in _bfd_stab_section_find_nearest_line() 1053 if (reloc_vector != NULL) in _bfd_stab_section_find_nearest_line() 1054 free (reloc_vector); in _bfd_stab_section_find_nearest_line() 1061 for (pr = reloc_vector; *pr != NULL; pr++) in _bfd_stab_section_find_nearest_line() 1082 if (reloc_vector != NULL) in _bfd_stab_section_find_nearest_line() 1083 free (reloc_vector); in _bfd_stab_section_find_nearest_line() 1095 if (reloc_vector != NULL) in _bfd_stab_section_find_nearest_line() [all …]
|
H A D | reloc.c | 6999 arelent **reloc_vector; in bfd_generic_get_relocated_section_contents() local 7013 reloc_vector = (arelent **) bfd_malloc (reloc_size); in bfd_generic_get_relocated_section_contents() 7014 if (reloc_vector == NULL) in bfd_generic_get_relocated_section_contents() 7019 reloc_vector, in bfd_generic_get_relocated_section_contents() 7027 for (parent = reloc_vector; *parent != NULL; parent++) in bfd_generic_get_relocated_section_contents() 7111 free (reloc_vector); in bfd_generic_get_relocated_section_contents() 7115 free (reloc_vector); in bfd_generic_get_relocated_section_contents()
|
/dflybsd-src/contrib/binutils-2.27/bfd/ |
H A D | syms.c | 988 arelent **reloc_vector; in _bfd_stab_section_find_nearest_line() local 1045 reloc_vector = (arelent **) bfd_malloc (reloc_size); in _bfd_stab_section_find_nearest_line() 1046 if (reloc_vector == NULL && reloc_size != 0) in _bfd_stab_section_find_nearest_line() 1048 reloc_count = bfd_canonicalize_reloc (abfd, info->stabsec, reloc_vector, in _bfd_stab_section_find_nearest_line() 1052 if (reloc_vector != NULL) in _bfd_stab_section_find_nearest_line() 1053 free (reloc_vector); in _bfd_stab_section_find_nearest_line() 1060 for (pr = reloc_vector; *pr != NULL; pr++) in _bfd_stab_section_find_nearest_line() 1081 if (reloc_vector != NULL) in _bfd_stab_section_find_nearest_line() 1082 free (reloc_vector); in _bfd_stab_section_find_nearest_line() 1096 if (reloc_vector != NULL) in _bfd_stab_section_find_nearest_line() [all …]
|
H A D | reloc.c | 7926 arelent **reloc_vector; in bfd_generic_get_relocated_section_contents() local 7940 reloc_vector = (arelent **) bfd_malloc (reloc_size); in bfd_generic_get_relocated_section_contents() 7941 if (reloc_vector == NULL) in bfd_generic_get_relocated_section_contents() 7946 reloc_vector, in bfd_generic_get_relocated_section_contents() 7955 for (parent = reloc_vector; *parent != NULL; parent++) in bfd_generic_get_relocated_section_contents() 8058 free (reloc_vector); in bfd_generic_get_relocated_section_contents() 8062 free (reloc_vector); in bfd_generic_get_relocated_section_contents()
|
/dflybsd-src/contrib/binutils-2.34/bfd/ |
H A D | syms.c | 1000 arelent **reloc_vector; in _bfd_stab_section_find_nearest_line() local 1061 reloc_vector = (arelent **) bfd_malloc (reloc_size); in _bfd_stab_section_find_nearest_line() 1062 if (reloc_vector == NULL && reloc_size != 0) in _bfd_stab_section_find_nearest_line() 1064 reloc_count = bfd_canonicalize_reloc (abfd, info->stabsec, reloc_vector, in _bfd_stab_section_find_nearest_line() 1068 if (reloc_vector != NULL) in _bfd_stab_section_find_nearest_line() 1069 free (reloc_vector); in _bfd_stab_section_find_nearest_line() 1076 for (pr = reloc_vector; *pr != NULL; pr++) in _bfd_stab_section_find_nearest_line() 1100 if (reloc_vector != NULL) in _bfd_stab_section_find_nearest_line() 1101 free (reloc_vector); in _bfd_stab_section_find_nearest_line() 1113 if (reloc_vector != NULL) in _bfd_stab_section_find_nearest_line() [all …]
|
H A D | reloc.c | 8319 arelent **reloc_vector; in bfd_generic_get_relocated_section_contents() local 8336 reloc_vector = (arelent **) bfd_malloc (reloc_size); in bfd_generic_get_relocated_section_contents() 8337 if (reloc_vector == NULL) in bfd_generic_get_relocated_section_contents() 8342 reloc_vector, in bfd_generic_get_relocated_section_contents() 8351 for (parent = reloc_vector; *parent != NULL; parent++) in bfd_generic_get_relocated_section_contents() 8470 free (reloc_vector); in bfd_generic_get_relocated_section_contents() 8474 free (reloc_vector); in bfd_generic_get_relocated_section_contents()
|