OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:r_info
(Results
26 - 31
of
31
) sorted by null
1
2
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
exec_elf.h
342
Elf32_Word
r_info
; /* symbol table index and type */
member in struct:__anon24919
348
Elf32_Word
r_info
; /* symbol table index and type */
member in struct:__anon24920
352
/* Extract relocation info -
r_info
*/
359
Elf64_Xword
r_info
; /* index & type of relocation */
member in struct:__anon24921
364
Elf64_Xword
r_info
; /* index & type of relocation */
member in struct:__anon24922
/external/llvm/include/llvm/Support/
ELF.h
649
Elf32_Word
r_info
; // Symbol table index and type of relocation to apply
member in struct:llvm::ELF::Elf32_Rel
653
Elf32_Word getSymbol() const { return (
r_info
>> 8); }
654
unsigned char getType() const { return (unsigned char) (
r_info
& 0x0ff); }
658
r_info
= (s << 8) + t;
665
Elf32_Word
r_info
; // Symbol table index and type of relocation to apply
member in struct:llvm::ELF::Elf32_Rela
670
Elf32_Word getSymbol() const { return (
r_info
>> 8); }
671
unsigned char getType() const { return (unsigned char) (
r_info
& 0x0ff); }
675
r_info
= (s << 8) + t;
682
Elf64_Xword
r_info
; // Symbol table index and type of relocation to apply.
member in struct:llvm::ELF::Elf64_Rel
686
Elf64_Xword getSymbol() const { return (
r_info
>> 32);
700
Elf64_Xword
r_info
; \/\/ Symbol table index and type of relocation to apply.
member in struct:llvm::ELF::Elf64_Rela
[
all
...]
/external/qemu/
elf.h
960
Elf32_Word
r_info
;
member in struct:elf32_rel
965
Elf64_Xword
r_info
; \/* index and type of relocation *\/
member in struct:elf64_rel
970
Elf32_Word
r_info
;
member in struct:elf32_rela
976
Elf64_Xword
r_info
; \/* index and type of relocation *\/
member in struct:elf64_rela
[
all
...]
/external/elfutils/libelf/
elf.h
488
Elf32_Word
r_info
; /* Relocation type and symbol index */
member in struct:__anon5419
499
Elf64_Xword
r_info
; /* Relocation type and symbol index */
member in struct:__anon5420
507
Elf32_Word
r_info
; /* Relocation type and symbol index */
member in struct:__anon5421
514
Elf64_Xword
r_info
; /* Relocation type and symbol index */
member in struct:__anon5422
518
/* How to extract and insert information held in the
r_info
field. */
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h
491
Elf32_Word
r_info
; /* Relocation type and symbol index */
member in struct:__anon20597
502
Elf64_Xword
r_info
; /* Relocation type and symbol index */
member in struct:__anon20598
510
Elf32_Word
r_info
; /* Relocation type and symbol index */
member in struct:__anon20599
517
Elf64_Xword
r_info
; /* Relocation type and symbol index */
member in struct:__anon20600
521
/* How to extract and insert information held in the
r_info
field. */
[
all
...]
/external/valgrind/main/perf/
tinycc.c
494
Elf32_Word
r_info
; /* Relocation type and symbol index */
member in struct:__anon12785
505
Elf64_Xword
r_info
; /* Relocation type and symbol index */
member in struct:__anon12786
513
Elf32_Word
r_info
; /* Relocation type and symbol index */
member in struct:__anon12787
520
Elf64_Xword
r_info
; /* Relocation type and symbol index */
member in struct:__anon12788
524
/* How to extract and insert information held in the
r_info
field. */
[
all
...]
Completed in 451 milliseconds
1
2