Searched refs:r_offset (Results 1 – 2 of 2) sorted by relevance
| /scripts/ |
| D | recordmcount.h | 181 Elf_Addr current_r_offset = _w(rp->r_offset); in MIPS_is_fake_mcount() 428 _w(_w(relp->r_offset) - recval + mcount_adjust); in sift_rel_mcount() 429 mrelp->r_offset = _w(offbase in sift_rel_mcount() 477 ret = make_nop((void *)ehdr, _w(shdr->sh_offset) + _w(relp->r_offset)); in nop_mcount()
|
| /scripts/mod/ |
| D | modpost.c | 1349 Elf_Addr taddr, r_offset; in section_rela() local 1352 r_offset = TO_NATIVE(rela->r_offset); in section_rela() 1379 fsecndx, fromsec, r_offset, taddr); in section_rela() 1391 Elf_Addr taddr, r_offset; in section_rel() local 1395 r_offset = TO_NATIVE(rel->r_offset); in section_rel() 1398 loc = sym_get_data_by_offset(elf, fsecndx, r_offset); in section_rel() 1416 fsecndx, fromsec, r_offset, taddr); in section_rel()
|