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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dxcofflink.c491 /* Read internal relocs for an XCOFF csect. This is a wrapper around
931 table. From the linker's point of view, each csect must be
933 handled as a small XMC_TC csect. The linker must be able to merge
939 nightmare. We cope by actually creating sections for each csect,
942 csect they belong to is to examine the address. */
957 asection *csect;
1067 csect = NULL;
1090 /* In this pass we are only interested in symbols with csect
1095 Normally csect is a .pr, .rw etc. created in the loop
1100 if (sym.n_sclass == C_FILE && csect !
953 asection *csect; local
[all...]
H A Dmach-o.c1393 long csect = 0; local
1411 csect = 0;
1420 BFD_ASSERT (csect + seg->nsects <= mdata->nsects);
1423 mdata->sections[csect++] = &seg->sections[j];

Completed in 304 milliseconds