HomeSort by: relevance | last modified time | path
    Searched defs:csect (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
mach-o.c 5082 unsigned long csect; local
5110 csect = 0;
5120 BFD_ASSERT (csect + seg->nsects <= mdata->nsects);
5123 mdata->sections[csect++] = sec;
5126 BFD_ASSERT (mdata->nsects == csect);
xcofflink.c 717 /* Read internal relocs for an XCOFF csect. This is a wrapper around
1303 table. From the linker's point of view, each csect must be
1305 handled as a small XMC_TC csect. The linker must be able to merge
1311 nightmare. We cope by actually creating sections for each csect,
1314 csect they belong to is to examine the address. */
1330 asection *csect;
1453 csect = NULL;
1475 /* In this pass we are only interested in symbols with csect
1480 Normally csect is a .pr, .rw etc. created in the loop
1485 csect = NULL
1324 asection *csect; local
4194 asection *csect; local
4384 asection *csect; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-ppc.c 213 { "csect", ppc_csect, 0 },
992 /* The RS/6000 assembler uses the .csect pseudo-op to generate code
1027 /* The current csect. */
1034 we see a .toc pseudo-op, and save the csect symbol here. */
2910 /* Anchor this label to the current csect for relocations. */
2923 the csect symbol. */
2932 /* Update last csect symbol. */
4049 /* Update alignment of the containing csect. */
4481 /* The .csect pseudo-op. This switches us into a different
4483 start of the .csect. In COFF, csect symbols get special au
5444 symbolS *csect; local
6108 coff_symbol_type *csect = coffsymbol (symbol_get_bfdsym (within)); local
6236 symbolS *csect; local
6307 symbolS *csect; local
6373 symbolS *csect; local
6524 symbolS* csect = tc->within; local
6548 symbolS* csect; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
mach-o.c 5081 unsigned long csect; local
5109 csect = 0;
5119 BFD_ASSERT (csect + seg->nsects <= mdata->nsects);
5122 mdata->sections[csect++] = sec;
5125 BFD_ASSERT (mdata->nsects == csect);
xcofflink.c 717 /* Read internal relocs for an XCOFF csect. This is a wrapper around
1303 table. From the linker's point of view, each csect must be
1305 handled as a small XMC_TC csect. The linker must be able to merge
1311 nightmare. We cope by actually creating sections for each csect,
1314 csect they belong to is to examine the address. */
1330 asection *csect;
1453 csect = NULL;
1475 /* In this pass we are only interested in symbols with csect
1480 Normally csect is a .pr, .rw etc. created in the loop
1485 csect = NULL
1324 asection *csect; local
4194 asection *csect; local
4384 asection *csect; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ppc.c 226 { "csect", ppc_csect, 0 },
1013 /* The RS/6000 assembler uses the .csect pseudo-op to generate code
1048 /* The current csect. */
1055 we see a .toc pseudo-op, and save the csect symbol here. */
2946 /* Anchor this label to the current csect for relocations. */
2959 the csect symbol. */
2968 /* Update last csect symbol. */
4085 /* Update alignment of the containing csect. */
4517 /* The .csect pseudo-op. This switches us into a different
4519 start of the .csect. In COFF, csect symbols get special au
5486 symbolS *csect; local
6150 coff_symbol_type *csect = coffsymbol (symbol_get_bfdsym (within)); local
6278 symbolS *csect; local
6349 symbolS *csect; local
6415 symbolS *csect; local
6566 symbolS* csect = tc->within; local
6590 symbolS* csect; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
mach-o.c 5079 unsigned long csect; local
5107 csect = 0;
5117 BFD_ASSERT (csect + seg->nsects <= mdata->nsects);
5120 mdata->sections[csect++] = sec;
5123 BFD_ASSERT (mdata->nsects == csect);
xcofflink.c 674 /* Read internal relocs for an XCOFF csect. This is a wrapper around
1260 table. From the linker's point of view, each csect must be
1262 handled as a small XMC_TC csect. The linker must be able to merge
1268 nightmare. We cope by actually creating sections for each csect,
1271 csect they belong to is to examine the address. */
1287 asection *csect;
1410 csect = NULL;
1432 /* In this pass we are only interested in symbols with csect
1437 Normally csect is a .pr, .rw etc. created in the loop
1442 csect = NULL
1281 asection *csect; local
4147 asection *csect; local
4337 asection *csect; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
mach-o.c 5088 long csect = 0; local
5116 csect = 0;
5126 BFD_ASSERT (csect + seg->nsects <= mdata->nsects);
5129 mdata->sections[csect++] = sec;
xcofflink.c 682 /* Read internal relocs for an XCOFF csect. This is a wrapper around
1268 table. From the linker's point of view, each csect must be
1270 handled as a small XMC_TC csect. The linker must be able to merge
1276 nightmare. We cope by actually creating sections for each csect,
1279 csect they belong to is to examine the address. */
1295 asection *csect;
1418 csect = NULL;
1440 /* In this pass we are only interested in symbols with csect
1445 Normally csect is a .pr, .rw etc. created in the loop
1450 csect = NULL
1289 asection *csect; local
4155 asection *csect; local
4345 asection *csect; local
    [all...]

Completed in 59 milliseconds