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

/haiku-fatelf/src/bin/gdb/bfd/
H A Dxcofflink.c532 /* Read internal relocs for an XCOFF csect. This is a wrapper around
1017 table. From the linker's point of view, each csect must be
1019 handled as a small XMC_TC csect. The linker must be able to merge
1025 nightmare. We cope by actually creating sections for each csect,
1028 csect they belong to is to examine the address. */
1045 asection *csect;
1159 csect = NULL;
1182 /* In this pass we are only interested in symbols with csect
1188 Normally csect is a .pr, .rw etc. created in the loop
1193 if (sym.n_sclass == C_FILE && csect !
1041 asection *csect; local
[all...]
H A Dmach-o.c1566 long csect = 0; local
1584 csect = 0;
1593 BFD_ASSERT (csect + seg->nsects <= mdata->nsects);
1596 mdata->sections[csect++] = &seg->sections[j];

Completed in 106 milliseconds