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

  /src/external/gpl3/binutils/dist/bfd/
elf-hppa.h 889 asection *asec; local
907 for (asec = abfd->sections, indx = 1; asec; asec = asec->next, indx++)
909 if (asec->name && strcmp (asec->name, ".text") == 0)
cofflink.c 1296 asection *asec;
1323 asec = bfd_get_section_by_name (abfd, name);
1324 if (asec)
1327 asec->flags |= SEC_CODE;
1329 asec->flags |= SEC_READONLY;
1295 asection *asec; local
elf32-ppc.c 1596 asection *asec;
1613 asec = bfd_get_section_by_name (ibfd, APUINFO_SECTION_NAME);
1614 if (asec == NULL)
1619 length = asec->size;
1624 if (largest_input_size < asec->size)
1627 largest_input_size = asec->size;
1633 if (bfd_seek (ibfd, asec->filepos, SEEK_SET) != 0
1673 asec = bfd_get_section_by_name (abfd, APUINFO_SECTION_NAME);
1675 if (asec && !bfd_set_section_size (asec, 20 + num_entries * 4)
1592 asection *asec; local
1704 asection *asec; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf-hppa.h 889 asection *asec; local
907 for (asec = abfd->sections, indx = 1; asec; asec = asec->next, indx++)
909 if (asec->name && strcmp (asec->name, ".text") == 0)
cofflink.c 1308 asection *asec;
1335 asec = bfd_get_section_by_name (abfd, name);
1336 if (asec)
1339 asec->flags |= SEC_CODE;
1341 asec->flags |= SEC_READONLY;
1307 asection *asec; local
elf32-ppc.c 1609 asection *asec;
1626 asec = bfd_get_section_by_name (ibfd, APUINFO_SECTION_NAME);
1627 if (asec == NULL)
1632 length = asec->size;
1637 if (largest_input_size < asec->size)
1640 largest_input_size = asec->size;
1646 if (bfd_seek (ibfd, asec->filepos, SEEK_SET) != 0
1686 asec = bfd_get_section_by_name (abfd, APUINFO_SECTION_NAME);
1688 if (asec && !bfd_set_section_size (asec, 20 + num_entries * 4)
1605 asection *asec; local
1717 asection *asec; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf-hppa.h 889 asection *asec; local
907 for (asec = abfd->sections, indx = 1; asec; asec = asec->next, indx++)
909 if (asec->name && strcmp (asec->name, ".text") == 0)
cofflink.c 1269 asection *asec;
1296 asec = bfd_get_section_by_name (abfd, name);
1297 if (asec)
1300 asec->flags |= SEC_CODE;
1302 asec->flags |= SEC_READONLY;
1268 asection *asec; local
elf32-ppc.c 1609 asection *asec;
1626 asec = bfd_get_section_by_name (ibfd, APUINFO_SECTION_NAME);
1627 if (asec == NULL)
1632 length = asec->size;
1637 if (largest_input_size < asec->size)
1640 largest_input_size = asec->size;
1646 if (bfd_seek (ibfd, asec->filepos, SEEK_SET) != 0
1686 asec = bfd_get_section_by_name (abfd, APUINFO_SECTION_NAME);
1688 if (asec && !bfd_set_section_size (asec, 20 + num_entries * 4)
1605 asection *asec; local
1717 asection *asec; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf-hppa.h 889 asection *asec; local
907 for (asec = abfd->sections, indx = 1; asec; asec = asec->next, indx++)
909 if (asec->name && strcmp (asec->name, ".text") == 0)
cofflink.c 1308 asection *asec;
1335 asec = bfd_get_section_by_name (abfd, name);
1336 if (asec)
1339 asec->flags |= SEC_CODE;
1341 asec->flags |= SEC_READONLY;
1307 asection *asec; local
elf32-ppc.c 1596 asection *asec;
1613 asec = bfd_get_section_by_name (ibfd, APUINFO_SECTION_NAME);
1614 if (asec == NULL)
1619 length = asec->size;
1624 if (largest_input_size < asec->size)
1627 largest_input_size = asec->size;
1633 if (bfd_seek (ibfd, asec->filepos, SEEK_SET) != 0
1673 asec = bfd_get_section_by_name (abfd, APUINFO_SECTION_NAME);
1675 if (asec && !bfd_set_section_size (asec, 20 + num_entries * 4)
1592 asection *asec; local
1704 asection *asec; local
    [all...]
  /src/external/gpl3/binutils/dist/ld/
ldelfgen.c 148 asection *asec = NULL; local
153 asec = elf_linked_to_section (ai->is->section);
158 if (asec == NULL || bsec == NULL)
162 else if (asec != NULL)
167 apos = asec->output_section->lma + asec->output_offset;
178 the two sections has zero size, or asec and bsec are the
180 if (asec->size < bsec->size)
182 else if (asec->size > bsec->size)
190 apos = asec->output_section->vma + asec->output_offset
    [all...]
ldelf.c 1441 asection *asec; local
1449 asec = t->o->build_id.sec;
1450 if (bfd_is_abs_section (asec->output_section))
1456 i_shdr = &elf_section_data (asec->output_section)->this_hdr;
1459 contents = i_shdr->contents + asec->output_offset;
1460 else if (asec->contents != NULL)
1461 contents = asec->contents;
1463 contents = xmalloc (asec->size);
1469 size = asec->size - size;
1481 position = i_shdr->sh_offset + asec->output_offset
1531 asection *asec; local
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldelfgen.c 148 asection *asec = NULL; local
153 asec = elf_linked_to_section (ai->is->section);
158 if (asec == NULL || bsec == NULL)
162 else if (asec != NULL)
167 apos = asec->output_section->lma + asec->output_offset;
178 the two sections has zero size, or asec and bsec are the
180 if (asec->size < bsec->size)
182 else if (asec->size > bsec->size)
190 apos = asec->output_section->vma + asec->output_offset
    [all...]
ldelf.c 1442 asection *asec; local
1450 asec = t->o->build_id.sec;
1451 if (bfd_is_abs_section (asec->output_section))
1457 i_shdr = &elf_section_data (asec->output_section)->this_hdr;
1460 contents = i_shdr->contents + asec->output_offset;
1461 else if (asec->contents != NULL)
1462 contents = asec->contents;
1464 contents = xmalloc (asec->size);
1470 size = asec->size - size;
1482 position = i_shdr->sh_offset + asec->output_offset
1532 asection *asec; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
gcore.c 431 asection *asec = objsec->the_bfd_section; local
432 bfd_vma align = (bfd_vma) 1 << bfd_section_alignment (asec);
  /src/external/gpl3/gdb/dist/gdb/
gcore.c 431 asection *asec = objsec.the_bfd_section; local
432 bfd_vma align = (bfd_vma) 1 << bfd_section_alignment (asec);
  /src/external/gpl3/binutils/dist/gas/config/
tc-mn10300.c 2199 asection *asec, *ssec;
2201 asec = S_GET_SEGMENT (fixp->fx_addsy);
2208 if (ssec != absolute_section || asec != absolute_section)
2222 if (asec == absolute_section)
2196 asection *asec, *ssec; local
tc-msp430.c 4666 asection *asec, *ssec; local
4668 asec = S_GET_SEGMENT (fixp->fx_addsy);
4686 if ((ssec != absolute_section || asec != absolute_section)
4711 if (asec == absolute_section)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mn10300.c 2199 asection *asec, *ssec;
2201 asec = S_GET_SEGMENT (fixp->fx_addsy);
2208 if (ssec != absolute_section || asec != absolute_section)
2222 if (asec == absolute_section)
2196 asection *asec, *ssec; local
tc-msp430.c 4666 asection *asec, *ssec; local
4668 asec = S_GET_SEGMENT (fixp->fx_addsy);
4686 if ((ssec != absolute_section || asec != absolute_section)
4711 if (asec == absolute_section)

Completed in 54 milliseconds