Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/bfd/
Dxcofflink.c692 && xcoff_section_data (abfd, sec) != NULL) in xcoff_read_internal_relocs()
696 enclosing = xcoff_section_data (abfd, sec)->enclosing; in xcoff_read_internal_relocs()
1487 enclosing = xcoff_section_data (abfd, csect)->enclosing; in xcoff_link_add_symbols()
1808 xcoff_section_data (abfd, csect)->enclosing = enclosing; in xcoff_link_add_symbols()
1809 xcoff_section_data (abfd, csect)->lineno_count = in xcoff_link_add_symbols()
1850 xcoff_section_data (abfd, csect)->first_symndx = csect_index; in xcoff_link_add_symbols()
1948 xcoff_section_data (abfd, csect)->first_symndx = csect_index; in xcoff_link_add_symbols()
2194 xcoff_section_data (abfd, csect)->last_symndx in xcoff_link_add_symbols()
3061 if (xcoff_section_data (sec->owner, sec) != NULL) in xcoff_mark()
3070 first = xcoff_section_data (sec->owner, sec)->first_symndx; in xcoff_mark()
[all …]
Dlibcoff-in.h249 #define xcoff_section_data(abfd, sec) \ macro
Dlibcoff.h253 #define xcoff_section_data(abfd, sec) \ macro
DChangeLog-94951105 (xcoff_section_data): Define macro.
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dxcofflink.c692 && xcoff_section_data (abfd, sec) != NULL) in xcoff_read_internal_relocs()
696 enclosing = xcoff_section_data (abfd, sec)->enclosing; in xcoff_read_internal_relocs()
1487 enclosing = xcoff_section_data (abfd, csect)->enclosing; in xcoff_link_add_symbols()
1808 xcoff_section_data (abfd, csect)->enclosing = enclosing; in xcoff_link_add_symbols()
1809 xcoff_section_data (abfd, csect)->lineno_count = in xcoff_link_add_symbols()
1850 xcoff_section_data (abfd, csect)->first_symndx = csect_index; in xcoff_link_add_symbols()
1948 xcoff_section_data (abfd, csect)->first_symndx = csect_index; in xcoff_link_add_symbols()
2194 xcoff_section_data (abfd, csect)->last_symndx in xcoff_link_add_symbols()
3061 if (xcoff_section_data (sec->owner, sec) != NULL) in xcoff_mark()
3070 first = xcoff_section_data (sec->owner, sec)->first_symndx; in xcoff_mark()
[all …]
Dlibcoff-in.h249 #define xcoff_section_data(abfd, sec) \ macro
Dlibcoff.h253 #define xcoff_section_data(abfd, sec) \ macro
DChangeLog-94951105 (xcoff_section_data): Define macro.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git177286 Look through relocations even if xcoff_section_data is NULL.