HomeSort by relevance Sort by last modified time
    Searched refs:target_index (Results 1 - 25 of 40) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/bfd/
xcofflink.c 171 target_index field. */
4783 int target_index; local
    [all...]
cofflink.c 708 the target_index fields are 1 based. */
754 flaginfo.section_info[o->target_index].relocs =
758 flaginfo.section_info[o->target_index].rel_hashes =
760 if (flaginfo.section_info[o->target_index].relocs == NULL
761 || flaginfo.section_info[o->target_index].rel_hashes == NULL)
2355 int target_index; local
    [all...]
aout-cris.c 191 r_index = output_section->target_index;
versados.c 248 sec->target_index = scn;
659 EDATA (abfd, section->target_index).contents + offset,
761 if (!EDATA (abfd, section->target_index).donerel)
763 EDATA (abfd, section->target_index).donerel = 1;
coff-i960.c 341 isym.n_scnum = o->target_index;
592 irel->r_symndx = h->root.u.def.section->output_section->target_index - 1;
i386lynx.c 165 r_index = output_section->target_index;
249 r_index = output_section->target_index;
coffcode.h 3136 unsigned int target_index; local
    [all...]
elf-vxworks.c 197 int this_idx = sec->output_section->target_index;
mach-o-x86-64.c 289 (*rel->sym_ptr_ptr)->section->output_section->target_index;
oasys.c 703 sscanf (newsect->name, "%u", &newsect->target_index);
827 symbol.relb = RELOCATION_TYPE_REL | g->section->output_section->target_index;
886 out.relb = RELOCATION_TYPE_REL | s->target_index;
972 processed_data.relb = s->target_index | RELOCATION_TYPE_REL;
    [all...]
coff-ppc.c     [all...]
coffgen.c 51 unsigned int target_index)
127 return_section->target_index = target_index;
394 if (answer->target_index == section_index)
676 coff_symbol_ptr->symbol.section->output_section->target_index;
1021 output_section->target_index;
    [all...]
aout-ns32k.c 330 r_index = output_section->target_index;
mach-o-i386.c 214 (*rel->sym_ptr_ptr)->section->output_section->target_index;
peicode.h 563 H_PUT_16 (vars->abfd, section->target_index, esym->e_scnum);
571 ent->u.syment.n_scnum = section->target_index;
624 sec->target_index = vars->sec_index ++;
    [all...]
vms-alpha.c 3203 unsigned int target_index = 0; local
    [all...]
aout-arm.c 433 r_index = output_section->target_index;
som.c     [all...]
coff-sh.c 839 if (sym.n_scnum != 0 && sym.n_scnum != sec->target_index)
    [all...]
coff64-rs6000.c 964 internal_a.o_sntext = text_sec->target_index;
975 internal_a.o_sndata = data_sec->target_index;
986 internal_a.o_snloader = loader_sec->target_index;
990 internal_a.o_snbss = bss_sec->target_index;
    [all...]
  /external/mesa3d/src/glsl/
linker.cpp     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
coffgrok.c 141 int i = section->target_index;
188 int i = section->target_index;
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 1670 int target_index = rc->worst_quality; local
1693 int target_index = rc->worst_quality; local
    [all...]
  /art/runtime/
elf_file.cc 303 Elf_Word target_index = 0; local
311 if (target_index) {
315 target_index = i;
323 return target_found && source_section != nullptr && source_section->sh_link == target_index;
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 914 int target_index = 0; // Target that will be reported (if multiple can be >0) local
938 target_index = find_preferred_target(psRemoteDevList, uNofRemoteDev);
944 phLibNfc_sRemoteDevInformation_t *remDevInfo = psRemoteDevList[target_index].psRemoteDevInfo;
945 phLibNfc_Handle remDevHandle = psRemoteDevList[target_index].hTargetDev;
    [all...]

Completed in 1069 milliseconds

1 2