/external/llvm/include/llvm/CodeGen/ |
MachORelocation.h | 31 uint8_t r_type; // if not 0, machine-specific relocation type. member in class:llvm::MachORelocation 39 ((r_type & 15) << 24) | (r_address & 0x00FFFFFF); 42 (r_extern << 4) | (r_type & 15); 51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
|
/external/openssh/openbsd-compat/ |
port-aix.h | 59 /* Some versions define r_type in the above headers, which causes a conflict */ 60 #ifdef r_type 61 # undef r_type macro
|
/bionic/libc/kernel/arch-mips/asm/ |
module.h | 39 Elf64_Byte r_type; member in struct:__anon164 49 Elf64_Byte r_type; member in struct:__anon165
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
module.h | 39 Elf64_Byte r_type; member in struct:__anon1356 49 Elf64_Byte r_type; member in struct:__anon1357
|
/external/kernel-headers/original/asm-mips/ |
module.h | 22 Elf64_Byte r_type; /* First relocation. */ member in struct:__anon21521 31 Elf64_Byte r_type; /* First relocation. */ member in struct:__anon21522 61 #define ELF_MIPS_R_TYPE(rel) (rel.r_type)
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
module.h | 39 Elf64_Byte r_type; member in struct:__anon52353 49 Elf64_Byte r_type; member in struct:__anon52354
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
module.h | 39 Elf64_Byte r_type; member in struct:__anon55078 49 Elf64_Byte r_type; member in struct:__anon55079
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
module.h | 39 Elf64_Byte r_type; member in struct:__anon56820 49 Elf64_Byte r_type; member in struct:__anon56821
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
module.h | 39 Elf64_Byte r_type; member in struct:__anon58120 49 Elf64_Byte r_type; member in struct:__anon58121
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
module.h | 39 Elf64_Byte r_type; member in struct:__anon60873 49 Elf64_Byte r_type; member in struct:__anon60874
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
elf.c | 786 unsigned int r_type=0, r_sym; local 798 r_type = elf_march->map_reloc_info_to_type(reloc); 803 elf_march->write_reloc(bufp, reloc, r_type, r_sym);
|
/frameworks/compile/mclinker/lib/LD/ |
ELFReader.cpp | 236 uint8_t r_type = static_cast<unsigned char>(r_info); local 243 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend); 270 uint8_t r_type = static_cast<unsigned char>(r_info); local 278 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset); 792 uint32_t r_type = static_cast<uint32_t>(r_info); local 799 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend); 826 uint32_t r_type = static_cast<uint32_t>(r_info); local 834 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset); [all...] |
/external/opencv/ml/src/ |
ml_inner_functions.cpp | 638 int i, r_type, r_step; local 653 r_type = CV_MAT_TYPE(responses->type); 654 if( r_type != CV_32FC1 && r_type != CV_32SC1 ) 659 if( r_type == CV_32FC1 && CV_IS_MAT_CONT(responses->type) && !sample_idx ) 679 if( r_type == CV_32FC1 ) 723 int i, r_type, r_step; local 743 r_type = CV_MAT_TYPE(responses->type); 744 if( r_type != CV_32FC1 && r_type != CV_32SC1 [all...] |
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...] |
/external/tcpdump/ |
nameser.h | 264 int16_t r_type; /* type number */ member in struct:rrec
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
coff.h | 340 char r_type[2]; /* Relocation type */ member in struct:COFF_reloc
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
coff.h | 340 char r_type[2]; /* Relocation type */ member in struct:COFF_reloc
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
coff.h | 340 char r_type[2]; /* Relocation type */ member in struct:COFF_reloc
|
/bionic/libc/tzcode/ |
localtime.c | 132 int r_type; /* type of rule--see below */ member in struct:rule 793 rulep->r_type = JULIAN_DAY; 800 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; 817 rulep->r_type = DAY_OF_YEAR; 849 switch (rulep->r_type) { [all...] |
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
localtime.c | 124 int r_type; /* type of rule--see below */ member in struct:rule 767 rulep->r_type = JULIAN_DAY; 774 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; 791 rulep->r_type = DAY_OF_YEAR; 826 switch (rulep->r_type) { [all...] |
/external/icu4c/tools/tzcode/ |
localtime.c | 124 int r_type; /* type of rule--see below */ member in struct:rule 767 rulep->r_type = JULIAN_DAY; 774 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; 791 rulep->r_type = DAY_OF_YEAR; 826 switch (rulep->r_type) { [all...] |
/external/qemu/ |
a.out.h | 234 char r_type[2]; member in struct:external_reloc
|
/external/libnl-headers/ |
netlink-types.h | 293 uint8_t r_type; member in struct:rtnl_rule
|