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

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.27/bfd/
elfxx-sparc.h 30 #define sec_do_relax(sec) \
31 ((struct _bfd_sparc_elf_section_data *) elf_section_data (sec))->do_relax
32 #define canon_reloc_count(sec) \
33 ((struct _bfd_sparc_elf_section_data *) elf_section_data (sec))->reloc_count
simple.c 160 (bfd *abfd, asection *sec, bfd_byte *outbuf, asymbol **symbol_table);
163 Returns the relocated contents of section @var{sec}. The symbols in
175 asection *sec,
190 || ! (sec->flags & SEC_RELOC))
193 if (!bfd_get_full_section_contents (abfd, sec, &contents))
223 link_order.size = sec->size;
224 link_order.u.indirect.section = sec;
229 bfd_size_type amt = sec->rawsize > sec->size ? sec->rawsize : sec->size
    [all...]
nlmcode.h 1308 asection *sec; local
1600 asection *sec; local
    [all...]
elf64-ia64-vms.c 281 elf64_ia64_update_short_info (asection *sec, bfd_vma offset,
285 if (sec == bfd_abs_section_ptr
286 || (sec->flags & SEC_SMALL_DATA) != 0)
291 ia64_info->max_short_sec = sec;
293 ia64_info->min_short_sec = sec;
296 else if (sec == ia64_info->max_short_sec
299 else if (sec == ia64_info->min_short_sec
302 else if (sec->output_section->vma
305 ia64_info->max_short_sec = sec;
308 else if (sec->output_section->vm
587 sec->owner, sec, (unsigned long) roff); local
1345 asection *sec = abfd->sections; local
2601 asection *sec; local
4345 asection *sec; local
4515 asection *sec; local
4891 asection *sec, *new_sec; local
    [all...]
elf32-ft32.c 271 asection *sec;
283 sec = NULL;
288 sec = local_sections [r_symndx];
289 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
293 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name;
301 h, sec, relocation,
307 if (sec != NULL && discarded_section (sec))
269 asection *sec; local
elf32-xc16x.c 358 asection *sec; local
367 sec = NULL;
371 sec = local_sections[r_symndx];
372 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
380 h, sec, relocation,
384 if (sec != NULL && discarded_section (sec))
402 info, sec, h == NULL);
coff-tic80.c 451 asection *sec,
464 *addendp = (sec -> output_section -> vma + sec -> output_offset) - sec -> vma;
538 asection *sec;
542 sec = bfd_abs_section_ptr;
547 sec = sections[symndx];
548 val = (sec->output_section->vma
549 + sec->output_offset
552 val -= sec->vma
535 asection *sec; local
557 asection *sec; local
    [all...]
elf32-fr30.c 525 asection *sec;
543 sec = NULL;
548 sec = local_sections [r_symndx];
549 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
553 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name;
561 h, sec, relocation,
567 if (sec != NULL && discarded_section (sec))
625 fr30_elf_gc_mark_hook (asection *sec,
639 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym)
520 asection *sec; local
    [all...]
elf32-mcore.c 428 asection * sec = NULL;
467 sec = local_sections [r_symndx];
468 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
477 h, sec, relocation,
481 if (sec != NULL && discarded_section (sec))
539 name = bfd_section_name (input_bfd, sec);
563 mcore_elf_gc_mark_hook (asection *sec,
577 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);
585 asection * sec ATTRIBUTE_UNUSED
424 asection * sec = NULL; local
    [all...]
  /external/fio/
gettime.c 384 int64_t sec, usec; local
386 sec = e->tv_sec - s->tv_sec;
388 if (sec > 0 && usec < 0) {
389 sec--;
396 if (sec < 0 || (sec == 0 && usec < 0))
399 return usec + (sec * 1000000);
418 long sec, usec; local
420 sec = e->tv_sec - s->tv_sec;
422 if (sec > 0 && usec < 0)
    [all...]
  /external/icu/icu4c/source/i18n/
collationrootelements.cpp 121 uint32_t previousSec, sec; local
126 sec = elements[index] >> 16;
130 sec = getFirstSecTerForPrimary(index) >> 16;
132 U_ASSERT(s >= sec);
133 while(s > sec) {
134 previousSec = sec;
136 sec = elements[index++] >> 16;
138 U_ASSERT(sec == s);
208 // If this is an explicit sec/ter unit, then it will be read once more.
213 uint32_t sec = secTer >> 16 local
    [all...]
  /external/python/cpython3/Python/
pytime.c 97 _PyTime_DoubleToDenominator(double d, time_t *sec, long *numerator,
118 *sec = (time_t)intpart;
121 err = intpart - (double)*sec;
130 _PyTime_ObjectToDenominator(PyObject *obj, time_t *sec, long *numerator,
137 return _PyTime_DoubleToDenominator(d, sec, numerator,
141 *sec = _PyLong_AsTime_t(obj);
143 if (*sec == (time_t)-1 && PyErr_Occurred())
150 _PyTime_ObjectToTime_t(PyObject *obj, time_t *sec, _PyTime_round_t round)
161 *sec = (time_t)intpart;
162 err = intpart - (double)*sec;
307 long long sec; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
pps.h 28 __s64 sec; member in struct:pps_ktime
33 __s64 sec; member in struct:pps_ktime_compat
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSmcLib/Arm/
ArmSmc.S 16 .arch_extension sec
  /external/kernel-headers/original/uapi/linux/
pps.h 55 __s64 sec; member in struct:pps_ktime
61 __s64 sec; member in struct:pps_ktime_compat
  /external/syslinux/gpxe/src/util/
mucurses_test.c 25 void get_iscsi_chap_secret( char *sec ) {
52 strcpy( sec, pw1 );
  /prebuilts/go/darwin-x86/src/net/
sockopt_plan9.go 17 func setLinger(fd *netFD, sec int) error {
  /prebuilts/go/darwin-x86/src/syscall/
syscall_freebsd_386.go 9 func setTimespec(sec, nsec int64) Timespec {
10 return Timespec{Sec: int32(sec), Nsec: int32(nsec)}
13 func setTimeval(sec, usec int64) Timeval {
14 return Timeval{Sec: int32(sec), Usec: int32(usec)}
  /prebuilts/go/linux-x86/src/net/
sockopt_plan9.go 17 func setLinger(fd *netFD, sec int) error {
  /prebuilts/go/linux-x86/src/syscall/
syscall_freebsd_386.go 9 func setTimespec(sec, nsec int64) Timespec {
10 return Timespec{Sec: int32(sec), Nsec: int32(nsec)}
13 func setTimeval(sec, usec int64) Timeval {
14 return Timeval{Sec: int32(sec), Usec: int32(usec)}
  /system/media/audio_utils/include/audio_utils/
clock.h 48 const time_t sec = ns / one_second; local
52 if (localtime_r(&sec, &tm) == NULL) {
  /toolchain/binutils/binutils-2.27/gas/config/
tc-msp430.h 87 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section(FIXP, SEC)
124 #define tc_frob_section(sec) msp430_frob_section (sec)
161 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEC) \
162 ( ((SEC)->flags & SEC_CODE) != 0 \
163 || ((SEC)->flags & SEC_DEBUGGING) != 0 \
164 || ! SEG_NORMAL (SEC) \
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
sec-10.d 2 #source: sec-10.s
sec-11.d 2 #ld: -m mmo -T$srcdir/$subdir/sec-11.ld
sec-4.d 1 #source: sec-2.s

Completed in 842 milliseconds

1 2 3 4 5 67 8 91011>>