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

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/bfd/
elf32-spu.h 100 #define spu_elf_section_data(sec) \
101 ((struct _spu_elf_section_data *) elf_section_data (sec))
elf32-xtensa.c 2605 asection *sec; local
3745 asection *sec; local
4965 asection *sec; local
5017 asection *sec = r_reloc_get_section (r_rel); local
5411 asection *sec; \/* Optional *\/ member in struct:text_action_struct
5607 asection *sec = r_reloc_get_section (loc); local
6265 asection *sec; member in struct:section_cache_struct
6371 asection *sec; member in struct:ebb_struct
6966 asection *sec; local
7738 sec->owner, sec, r_offset); local
9098 asection *sec; local
9900 asection *sec; local
10749 asection *sec, *old_sec; local
10795 asection *sec; local
    [all...]
elf32-microblaze.c 693 asection *sec;
691 asection *sec; member in struct:elf32_mb_dyn_relocs
947 asection *sec; local
3299 asection *sec = h->root.u.def.section; local
    [all...]
elf32-moxie.c 223 asection *sec;
235 sec = NULL;
240 sec = local_sections [r_symndx];
241 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
245 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name;
253 h, sec, relocation,
259 if (sec != NULL && discarded_section (sec))
317 moxie_elf_gc_mark_hook (asection *sec,
323 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym)
220 asection *sec; local
    [all...]
elf32-h8300.c 449 asection *sec;
463 sec = NULL;
467 sec = local_sections[r_symndx];
468 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
476 h, sec, relocation,
480 if (sec != NULL && discarded_section (sec))
491 info, sec, h == NULL);
505 name = bfd_section_name (input_bfd, sec);
688 elf32_h8_relax_section (bfd *abfd, asection *sec,
448 asection *sec; local
    [all...]
elf32-m68hc11.c 568 m68hc11_relax_group (bfd *abfd, asection *sec, bfd_byte *contents,
656 m68hc11_elf_relax_delete_bytes (abfd, sec, start_offset,
670 m68hc11_elf_relax_delete_bytes (abfd, sec, ldx_offset, ldx_size);
680 m68hc11_elf_relax_section (bfd *abfd, asection *sec,
702 || (sec->flags & SEC_RELOC) == 0
703 || sec->reloc_count == 0
704 || (sec->flags & SEC_CODE) == 0)
711 (abfd, sec, NULL, (Elf_Internal_Rela *) NULL,
720 qsort (internal_relocs, sec->reloc_count, sizeof (Elf_Internal_Rela),
724 irelend = internal_relocs + sec->reloc_count
    [all...]
elf32-d10v.c 240 elf32_d10v_gc_mark_hook (asection *sec,
254 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);
264 asection *sec,
278 rel_end = relocs + sec->reloc_count;
304 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
313 && !bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_offset))
417 asection *sec; local
432 sec = NULL;
436 sec = local_sections[r_symndx];
437 relocation = (sec->output_section->vm
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
subsegs.h 114 #define seg_info(sec) \
115 ((segment_info_type *) bfd_get_section_userdata (stdoutput, sec))
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
syms.d 9 \[ .\] sec.*tion.*
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
sec-6m.d 2 #source: sec-6.s
  /external/mesa3d/include/c11/
threads.h 49 time_t sec; member in struct:xtime
  /system/media/camera/docs/
CameraDeviceInfo.mako 25 % for sec in find_all_sections(metadata):
26 % for entry in find_unique_entries(sec):
CaptureResultTest.mako 25 % for sec in find_all_sections(metadata):
26 % for entry in find_unique_entries(sec):
camera_metadata_tag_info.mako 47 % for sec in find_all_sections(metadata):
48 static tag_info_t ${path_name(sec) | csyml}[${path_name(sec) | csym}_END -
49 ${path_name(sec) | csym}_START] = {
50 % for entry in remove_synthetic(find_unique_entries(sec)):
51 [ ${entry.name | csym} - ${path_name(sec) | csym}_START ] =
72 % for sec in find_all_sections(metadata):
73 % for idx,entry in enumerate(remove_synthetic(find_unique_entries(sec))):
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
time_utils.cc 33 int sec = interval_ms_ / 1000; local
37 ts.it_value.tv_sec = sec;
39 ts.it_interval.tv_sec = sec;
  /external/ltp/testcases/kernel/syscalls/request_key/
request_key02.c 74 int sec = 1; local
87 if (keyctl(cmd, n, sec) == -1) {
92 sleep(sec + 1);
  /prebuilts/go/darwin-x86/src/syscall/
timestruct.go 11 func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }
16 sec := nsec / 1e9
20 sec--
22 return setTimespec(sec, nsec)
27 func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }
34 sec := nsec / 1e9
37 sec--
39 return setTimeval(sec, usec)
  /prebuilts/go/linux-x86/src/syscall/
timestruct.go 11 func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }
16 sec := nsec / 1e9
20 sec--
22 return setTimespec(sec, nsec)
27 func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }
34 sec := nsec / 1e9
37 sec--
39 return setTimeval(sec, usec)
  /system/extras/simpleperf/scripts/
report_sample.py 48 sec = sample.time / 1000000000
49 usec = (sample.time - sec * 1000000000) / 1000
51 sample.tid, sample.cpu, sec,
  /external/elfutils/src/
unstrip.c 989 const struct section *sec = &sections[i];
990 if (sec->shdr.sh_type == SHT_PROGBITS
991 && !(sec->shdr.sh_flags & SHF_ALLOC)
992 && !strcmp (sec->name, ".gnu.prelink_undo"))
994 undo = sec->scn;
1069 struct section *sec = &undo_sections[undo_nalloc];
1074 #define COPY(field) sec->shdr.field = (*s32)[i].field
1088 sec->shdr = (*s64)[i];
1089 if (sec->shdr.sh_flags & SHF_ALLOC)
1091 sec->shdr.sh_addr += bias
987 const struct section *sec = &sections[i]; local
1067 struct section *sec = &undo_sections[undo_nalloc]; local
1128 struct section *sec = find_alloc_section (shdr, 0, name, local
1162 struct section *sec = &sections[j]; local
1342 struct section *sec = &sections[i]; local
1383 struct section *sec = NULL; local
1760 Elf_Scn *sec = elf_getscn (unstripped, i + 1); local
1785 Elf_Scn *sec = elf_getscn (unstripped, i + 1); local
    [all...]
  /system/bt/osi/src/
config.cc 47 [&section](const section_t& sec) { return sec.name == section; });
53 auto sec = section_find(config, section);
54 if (sec == config.sections.end()) return nullptr;
56 for (const entry_t& entry : sec->entries) {
90 for (const section_t& sec : src.sections) {
91 for (const entry_t& entry : sec.entries) {
92 config_set_string(ret.get(), sec.name, entry.key, entry.value);
168 auto sec = section_find(*config, section);
169 if (sec == config->sections.end())
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
variance_avx2.c 217 const uint8_t *sec, int sec_stride, int do_sec,
226 const __m256i sec_reg = _mm256_loadu_si256((__m256i const *)sec);
230 sec += sec_stride;
244 const uint8_t *sec, int sec_stride,
256 const __m256i sec_reg = _mm256_loadu_si256((__m256i const *)sec);
260 sec += sec_stride;
273 const uint8_t *sec, int sec_stride, int do_sec,
275 spv32_half_zero(src, src_stride, dst, dst_stride, sec, sec_stride, do_sec,
281 const uint8_t *sec, int sec_stride, int do_sec,
283 spv32_half_zero(src, src_stride, dst, dst_stride, sec, sec_stride, do_sec
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationRootElements.java 252 int previousSec, sec; local
257 sec = (int)(elements[index] >> 16);
261 sec = (int)getFirstSecTerForPrimary(index) >>> 16;
263 assert(s >= sec);
264 while(s > sec) {
265 previousSec = sec;
267 sec = (int)(elements[index++] >> 16);
269 assert(sec == s);
366 // If this is an explicit sec/ter unit, then it will be read once more.
371 int sec = (int)(secTer >> 16) local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationRootElements.java 250 int previousSec, sec; local
255 sec = (int)(elements[index] >> 16);
259 sec = (int)getFirstSecTerForPrimary(index) >>> 16;
261 assert(s >= sec);
262 while(s > sec) {
263 previousSec = sec;
265 sec = (int)(elements[index++] >> 16);
267 assert(sec == s);
364 // If this is an explicit sec/ter unit, then it will be read once more.
369 int sec = (int)(secTer >> 16) local
    [all...]
  /external/wpa_supplicant_8/src/utils/
os_win32.c 17 void os_sleep(os_time_t sec, os_time_t usec)
19 if (sec)
20 Sleep(sec * 1000);
44 t->sec = (os_time_t) (tt / 1000000);
56 t->sec = now.sec;
62 int os_mktime(int year, int month, int day, int hour, int min, int sec,
70 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 ||
71 sec > 60)
80 tm.tm_sec = sec;
    [all...]

Completed in 374 milliseconds

1 2 3 45 6 7 8 91011>>