Home
last modified time | relevance | path

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

/scripts/
Dsphinx-pre-install423 my $rel;
424 $rel = $1 if ($system_release =~ /release\s+(\d+)/);
429 if ($rel && $rel < 8) {
438 if ($rel && $rel < 26) {
442 if (!$rel) {
Drecordmcount.h493 Elf_Rel rel; in nop_mcount() local
494 rel = *(Elf_Rel *)relp; in nop_mcount()
495 Elf_r_info(&rel, Elf_r_sym(relp), rel_type_nop); in nop_mcount()
498 if (uwrite(&rel, sizeof(rel)) < 0) in nop_mcount()
/scripts/mod/
Dmodpost.c1909 Elf_Rel *rel; in section_rel() local
1923 for (rel = start; rel < stop; rel++) { in section_rel()
1924 r.r_offset = TO_NATIVE(rel->r_offset); in section_rel()
1928 r_sym = ELF64_MIPS_R_SYM(rel->r_info); in section_rel()
1930 r_typ = ELF64_MIPS_R_TYPE(rel->r_info); in section_rel()
1933 r.r_info = TO_NATIVE(rel->r_info); in section_rel()
1937 r.r_info = TO_NATIVE(rel->r_info); in section_rel()
1959 if (is_second_extable_reloc(start, rel, fromsec)) in section_rel()