Searched refs:csectpp (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dxcofflink.c3259 asection **csectpp;
3294 csectpp = xcoff_data (sub)->csects;
3296 /* Dynamic object do not have csectpp's. */
3297 if (NULL != csectpp)
3312 && *csectpp != NULL
3314 || ((*csectpp)->flags & SEC_MARK) != 0
3315 || *csectpp == bfd_abs_section_ptr)
3329 csectpp += sym.n_numaux + 1;
3416 asection **csectpp;
3460 csectpp
3254 asection **csectpp; local
3410 asection **csectpp; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Dxcofflink.c3840 asection **csectpp;
3884 csectpp = xcoff_data (sub)->csects;
3920 csect = *csectpp;
3952 csectpp += sym.n_numaux + 1;
4133 asection **csectpp;
4181 csectpp = xcoff_data (input_bfd)->csects;
4214 && xcoff_final_definition_p (input_bfd, *sym_hash, *csectpp))
4223 ldsym->l_scnum = (*csectpp)->output_section->target_index;
4225 + (*csectpp)->output_section->vma
4226 + (*csectpp)
3829 asection **csectpp; local
4121 asection **csectpp; local
[all...]

Completed in 100 milliseconds