HomeSort by relevance Sort by last modified time
    Searched refs:sec (Results 176 - 200 of 1267) sorted by null

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.27/bfd/
section.c 603 .#define bfd_is_und_section(sec) ((sec) == bfd_und_section_ptr)
604 .#define bfd_is_abs_section(sec) ((sec) == bfd_abs_section_ptr)
605 .#define bfd_is_ind_section(sec) ((sec) == bfd_ind_section_ptr)
607 .#define bfd_is_const_section(SEC) \
608 . ( ((SEC) == bfd_abs_section_ptr) \
609 . || ((SEC) == bfd_und_section_ptr) \
610 . || ((SEC) == bfd_com_section_ptr)
966 asection *sec = bfd_get_section_by_name (abfd, name); local
    [all...]
elf32-iq2000.c 459 asection *sec,
474 rel_end = relocs + sec->reloc_count;
500 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
509 && !bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
515 if (CONST_STRNEQ (sec->name, ".debug")
516 || CONST_STRNEQ (sec->name, ".stab")
517 || CONST_STRNEQ (sec->name, ".eh_frame"))
530 elf_section_data (sec)->relocs = (Elf_Internal_Rela *) relocs;
594 asection * sec;
612 sec = NULL
589 asection * sec; local
    [all...]
nlm32-ppc.c 468 asection *sec;
471 sec = code_sec;
473 sec = data_sec;
475 sec = bss_sec;
482 rel->sym_ptr_ptr = sec->symbol_ptr_ptr;
602 asection *sec ATTRIBUTE_UNUSED,
662 nlm_powerpc_write_import (bfd * abfd, asection * sec, arelent * rel)
689 val = bfd_get_section_vma (abfd, sec) + rel->address;
699 if (bfd_get_section_flags (abfd, sec) & SEC_DATA)
731 asection *sec,
467 asection *sec; local
916 asection *sec; local
    [all...]
elf32-hppa.c 225 asection *sec; member in struct:elf32_hppa_link_hash_entry::elf32_hppa_dyn_reloc_entry
1049 if (hdh_q->sec == hdh_p->sec)
1811 asection *sec; local
1937 asection *sec; local
2002 asection *sec; local
2187 asection *sec = hdh_p->sec->output_section; local
2211 asection *sec; local
2769 asection *sec; local
3106 asection *sec = NULL; local
3823 asection *sec = htab->srelgot; local
4433 asection *sec; local
    [all...]
elf32-msp430.c 668 asection * sec, const Elf_Internal_Rela * relocs)
681 rel_end = relocs + sec->reloc_count;
1287 asection *sec; local
    [all...]
coff-mcore.c 306 asection * sec,
320 * addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase;
324 * addendp = sec->vma - 2; /* XXX guess - is this right ? */
431 asection * sec = sections[symndx];
434 + sec->output_section->vma
435 + sec->output_offset);
457 asection * sec = h->root.u.def.section;
460 + sec->output_section->vma
461 + sec->output_offset);
424 asection * sec = sections[symndx]; local
450 asection * sec = h->root.u.def.section; local
xcofflink.c 213 xcoff_get_section_contents (bfd *abfd, asection *sec)
215 if (coff_section_data (abfd, sec) == NULL)
219 sec->used_by_bfd = bfd_zalloc (abfd, amt);
220 if (sec->used_by_bfd == NULL)
224 if (coff_section_data (abfd, sec)->contents == NULL)
228 if (! bfd_malloc_and_get_section (abfd, sec, &contents))
234 coff_section_data (abfd, sec)->contents = contents;
443 asection *sec;
461 sec = bfd_get_section_by_name (abfd, name);
462 if (sec == NULL
442 asection *sec; local
2726 asection *sec; local
2764 asection *sec; local
3632 asection *sec; local
4954 asection *sec; local
5040 asection *sec; local
5199 asection *sec; local
5438 asection *sec; local
5879 asection *sec; local
    [all...]
elfnn-ia64.c 286 elfNN_ia64_update_short_info (asection *sec, bfd_vma offset,
290 if (sec == bfd_abs_section_ptr
291 || (sec->flags & SEC_SMALL_DATA) != 0)
296 ia64_info->max_short_sec = sec;
298 ia64_info->min_short_sec = sec;
301 else if (sec == ia64_info->max_short_sec
304 else if (sec == ia64_info->min_short_sec
307 else if (sec->output_section->vma
310 ia64_info->max_short_sec = sec;
313 else if (sec->output_section->vm
620 sec->owner, sec, (unsigned long) roff); local
1577 asection *sec = abfd->sections; local
2981 asection *sec; local
4845 asection *sec; local
    [all...]
elf-m10300.c 823 asection * sec,
836 if (! (sec->flags & SEC_CODE))
1043 asection *sec,
1073 rel_end = relocs + sec->reloc_count;
1099 r_type = elf_mn10300_tls_transition (info, r_type, h, sec, TRUE);
1133 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
1142 && !bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend)
2013 asection *sec; local
    [all...]
linker.c 849 _bfd_generic_link_just_syms (asection *sec,
852 sec->sec_info_type = SEC_INFO_TYPE_JUST_SYMS;
853 sec->output_section = bfd_abs_section_ptr;
854 sec->output_offset = sec->vma;
2032 asection *sec; local
2896 sec->owner, sec); local
2905 sec->owner, sec); local
2914 sec->owner, sec); local
2922 sec->owner, sec); local
2931 sec->owner, sec); local
    [all...]
