HomeSort by relevance Sort by last modified time
    Searched refs:sec (Results 226 - 250 of 1453) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/bfd/
section.c 588 .#define bfd_is_und_section(sec) ((sec) == bfd_und_section_ptr)
589 .#define bfd_is_abs_section(sec) ((sec) == bfd_abs_section_ptr)
590 .#define bfd_is_ind_section(sec) ((sec) == bfd_ind_section_ptr)
592 .#define bfd_is_const_section(SEC) \
593 . ( ((SEC) == bfd_abs_section_ptr) \
594 . || ((SEC) == bfd_und_section_ptr) \
595 . || ((SEC) == bfd_com_section_ptr)
939 asection *sec = bfd_get_section_by_name (abfd, name); local
    [all...]
elf32-iq2000.c 454 asection *sec,
469 rel_end = relocs + sec->reloc_count;
495 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
504 && !bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
510 if (CONST_STRNEQ (sec->name, ".debug")
511 || CONST_STRNEQ (sec->name, ".stab")
512 || CONST_STRNEQ (sec->name, ".eh_frame"))
525 elf_section_data (sec)->relocs = (Elf_Internal_Rela *) relocs;
589 asection * sec;
607 sec = NULL
584 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
1037 if (hdh_q->sec == hdh_p->sec)
1804 asection *sec; local
1930 asection *sec; local
1995 asection *sec; local
2180 asection *sec = hdh_p->sec->output_section; local
2204 asection *sec; local
2762 asection *sec; local
3098 asection *sec = NULL; local
3807 asection *sec = htab->srelgot; local
4417 asection *sec; local
    [all...]
elf32-rl78.c 315 asection * sec,
323 cached_value = get_symbol_value ("_start", status, info, abfd, sec, offset);
333 asection * sec,
341 cached_value = get_symbol_value ("__datastart", status, info, abfd, sec, offset);
436 asection * sec;
450 sec = NULL;
456 sec = local_sections [r_symndx];
457 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, & sec, rel);
461 name = (sym->st_name == 0) ? bfd_section_name (input_bfd, sec) : name;
470 sec, relocation, unresolved_reloc
434 asection * sec; local
    [all...]
coff-mcore.c 304 asection * sec,
318 * addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase;
322 * addendp = sec->vma - 2; /* XXX guess - is this right ? */
429 asection * sec = sections[symndx];
432 + sec->output_section->vma
433 + sec->output_offset);
455 asection * sec = h->root.u.def.section;
458 + sec->output_section->vma
459 + sec->output_offset);
422 asection * sec = sections[symndx]; local
448 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
2725 asection *sec; local
2763 asection *sec; local
3634 asection *sec; local
4957 asection *sec; local
5043 asection *sec; local
5201 asection *sec; local
5439 asection *sec; local
5885 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
4847 asection *sec; local
    [all...]
elf-m10300.c 817 asection * sec,
830 if (! (sec->flags & SEC_CODE))
1037 asection *sec,
1067 rel_end = relocs + sec->reloc_count;
1093 r_type = elf_mn10300_tls_transition (info, r_type, h, sec, TRUE);
1127 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
1136 && !bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
2007 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;
2039 asection *sec; local
2908 sec->owner, sec); local
2917 sec->owner, sec); local
2926 sec->owner, sec); local
2934 sec->owner, sec); local
2943 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
831 bfd_mach_o_section *sec = mdata->sections[i]; local
1573 asection *sec; local
1680 bfd_mach_o_section *sec; local
1714 bfd_mach_o_section *sec; local
1869 bfd_mach_o_section *sec = mdata->sections[i]; local
1958 bfd_mach_o_section *sec = mdata->sections[i]; local
2325 asection *sec; local
2613 asection *sec = s->bfdsection; local
2683 asection *sec = ms->bfdsection; local
2744 asection *sec = s->bfdsection; local
3376 asection *sec; local
3415 asection *sec; local
4488 asection *sec; local
4683 bfd_mach_o_section *sec; local
    [all...]
elflink.c 61 asection *sec,
80 sec, 0, NULL, FALSE,
909 asection *sec, *oldsec;
922 sec = *psec;
925 if (! bfd_is_und_section (sec))
1005 if (bfd_is_und_section (sec))
906 asection *sec, *oldsec; local
2642 asection *sec = h->root.u.def.section; local
2685 asection *sec; local
2849 struct bfd_section *sec, *tls; local
3810 asection *sec, *new_sec; local
6671 asection *sec; local
7547 asection *sec = flinfo->sections [i]; local
9459 asection *sec = flinfo->sections[symndx]->output_section; local
9468 asection *sec = flinfo->sections[symndx]->output_section; local
9587 asection **ps, *sec; local
9766 asection *sec; local
10553 asection *sec; local
10841 asection *sec; local
12055 asection *sec; local
12176 asection *sec; local
    [all...]
  /external/icu/icu4c/source/i18n/
wintzimpl.cpp 64 int32_t hour, min, sec, mil; local
78 sec = mil/1000;
83 standardDate.wSecond = sec;
99 sec = mil/1000;
104 daylightDate.wSecond = sec;
  /external/tcpdump/
print-chdlc.c 140 u_int sec,min,hrs,days; local
175 sec = EXTRACT_32BITS(cp) / 1000;
176 min = sec / 60; sec -= min * 60;
179 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.25/binutils/
od-macho.c 331 bfd_mach_o_section *sec;
347 for (sec = seg->sect_head; sec != NULL; sec = sec->next)
350 sec->segname, sec->sectname);
351 printf_vma (sec->addr);
353 printf_vma (sec->size);
354 printf (" %08lx\n", sec->flags)
329 bfd_mach_o_section *sec; local
409 bfd_mach_o_section *sec; local
567 bfd_mach_o_section *sec = mdata->sections[i]; local
2080 bfd_mach_o_section *sec; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-coff.c 208 asection *sec;
213 sec = subseg_new (".drectve", 0);
214 oldflags = bfd_get_section_flags (stdoutput, sec);
217 if (!bfd_set_section_flags (stdoutput, sec,
220 bfd_section_name (stdoutput, sec),
561 segT sec;
566 sec = subseg_new (".rdata$zzz", 0);
567 bfd_set_section_flags (stdoutput, sec,
206 asection *sec; local
557 segT sec; local
1557 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...]
  /system/media/camera/docs/
ndk_camera_metadata_tags.mako 74 % for sec in find_all_sections(metadata):
76 entries = remove_synthetic(find_unique_entries(sec))
81 % for idx,entry in enumerate(remove_synthetic(find_unique_entries(sec))):
115 ${ndk(path_name(sec)) | csym}_END,
124 % for sec in find_all_sections(metadata):
125 % for entry in filter_ndk_visible(remove_synthetic(find_unique_entries(sec))):
  /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...]
  /toolchain/binutils/binutils-2.25/gas/
write.c 96 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from (FIX)
379 renumber_sections (bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *countparg)
383 sec->index = *countp;
433 cvt_frag_to_fill (segT sec ATTRIBUTE_UNUSED, fragS *fragP)
487 md_convert_frag (stdoutput, sec, fragP);
534 relax_seg (bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *xxx)
536 segment_info_type *seginfo = seg_info (sec);
540 && relax_segment (seginfo->frchainP->frch_root, sec, info->pass))
545 size_seg (bfd *abfd, asection *sec, void *xxx ATTRIBUTE_UNUSED)
553 subseg_change (sec, 0)
669 asection *sec; local
    [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 3664 milliseconds

1 2 3 4 5 6 7 8 91011>>