Searched refs:xcoff_section_data (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | xcofflink.c | 692 && 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 …]
|
| D | libcoff-in.h | 249 #define xcoff_section_data(abfd, sec) \ macro
|
| D | libcoff.h | 253 #define xcoff_section_data(abfd, sec) \ macro
|
| D | ChangeLog-9495 | 1105 (xcoff_section_data): Define macro.
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | xcofflink.c | 692 && 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 …]
|
| D | libcoff-in.h | 249 #define xcoff_section_data(abfd, sec) \ macro
|
| D | libcoff.h | 253 #define xcoff_section_data(abfd, sec) \ macro
|
| D | ChangeLog-9495 | 1105 (xcoff_section_data): Define macro.
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 177286 Look through relocations even if xcoff_section_data is NULL.
|