Searched defs:r_info (Results 1 - 8 of 8) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h320 elf_xword r_info; ///< symbol index and type of relocation. member in struct:elf::ELFRel
345 return rel.r_info & 0x0ff;
352 return rel.r_info & 0xffffffff;
360 return rel.r_info >> 8;
368 return rel.r_info >> 32;
378 elf_xword r_info; ///< Symbol index and type of relocation. member in struct:elf::ELFRela
404 return rela.r_info & 0x0ff;
411 return rela.r_info & 0xffffffff;
419 return rela.r_info >> 8;
427 return rela.r_info >> 3
[all...]
/external/elfutils/src/src/
H A Dobjdump.c363 GElf_Addr r_offset, GElf_Xword r_info, GElf_Sxword r_addend)
370 ebl_reloc_type_name (ebl, GELF_R_TYPE (r_info), buf, sizeof (buf)));
374 GElf_Sym *sym = gelf_getsymshndx (symdata, xndxdata, GELF_R_SYM (r_info),
379 gettext ("INVALID SYMBOL"), (long int) GELF_R_SYM (r_info));
432 rel->r_offset, rel->r_info, 0);
453 rel->r_offset, rel->r_info, rel->r_addend);
361 show_relocs_x(Ebl *ebl, GElf_Shdr *shdr, Elf_Data *symdata, Elf_Data *xndxdata, size_t symstrndx, size_t shstrndx, GElf_Addr r_offset, GElf_Xword r_info, GElf_Sxword r_addend) argument
H A Delflint.c1115 GELF_R_TYPE (rel->r_info)))
1167 GELF_R_TYPE (rela->r_info)))
1333 GElf_Addr r_offset, GElf_Xword r_info,
1339 if (!ebl_reloc_type_check (ebl, GELF_R_TYPE (r_info)))
1347 && !ebl_reloc_valid_use (ebl, GELF_R_TYPE (r_info)))
1353 && ((GELF_R_SYM (r_info) + 1)
1361 if (ebl_none_reloc_p (ebl, GELF_R_TYPE (r_info)))
1364 if (ebl_gotpc_reloc_check (ebl, GELF_R_TYPE (r_info)))
1369 GElf_Sym *sym = gelf_getsym (symdata, GELF_R_SYM (r_info), &sym_mem);
1377 ebl_reloc_type_name (ebl, GELF_R_SYM (r_info),
1331 check_one_reloc(Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *relshdr, int idx, size_t cnt, const GElf_Shdr *symshdr, Elf_Data *symdata, GElf_Addr r_offset, GElf_Xword r_info, const GElf_Shdr *destshdr, bool reldyn, struct loaded_segment *loaded, enum load_state *statep) argument
[all...]
/external/llvm/include/llvm/Object/
H A DELFTypes.h307 Elf_Word r_info; // Symbol table index and type of relocation to apply
311 return r_info;
315 r_info = R;
323 Elf_Xword r_info; // Symbol table index and type of relocation to apply
326 uint64_t t = r_info;
329 // Mips64 little endian has a "special" encoding of r_info. Instead of one
337 r_info = (R >> 32) | ((R & 0xff000000) << 8) | ((R & 0x00ff0000) << 24) |
340 r_info = R;
348 Elf_Word r_info; // Symbol table index and type of relocation to apply member in struct:llvm::object::Elf_Rel_Base
353 return r_info;
365 Elf_Xword r_info; // Symbol table index and type of relocation to apply member in struct:llvm::object::Elf_Rel_Base
[all...]
/external/kernel-headers/original/uapi/linux/
H A Delf.h162 Elf32_Word r_info; member in struct:elf32_rel
167 Elf64_Xword r_info; /* index and type of relocation */ member in struct:elf64_rel
172 Elf32_Word r_info; member in struct:elf32_rela
178 Elf64_Xword r_info; /* index and type of relocation */ member in struct:elf64_rela
/external/llvm/include/llvm/Support/
H A DELF.h827 Elf32_Word r_info; // Symbol table index and type of relocation to apply member in struct:llvm::ELF::Elf32_Rel
831 Elf32_Word getSymbol() const { return (r_info >> 8); }
832 unsigned char getType() const { return (unsigned char) (r_info & 0x0ff); }
836 r_info = (s << 8) + t;
843 Elf32_Word r_info; // Symbol table index and type of relocation to apply member in struct:llvm::ELF::Elf32_Rela
848 Elf32_Word getSymbol() const { return (r_info >> 8); }
849 unsigned char getType() const { return (unsigned char) (r_info & 0x0ff); }
853 r_info = (s << 8) + t;
860 Elf64_Xword r_info; // Symbol table index and type of relocation to apply. member in struct:llvm::ELF::Elf64_Rel
864 Elf64_Word getSymbol() const { return (r_info >> 3
878 Elf64_Xword r_info; // Symbol table index and type of relocation to apply. member in struct:llvm::ELF::Elf64_Rela
[all...]
/external/elfutils/src/libelf/
H A Delf.h499 Elf32_Word r_info; /* Relocation type and symbol index */ member in struct:__anon4638
510 Elf64_Xword r_info; /* Relocation type and symbol index */ member in struct:__anon4639
518 Elf32_Word r_info; /* Relocation type and symbol index */ member in struct:__anon4640
525 Elf64_Xword r_info; /* Relocation type and symbol index */ member in struct:__anon4641
529 /* How to extract and insert information held in the r_info field. */
/external/valgrind/perf/
H A Dtinycc.c494 Elf32_Word r_info; /* Relocation type and symbol index */ member in struct:__anon16812
505 Elf64_Xword r_info; /* Relocation type and symbol index */ member in struct:__anon16813
513 Elf32_Word r_info; /* Relocation type and symbol index */ member in struct:__anon16814
520 Elf64_Xword r_info; /* Relocation type and symbol index */ member in struct:__anon16815
524 /* How to extract and insert information held in the r_info field. */
6560 rel->r_info = ELF32_R_INFO(sym->c, ELF32_R_TYPE(rel->r_info));
18372 rel->r_info = ELF32_R_INFO(symbol, type);
18474 sym_index = ELF32_R_SYM(rel->r_info);
18475 type = ELF32_R_TYPE(rel->r_info);
[all...]

Completed in 456 milliseconds