Home
last modified time | relevance | path

Searched refs:rel (Results 1 – 3 of 3) sorted by relevance

/scripts/
Dsphinx-pre-install390 my $rel;
391 $rel = $1 if ($system_release =~ /release\s+(\d+)/);
396 if ($rel && $rel < 8) {
405 if ($rel && $rel < 26) {
409 if (!$rel) {
Drecordmcount.h409 Elf_Rel rel; in nop_mcount() local
410 rel = *(Elf_Rel *)relp; in nop_mcount()
411 Elf_r_info(&rel, Elf_r_sym(relp), rel_type_nop); in nop_mcount()
414 if (uwrite(&rel, sizeof(rel)) < 0) in nop_mcount()
/scripts/mod/
Dmodpost.c1913 Elf_Rel *rel; in section_rel() local
1927 for (rel = start; rel < stop; rel++) { in section_rel()
1928 r.r_offset = TO_NATIVE(rel->r_offset); in section_rel()
1932 r_sym = ELF64_MIPS_R_SYM(rel->r_info); in section_rel()
1934 r_typ = ELF64_MIPS_R_TYPE(rel->r_info); in section_rel()
1937 r.r_info = TO_NATIVE(rel->r_info); in section_rel()
1941 r.r_info = TO_NATIVE(rel->r_info); in section_rel()
1963 if (is_second_extable_reloc(start, rel, fromsec)) in section_rel()