Home
last modified time | relevance | path

Searched refs:container_offset (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dpef.h111 unsigned long container_offset; member
H A Dpef.c310 bfdsec->vma = section->default_address + section->container_offset; in bfd_pef_make_bfd_section()
311 bfdsec->lma = section->default_address + section->container_offset; in bfd_pef_make_bfd_section()
313 bfdsec->filepos = section->container_offset; in bfd_pef_make_bfd_section()
398 section->container_offset = bfd_h_get_32 (abfd, buf + 20); in bfd_pef_scan_section()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dpef.h111 unsigned long container_offset; member
H A Dpef.c309 bfdsec->vma = section->default_address + section->container_offset; in bfd_pef_make_bfd_section()
310 bfdsec->lma = section->default_address + section->container_offset; in bfd_pef_make_bfd_section()
312 bfdsec->filepos = section->container_offset; in bfd_pef_make_bfd_section()
397 section->container_offset = bfd_h_get_32 (abfd, buf + 20); in bfd_pef_scan_section()