HomeSort by: relevance | last modified time | path
    Searched refs:hsec (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
coff-alpha.c 1275 asection *hsec;
1285 hsec = h->root.u.def.section;
1286 name = bfd_section_name (hsec->output_section);
1350 + hsec->output_section->vma
1351 + hsec->output_offset);
1889 asection *hsec;
1891 hsec = h->root.u.def.section;
1893 + hsec->output_section->vma
1894 + hsec->output_offset);
1269 asection *hsec; local
1883 asection *hsec; local
coff-mips.c 1150 asection *hsec;
1152 hsec = h->root.u.def.section;
1154 + hsec->output_section->vma
1155 + hsec->output_offset);
1144 asection *hsec; local
xcofflink.c 3040 asection *hsec;
3042 hsec = h->root.u.def.section;
3043 if (! bfd_is_abs_section (hsec)
3044 && hsec->gc_mark == 0)
3046 if (! xcoff_mark (info, hsec))
5098 relocation should be against an output section, HSEC points to the
5099 input section that IREL is against, otherwise HSEC is null. H is the
5106 struct internal_reloc *irel, asection *hsec,
5112 if (hsec != NULL)
5116 secname = hsec->output_section->name
3029 asection *hsec; local
6846 asection *hsec; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
coff-alpha.c 1308 asection *hsec;
1318 hsec = h->root.u.def.section;
1319 name = bfd_section_name (hsec->output_section);
1383 + hsec->output_section->vma
1384 + hsec->output_offset);
1925 asection *hsec;
1927 hsec = h->root.u.def.section;
1929 + hsec->output_section->vma
1930 + hsec->output_offset);
1302 asection *hsec; local
1919 asection *hsec; local
coff-mips.c 1151 asection *hsec;
1153 hsec = h->root.u.def.section;
1155 + hsec->output_section->vma
1156 + hsec->output_offset);
1145 asection *hsec; local
xcofflink.c 3040 asection *hsec;
3042 hsec = h->root.u.def.section;
3043 if (! bfd_is_abs_section (hsec)
3044 && hsec->gc_mark == 0)
3046 if (! xcoff_mark (info, hsec))
5098 relocation should be against an output section, HSEC points to the
5099 input section that IREL is against, otherwise HSEC is null. H is the
5106 struct internal_reloc *irel, asection *hsec,
5112 if (hsec != NULL)
5116 secname = hsec->output_section->name
3029 asection *hsec; local
6846 asection *hsec; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
coff-alpha.c 1280 asection *hsec;
1290 hsec = h->root.u.def.section;
1291 name = bfd_section_name (hsec->output_section);
1355 + hsec->output_section->vma
1356 + hsec->output_offset);
1918 asection *hsec;
1920 hsec = h->root.u.def.section;
1922 + hsec->output_section->vma
1923 + hsec->output_offset);
1274 asection *hsec; local
1912 asection *hsec; local
coff-mips.c 1151 asection *hsec;
1153 hsec = h->root.u.def.section;
1155 + hsec->output_section->vma
1156 + hsec->output_offset);
1145 asection *hsec; local
xcofflink.c 2997 asection *hsec;
2999 hsec = h->root.u.def.section;
3000 if (! bfd_is_abs_section (hsec)
3001 && hsec->gc_mark == 0)
3003 if (! xcoff_mark (info, hsec))
5051 relocation should be against an output section, HSEC points to the
5052 input section that IREL is against, otherwise HSEC is null. H is the
5059 struct internal_reloc *irel, asection *hsec,
5065 if (hsec != NULL)
5069 secname = hsec->output_section->name
2986 asection *hsec; local
6799 asection *hsec; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
coff-alpha.c 1280 asection *hsec;
1290 hsec = h->root.u.def.section;
1291 name = bfd_section_name (hsec->output_section);
1355 + hsec->output_section->vma
1356 + hsec->output_offset);
1918 asection *hsec;
1920 hsec = h->root.u.def.section;
1922 + hsec->output_section->vma
1923 + hsec->output_offset);
1274 asection *hsec; local
1912 asection *hsec; local
coff-mips.c 1151 asection *hsec;
1153 hsec = h->root.u.def.section;
1155 + hsec->output_section->vma
1156 + hsec->output_offset);
1145 asection *hsec; local
xcofflink.c 3005 asection *hsec;
3007 hsec = h->root.u.def.section;
3008 if (! bfd_is_abs_section (hsec)
3009 && hsec->gc_mark == 0)
3011 if (! xcoff_mark (info, hsec))
5059 relocation should be against an output section, HSEC points to the
5060 input section that IREL is against, otherwise HSEC is null. H is the
5067 struct internal_reloc *irel, asection *hsec,
5073 if (hsec != NULL)
5077 secname = hsec->output_section->name
2994 asection *hsec; local
6807 asection *hsec; local
    [all...]
  /src/sys/arch/hp300/stand/common/
scsireg.h 401 u_char hsec : 1; member in struct:scsi_sense::__anon1367::scsi_format
  /src/external/bsd/dhcpcd/dist/src/
dhcp6.c 511 unsigned long long hsec; local
528 hsec = 0;
537 hsec = UINT16_MAX;
539 hsec = (secs * CSEC_PER_SEC) +
541 if (hsec > UINT16_MAX)
542 hsec = UINT16_MAX;
545 sec = htons((uint16_t)hsec);

Completed in 63 milliseconds