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

  /toolchain/binutils/binutils-2.27/binutils/
rddbg.c 351 asection *dsec; local
358 dsec = bfd_get_section_by_name (abfd, ".debug");
359 if (dsec == NULL)
362 size = bfd_section_size (abfd, dsec);
364 if (! bfd_get_section_contents (abfd, dsec, contents, 0, size))
objdump.c     [all...]
readelf.c     [all...]
  /prebuilts/go/darwin-x86/src/time/
time.go 171 dsec := sec + d
172 if 0 <= dsec && dsec <= 1<<33-1 {
173 t.wall = t.wall&nsecMask | uint64(dsec)<<nsecShift | hasMonotonic
845 dsec := int64(d / 1e9)
848 dsec++
851 dsec--
855 t.addSec(dsec)
    [all...]
  /prebuilts/go/linux-x86/src/time/
time.go 171 dsec := sec + d
172 if 0 <= dsec && dsec <= 1<<33-1 {
173 t.wall = t.wall&nsecMask | uint64(dsec)<<nsecShift | hasMonotonic
845 dsec := int64(d / 1e9)
848 dsec++
851 dsec--
855 t.addSec(dsec)
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
xcofflink.c 1105 asection *dsec;
1109 dsec = bfd_make_section_anyway_with_flags (abfd, ".ds", flags);
1110 if (dsec == NULL)
1113 xcoff_hash_table (info)->descriptor_section = dsec;
1114 dsec->alignment_power = 2;
1121 asection *dsec;
1124 dsec = bfd_make_section_anyway_with_flags (abfd, ".debug", flags);
1125 if (dsec == NULL)
1128 xcoff_hash_table (info)->debug_section = dsec;
1099 asection *dsec; local
1115 asection *dsec; local
    [all...]
coffcode.h 3224 asection *dsec; local
    [all...]
elflink.c 12624 asection *dsec; local
    [all...]
elf64-ppc.c 7596 asection *dsec = ppc64_elf_tdata (sym_sec->owner)->deleted_section; local
    [all...]

Completed in 203 milliseconds