HomeSort by relevance Sort by last modified time
    Searched refs:bfdsec (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
pef.c 295 asection *bfdsec; local
298 bfdsec = bfd_make_section_anyway (abfd, name);
299 if (bfdsec == NULL)
302 bfdsec->vma = section->default_address + section->container_offset;
303 bfdsec->lma = section->default_address + section->container_offset;
304 bfdsec->size = section->container_length;
305 bfdsec->filepos = section->container_offset;
306 bfdsec->alignment_power = section->alignment;
308 bfdsec->flags = bfd_pef_section_flags (section);
310 return bfdsec;
    [all...]
xsym.c 2218 asection *bfdsec; local
    [all...]
mach-o.c 3949 asection *bfdsec; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-macho.c 2086 asection *bfdsec = sec->bfdsection; local
    [all...]

Completed in 337 milliseconds