HomeSort by relevance Sort by last modified time
    Searched refs:r_type (Results 226 - 248 of 248) sorted by null

1 2 3 4 5 6 7 8 910

  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 202 r_type = relocs[ri][1]
204 r_info = (r_info & 0xFFFFFFFF00000000) | (r_type & 0xFFFFFFFF)
206 r_info = (r_info & 0xFF00) | (r_type & 0xFF)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
xcofflink.c     [all...]
coff-h8300.c 252 { x.r_type = select_reloc (howto); }
272 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
277 switch (dst->r_type)
    [all...]
hp300hpux.c 644 switch (bytes->r_type[0])
mach-o.c     [all...]
coffcode.h     [all...]
ecoff.c     [all...]
cofflink.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-avr.c 1054 bfd_reloc_code_real_type r_type; local
    [all...]
tc-ia64.c     [all...]
tc-hppa.c     [all...]
tc-nds32.c     [all...]
tc-xtensa.c     [all...]
  /external/libnl/include/
netlink-types.h 290 uint8_t r_type; member in struct:rtnl_rule
  /toolchain/binutils/binutils-2.25/gold/
reloc.cc 1112 const unsigned int r_type = elfcpp::elf_r_type<size>(r_info); local
1273 unsigned int r_type = elfcpp::elf_r_type<size>(reloc.get_r_info()); local
    [all...]
output.cc     [all...]
output.h     [all...]
incremental.cc 793 unsigned int r_type = irelocs.get_r_type(r_base); local
809 r_type,
812 target->apply_relocation(&relinfo, r_offset, r_type, r_addend,
    [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 697 unsigned short r_type; /* Relocation type */ member in struct:internal_reloc
  /system/bt/btif/src/
btif_hh.c 669 void btif_hh_setreport(btif_hh_device_t *p_dev, bthh_report_type_t r_type, UINT16 size,
677 BTA_HhSetReport(p_dev->dev_handle, r_type, p_buf);
    [all...]
  /external/opencv3/apps/traincascade/
old_ml_tree.cpp 165 int sample_all = 0, r_type, cv_n; local
271 r_type = CV_VAR_CATEGORICAL;
273 CV_CALL( var_type0 = cvPreprocessVarType( _var_type, var_idx, var_count, &r_type ));
280 is_classifier = r_type == CV_VAR_CATEGORICAL;
    [all...]
  /external/opencv/ml/src/
mltree.cpp 140 int sample_all = 0, r_type = 0, cv_n; local
234 CV_CALL( var_type0 = cvPreprocessVarType( _var_type, var_idx, var_all, &r_type ));
240 is_classifier = r_type == CV_VAR_CATEGORICAL;
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 962 dump_value (rtype_xlat, bfd_h_get_8 (abfd, rel.r_type), 6);
    [all...]

Completed in 1487 milliseconds

1 2 3 4 5 6 7 8 910