Home | History | Annotate | Download | only in perf

Lines Matching defs:r_info

494   Elf32_Word	r_info;			/* Relocation type and symbol index */
505 Elf64_Xword r_info; /* Relocation type and symbol index */
513 Elf32_Word r_info; /* Relocation type and symbol index */
520 Elf64_Xword r_info; /* Relocation type and symbol index */
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));
18371 rel->r_info = ELF32_R_INFO(symbol, type);
18473 sym_index = ELF32_R_SYM(rel->r_info);
18474 type = ELF32_R_TYPE(rel->r_info);
18476 rel->r_info = ELF32_R_INFO(sym_index, type);
18580 sym_index = ELF32_R_SYM(rel->r_info);
18583 type = ELF32_R_TYPE(rel->r_info);
18594 qrel->r_info = ELF32_R_INFO(esym_index, R_386_32);
18598 qrel->r_info = ELF32_R_INFO(0, R_386_RELATIVE);
18610 qrel->r_info = ELF32_R_INFO(esym_index, R_386_PC32);
18729 sym_index = ELF32_R_SYM(rel->r_info);
18730 type = ELF32_R_TYPE(rel->r_info);
18938 type = ELF32_R_TYPE(rel->r_info);
18948 sym_index = ELF32_R_SYM(rel->r_info);
18967 sym_index = ELF32_R_SYM(rel->r_info);
18986 sym_index = ELF32_R_SYM(rel->r_info);
20064 type = ELF32_R_TYPE(rel->r_info);
20065 sym_index = ELF32_R_SYM(rel->r_info);
20075 rel->r_info = ELF32_R_INFO(sym_index, type);