mach-o.c 302 const mach_o_section_name_xlat *sec; local
309 for (sec = seg->sections; sec->mach_o_name; sec++)
310 if (strncmp (sec->mach_o_name, sectname,
312 return sec;
317 for (sec = seg->sections; sec->mach_o_name; sec++)
318 if (strncmp (sec->mach_o_name, sectname
334 const mach_o_section_name_xlat *sec; local
850 bfd_mach_o_section *sec = mdata->sections[i]; local
1655 asection *sec; local
1762 bfd_mach_o_section *sec; local
1796 bfd_mach_o_section *sec; local
1951 bfd_mach_o_section *sec = mdata->sections[i]; local
2042 bfd_mach_o_section *sec = mdata->sections[i]; local
2409 asection *sec; local
2700 asection *sec = s->bfdsection; local
2770 asection *sec = ms->bfdsection; local
2838 asection *sec = s->bfdsection; local
3472 asection *sec; local
3515 asection *sec; local
4594 asection *sec; local
4790 bfd_mach_o_section *sec; local
    [all...]
  /external/icu/icu4c/source/i18n/
wintzimpl.cpp 66 int32_t hour, min, sec, mil; local
80 sec = mil/1000;
85 standardDate.wSecond = static_cast<WORD>(sec);
101 sec = mil/1000;
106 daylightDate.wSecond = static_cast<WORD>(sec);
  /external/tcpdump/
print-chdlc.c 145 u_int sec,min,hrs,days; local
180 sec = EXTRACT_32BITS(cp) / 1000;
181 min = sec / 60; sec -= min * 60;
184 ND_PRINT((ndo, ", link uptime=%ud%uh%um%us",days,hrs,min,sec));
  /frameworks/av/media/libnbaio/
MonoPipe.cpp 130 time_t sec = nowTs.tv_sec - mWriteTs.tv_sec; local
132 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0),
136 --sec;
139 if (sec == 0) {
  /external/blktrace/btt/
iostat.c 104 avgrq_sz = (double)(sp->sec[0] + sp->sec[1]) / nios;
123 fprintf(iostat_ofp, "%9.2lf ", (double)sp->sec[1] / dt);
124 fprintf(iostat_ofp, "%9.2lf ", (double)sp->sec[0] / dt);
125 fprintf(iostat_ofp, "%9.2lf ", (double)(sp->sec[1] / 2) / dt);
126 fprintf(iostat_ofp, "%9.2lf ", (double)(sp->sec[0] / 2) / dt);
138 sp->sec[0] = sp->sec[1] = 0;
151 asp->sec_s[i] += ((double)sp->sec[i] / dt);
260 ADD_STAT(dip, sec[rw], iop->t.bytes >> 9)
    [all...]
  /external/wpa_supplicant_8/src/utils/
os_internal.c 26 void os_sleep(os_time_t sec, os_time_t usec)
28 if (sec)
29 sleep(sec);
40 t->sec = tv.tv_sec;
51 t->sec = tv.tv_sec;
57 int os_mktime(int year, int month, int day, int hour, int min, int sec,
63 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 ||
64 sec > 60)
73 tm.tm_sec = sec;
88 tm->sec = tm2->tm_sec
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
od-macho.c 338 bfd_mach_o_section *sec;
354 for (sec = seg->sect_head; sec != NULL; sec = sec->next)
357 sec->segname, sec->sectname);
358 printf_vma (sec->addr);
360 printf_vma (sec->size);
361 printf (" %08lx\n", sec->flags)
336 bfd_mach_o_section *sec; local
416 bfd_mach_o_section *sec; local
574 bfd_mach_o_section *sec = mdata->sections[i]; local
2146 bfd_mach_o_section *sec; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
obj-coff.c 205 asection *sec;
210 sec = subseg_new (".drectve", 0);
211 oldflags = bfd_get_section_flags (stdoutput, sec);
214 if (!bfd_set_section_flags (stdoutput, sec,
217 bfd_section_name (stdoutput, sec),
559 segT sec;
564 sec = subseg_new (".rdata$zzz", 0);
565 bfd_set_section_flags (stdoutput, sec,
203 asection *sec; local
555 segT sec; local
1540 asection *sec; local
    [all...]
  /prebuilts/go/darwin-x86/src/time/
time.go 156 // sec returns the time's seconds since Jan 1 year 1.
157 func (t *Time) sec() int64 { func
165 func (t *Time) unixSec() int64 { return t.sec() + internalToUnix }
170 sec := int64(t.wall << 1 >> (nsecShift + 1))
171 dsec := sec + d
197 t.ext = t.sec()
208 sec := int64(t.ext)
209 if sec < minWall || maxWall < sec {
212 t.wall |= hasMonotonic | uint64(sec-minWall)<<nsecShif
    [all...]
  /prebuilts/go/linux-x86/src/time/
time.go 156 // sec returns the time's seconds since Jan 1 year 1.
157 func (t *Time) sec() int64 { func
165 func (t *Time) unixSec() int64 { return t.sec() + internalToUnix }
170 sec := int64(t.wall << 1 >> (nsecShift + 1))
171 dsec := sec + d
197 t.ext = t.sec()
208 sec := int64(t.ext)
209 if sec < minWall || maxWall < sec {
212 t.wall |= hasMonotonic | uint64(sec-minWall)<<nsecShif
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
write.c 95 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from (FIX)
378 renumber_sections (bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *countparg)
382 sec->index = *countp;
432 cvt_frag_to_fill (segT sec ATTRIBUTE_UNUSED, fragS *fragP)
486 md_convert_frag (stdoutput, sec, fragP);
533 relax_seg (bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *xxx)
535 segment_info_type *seginfo = seg_info (sec);
539 && relax_segment (seginfo->frchainP->frch_root, sec, info->pass))
544 size_seg (bfd *abfd, asection *sec, void *xxx ATTRIBUTE_UNUSED)
552 subseg_change (sec, 0)
673 asection *sec; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ec/
CustomNamedCurves.java 9 import org.bouncycastle.asn1.sec.SECObjectIdentifiers;
17 // import org.bouncycastle.math.ec.custom.sec.SecP128R1Curve;
18 // import org.bouncycastle.math.ec.custom.sec.SecP160K1Curve;
19 // import org.bouncycastle.math.ec.custom.sec.SecP160R1Curve;
20 // import org.bouncycastle.math.ec.custom.sec.SecP160R2Curve;
22 import org.bouncycastle.math.ec.custom.sec.SecP192K1Curve;
23 import org.bouncycastle.math.ec.custom.sec.SecP192R1Curve;
24 import org.bouncycastle.math.ec.custom.sec.SecP224K1Curve;
25 import org.bouncycastle.math.ec.custom.sec.SecP224R1Curve;
26 import org.bouncycastle.math.ec.custom.sec.SecP256K1Curve
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatinBuilder.java 415 int sec = 0; local
464 sec = CollationFastLatin.COMMON_SEC;
471 if(sec == 0) {
472 sec = CollationFastLatin.MIN_SEC_HIGH;
473 } else if(sec < CollationFastLatin.MAX_SEC_HIGH) {
474 sec += CollationFastLatin.SEC_INC;
482 if(sec == CollationFastLatin.COMMON_SEC) {
483 sec = CollationFastLatin.MIN_SEC_BEFORE;
484 } else if(sec < CollationFastLatin.MAX_SEC_BEFORE) {
485 sec += CollationFastLatin.SEC_INC
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatinBuilder.java 414 int sec = 0; local
463 sec = CollationFastLatin.COMMON_SEC;
470 if(sec == 0) {
471 sec = CollationFastLatin.MIN_SEC_HIGH;
472 } else if(sec < CollationFastLatin.MAX_SEC_HIGH) {
473 sec += CollationFastLatin.SEC_INC;
481 if(sec == CollationFastLatin.COMMON_SEC) {
482 sec = CollationFastLatin.MIN_SEC_BEFORE;
483 } else if(sec < CollationFastLatin.MAX_SEC_BEFORE) {
484 sec += CollationFastLatin.SEC_INC
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp 336 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
337 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
338 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
339 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
340 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
341 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
342 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const;
343 virtual error_code isSectionData(DataRefImpl Sec, bool &Res) const;
344 virtual error_code isSectionBSS(DataRefImpl Sec, bool &Res) const;
345 virtual error_code sectionContainsSymbol(DataRefImpl Sec, DataRefImpl Symb
656 const uint8_t *sec = reinterpret_cast<const uint8_t *>(Sec.p); local
667 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
676 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
685 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
694 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
704 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
713 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
725 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
738 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
762 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
777 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
825 const Elf_Shdr *sec = getSection(Rel.w.b); local
853 const Elf_Shdr *sec = getSection(Rel.w.b); local
875 const Elf_Shdr *sec = getSection(Rel.w.b); local
898 const Elf_Shdr *sec = getSection(Rel.w.b); local
1011 const Elf_Shdr *sec = getSection(Rel.w.b); local
1030 const Elf_Shdr *sec = getSection(Rel.w.b); local
1328 const Elf_Shdr *sec = getSection(Symb.d.b); local
    [all...]

Completed in 2133 milliseconds

1 2 3 4 5 6 78 91011>>