Home
last modified time | relevance | path

Searched refs:xcoff_section_data (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Dxcofflink.c502 && 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()
1145 enclosing = xcoff_section_data (abfd, csect)->enclosing; in xcoff_link_add_symbols()
1258 xcoff_section_data (abfd, csect)->last_symndx = in xcoff_link_add_symbols()
1441 xcoff_section_data (abfd, csect)->enclosing = enclosing; in xcoff_link_add_symbols()
1442 xcoff_section_data (abfd, csect)->lineno_count = in xcoff_link_add_symbols()
1483 xcoff_section_data (abfd, csect)->first_symndx = csect_index; in xcoff_link_add_symbols()
1545 xcoff_section_data (abfd, csect)->last_symndx = in xcoff_link_add_symbols()
1582 xcoff_section_data (abfd, csect)->first_symndx = csect_index; in xcoff_link_add_symbols()
[all …]
Dlibcoff-in.h224 #define xcoff_section_data(abfd, sec) \ macro
Dlibcoff.h228 #define xcoff_section_data(abfd, sec) \ macro
DChangeLog-94951105 (xcoff_section_data): Define macro.