Home
last modified time | relevance | path

Searched defs:r (Results 1 – 5 of 5) sorted by relevance

/scripts/genksyms/
Dparse.y60 struct string_list *b = *body, *i = *ident, *r; in record_compound() local
/scripts/mod/
Dmodpost.c1263 char *r = p; in sec2annotation() local
1459 Elf_Rela *r, Elf_Sym *sym, const char *fromsec) in check_section_mismatch()
1489 Elf_Shdr *sechdr, Elf_Rela *r) in reloc_location()
1498 static int addend_386_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) in addend_386_rel()
1524 static int addend_arm_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) in addend_arm_rel()
1548 static int addend_mips_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) in addend_mips_rel()
1576 Elf_Rela r; in section_rela() local
1620 Elf_Rela r; in section_rel() local
/scripts/kconfig/
Dmenu.c523 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str()
595 void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
Dmconf.c756 static int show_textbox_ext(const char *title, char *text, int r, int c, int in show_textbox_ext()
765 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox()
/scripts/
Dsortextable.c155 static uint32_t (*r)(const uint32_t *); variable