HomeSort by relevance Sort by last modified time
    Searched refs:r_info (Results 126 - 136 of 136) sorted by null

1 2 3 4 56

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 491 Elf32_Word r_info; /* Relocation type and symbol index */ member in struct:__anon41669
502 Elf64_Xword r_info; /* Relocation type and symbol index */ member in struct:__anon41670
510 Elf32_Word r_info; /* Relocation type and symbol index */ member in struct:__anon41671
517 Elf64_Xword r_info; /* Relocation type and symbol index */ member in struct:__anon41672
521 /* How to extract and insert information held in the r_info field. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 491 Elf32_Word r_info; /* Relocation type and symbol index */ member in struct:__anon43184
502 Elf64_Xword r_info; /* Relocation type and symbol index */ member in struct:__anon43185
510 Elf32_Word r_info; /* Relocation type and symbol index */ member in struct:__anon43186
517 Elf64_Xword r_info; /* Relocation type and symbol index */ member in struct:__anon43187
521 /* How to extract and insert information held in the r_info field. */
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 322 Elf_Word r_info; // Symbol table index and type of relocation to apply member in struct:llvm::object::Elf_Rel_Base
326 return r_info;
329 r_info = R;
337 Elf_Xword r_info; // Symbol table index and type of relocation to apply member in struct:llvm::object::Elf_Rel_Base
340 uint64_t t = r_info;
343 // Mips64 little endian has a "special" encoding of r_info. Instead of one
351 r_info = R;
359 Elf_Word r_info; // Symbol table index and type of relocation to apply member in struct:llvm::object::Elf_Rel_Base
364 return r_info;
367 r_info = R
375 Elf_Xword r_info; \/\/ Symbol table index and type of relocation to apply member in struct:llvm::object::Elf_Rel_Base
    [all...]
  /external/elfutils/libelf/
elf.h 501 Elf32_Word r_info; /* Relocation type and symbol index */ member in struct:__anon20850
512 Elf64_Xword r_info; /* Relocation type and symbol index */ member in struct:__anon20851
520 Elf32_Word r_info; /* Relocation type and symbol index */ member in struct:__anon20852
527 Elf64_Xword r_info; /* Relocation type and symbol index */ member in struct:__anon20853
531 /* How to extract and insert information held in the r_info field. */
    [all...]
  /external/valgrind/main/VEX/switchback/
linker.c 532 Elf_Addr info = rtab[j].r_info;
665 Elf_Addr info = rtab[j].r_info;
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 438 Elf_Addr info = rtab[j].r_info;
568 Elf_Addr info = rtab[j].r_info;
    [all...]
  /bionic/linker/
linker.cpp 858 unsigned type = ELF32_R_TYPE(rel->r_info);
859 unsigned sym = ELF32_R_SYM(rel->r_info);
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/valgrind/main/perf/
tinycc.c 494 Elf32_Word r_info; /* Relocation type and symbol index */ member in struct:__anon31204
505 Elf64_Xword r_info; /* Relocation type and symbol index */ member in struct:__anon31205
513 Elf32_Word r_info; /* Relocation type and symbol index */ member in struct:__anon31206
520 Elf64_Xword r_info; /* Relocation type and symbol index */ member in struct:__anon31207
524 /* How to extract and insert information held in the r_info field. */
    [all...]
  /external/elfutils/src/
unstrip.c 407 adjust_reloc (&rel->r_info);
418 adjust_reloc (&rela->r_info);
    [all...]
  /external/linux-tools-perf/util/
symbol.c 966 symidx = GELF_R_SYM(pos->r_info);
988 symidx = GELF_R_SYM(pos->r_info);
    [all...]

Completed in 283 milliseconds

1 2 3 4 56