Home | History | Annotate | Download | only in ld

Lines Matching defs:asec

1442   asection *asec;
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;
1483 size = asec->size;
1486 if (i_shdr->contents == NULL && asec->contents == NULL)
1532 asection *asec;
1540 asec = t->o->package_metadata.sec;
1541 if (bfd_is_abs_section (asec->output_section))
1547 i_shdr = &elf_section_data (asec->output_section)->this_hdr;
1550 contents = i_shdr->contents + asec->output_offset;
1551 else if (asec->contents != NULL)
1552 contents = asec->contents;
1554 contents = xmalloc (asec->size);
1560 size = asec->size - size;
1571 position = i_shdr->sh_offset + asec->output_offset;
1572 size = asec->size;
1575 if (i_shdr->contents == NULL && asec->contents == NULL)