Home
last modified time | relevance | path

Searched refs:r_sym (Results 1 – 2 of 2) sorted by relevance

/scripts/
Drecordmcount.c491 Elf64_Word r_sym; /* Symbol index. */ member
501 return w(((union mips_r_info){ .r_info = rp->r_info }).r_mips.r_sym); in MIPS64_r_sym()
507 .r_mips = { .r_sym = w(sym), .r_type = type } in MIPS64_r_info()
/scripts/mod/
Dmodpost.c1312 unsigned int *r_type, unsigned int *r_sym) in get_rel_type_and_sym() argument
1315 Elf64_Word r_sym; /* Symbol index */ in get_rel_type_and_sym() member
1328 *r_sym = TO_NATIVE(mips64_r_info->r_sym); in get_rel_type_and_sym()
1338 *r_sym = ELF_R_SYM(r_info); in get_rel_type_and_sym()
1350 unsigned int r_type, r_sym; in section_rela() local
1353 get_rel_type_and_sym(elf, rela->r_info, &r_type, &r_sym); in section_rela()
1355 tsym = elf->symtab_start + r_sym; in section_rela()
1392 unsigned int r_type, r_sym; in section_rel() local
1396 get_rel_type_and_sym(elf, rel->r_info, &r_type, &r_sym); in section_rel()
1399 tsym = elf->symtab_start + r_sym; in section_rel()