Searched refs:xcoff_section_data (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | xcofflink.c | 502 && xcoff_section_data (abfd, sec) != NULL) in xcoff_read_internal_relocs() 506 enclosing = xcoff_section_data (abfd, sec)->enclosing; in xcoff_read_internal_relocs() 1098 xcoff_section_data (abfd, csect)->last_symndx = in xcoff_link_add_symbols() 1258 xcoff_section_data (abfd, csect)->last_symndx = in xcoff_link_add_symbols() 1442 xcoff_section_data (abfd, csect)->lineno_count = in xcoff_link_add_symbols() 1545 xcoff_section_data (abfd, csect)->last_symndx = in xcoff_link_add_symbols() 2255 && xcoff_section_data (sec->owner, sec) != NULL) in xcoff_mark() 2262 + xcoff_section_data (sec->owner, sec)->first_symndx); in xcoff_mark() 5411 && xcoff_section_data (sec->owner, sec) != NULL in _bfd_xcoff_bfd_final_link() 5412 && (xcoff_section_data (sec->owner, sec)->lineno_count in _bfd_xcoff_bfd_final_link() [all …]
|
H A D | libcoff-in.h | 224 #define xcoff_section_data(abfd, sec) \ macro
|
H A D | libcoff.h | 228 #define xcoff_section_data(abfd, sec) \ macro
|
H A D | ChangeLog-9495 | 1105 (xcoff_section_data): Define macro.
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | xcofflink.c | 547 && xcoff_section_data (abfd, sec) != NULL) 551 enclosing = xcoff_section_data (abfd, sec)->enclosing; 1192 xcoff_section_data (abfd, csect)->last_symndx = 1354 xcoff_section_data (abfd, csect)->last_symndx = 1544 xcoff_section_data (abfd, csect)->lineno_count = 1647 xcoff_section_data (abfd, csect)->last_symndx = 2371 && xcoff_section_data (sec->owner, sec) != NULL) 2379 + xcoff_section_data (sec->owner, sec)->first_symndx); 3626 && xcoff_section_data (sec->owner, sec) != NULL 3627 && (xcoff_section_data (sec->owner, sec)->lineno_count [all …]
|
H A D | libcoff-in.h | 225 #define xcoff_section_data(abfd, sec) \ macro
|
H A D | libcoff.h | 229 #define xcoff_section_data(abfd, sec) \ macro
|
H A D | ChangeLog-9495 | 1105 (xcoff_section_data): Define macro.
|