/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/ |
kmod.h | 21 #define try_then_request_module(x, mod...) ((x) ?: (request_module(mod), (x)))
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/ |
kmod.h | 21 #define try_then_request_module(x, mod...) ((x) ?: (request_module(mod), (x)))
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/ |
kmod.h | 21 #define try_then_request_module(x, mod...) ((x) ?: (request_module(mod), (x)))
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/ |
kmod.h | 21 #define try_then_request_module(x, mod...) ((x) ?: (request_module(mod), (x)))
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/ |
kmod.h | 21 #define try_then_request_module(x, mod...) ((x) ?: (request_module(mod), (x)))
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/ |
kmod.h | 21 #define try_then_request_module(x, mod...) ((x) ?: (request_module(mod), (x)))
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/ |
kmod.h | 21 #define try_then_request_module(x, mod...) ((x) ?: (request_module(mod), (x)))
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
kmod.h | 21 #define try_then_request_module(x, mod...) ((x) ?: (request_module(mod), (x)))
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
kmod.h | 21 #define try_then_request_module(x, mod...) ((x) ?: (request_module(mod), (x)))
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
kmod.h | 21 #define try_then_request_module(x, mod...) ((x) ?: (request_module(mod), (x)))
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
kmod.h | 21 #define try_then_request_module(x, mod...) ((x) ?: (request_module(mod), (x)))
|
/external/elfutils/libdwfl/ |
dwfl_cumodule.c | 56 return cu->mod;
|
dwfl_linemodule.c | 58 return dwfl_linecu (line)->mod;
|
dwfl_module_addrdie.c | 53 dwfl_module_addrdie (Dwfl_Module *mod, Dwarf_Addr addr, Dwarf_Addr *bias) 55 if (INTUSE(dwfl_module_getdwarf) (mod, bias) == NULL) 59 Dwfl_Error error = __libdwfl_addrcu (mod, addr, &cu);
|
dwfl_module_getsym.c | 53 dwfl_module_getsym (Dwfl_Module *mod, int ndx, 56 if (unlikely (mod == NULL)) 59 if (unlikely (mod->symdata == NULL)) 61 int result = INTUSE(dwfl_module_getsymtab) (mod); 67 sym = gelf_getsymshndx (mod->symdata, mod->symxndxdata, ndx, sym, &shndx); 88 if (mod->e_type == ET_REL) 93 Dwfl_Error result = __libdwfl_relocate_value (mod, mod->symfile->elf, 103 sym->st_value += mod->symfile->bias [all...] |
dwfl_module_nextcu.c | 53 dwfl_module_nextcu (Dwfl_Module *mod, Dwarf_Die *lastcu, Dwarf_Addr *bias) 55 if (INTUSE(dwfl_module_getdwarf) (mod, bias) == NULL) 59 Dwfl_Error error = __libdwfl_nextcu (mod, (struct dwfl_cu *) lastcu, &cu);
|
cu.c | 57 dwar (Dwfl_Module *mod, unsigned int idx) 59 return &mod->dw->aranges->info[mod->aranges[idx].arange]; 64 addrarange (Dwfl_Module *mod, Dwarf_Addr addr, struct dwfl_arange **arange) 66 if (mod->aranges == NULL) 71 if (INTUSE(dwarf_getaranges) (mod->dw, &dwaranges, &naranges) != 0) 102 mod->naranges = naranges; 103 mod->aranges = (realloc (aranges, naranges * sizeof aranges[0]) 105 mod->lazycu += naranges; 109 addr -= mod->debug.bias [all...] |
derelocate.c | 91 cache_sections (Dwfl_Module *mod) 97 if (unlikely (elf_getshstrndx (mod->main.elf, &shstrndx) < 0)) 106 while ((scn = elf_nextscn (mod->main.elf, scn)) != NULL) 116 if (__libdwfl_relocate_value (mod, mod->main.elf, &shstrndx, 127 const char *name = elf_strptr (mod->main.elf, shstrndx, 136 newref->start = shdr->sh_addr + mod->main.bias; 143 if (mod->e_type == ET_REL 146 && mod->dwfl->callbacks->section_address != NULL) 151 Elf_Scn *tscn = elf_getscn (mod->main.elf, shdr->sh_info) [all...] |
dwfl_module_build_id.c | 53 found_build_id (Dwfl_Module *mod, bool set, 60 return 1 + (mod->build_id_len == len 61 && !memcmp (bits, mod->build_id_bits, len)); 70 mod->build_id_bits = memcpy (copy, bits, len); 71 mod->build_id_vaddr = vaddr; 72 mod->build_id_len = len; 79 check_notes (Dwfl_Module *mod, bool set, Elf_Data *data, GElf_Addr data_vaddr) 89 return found_build_id (mod, set, 98 __libdwfl_find_build_id (Dwfl_Module *mod, bool set, Elf *elf) 119 result = check_notes (mod, set [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
valgrind-low-x86.c | 108 Bool mod; local 109 supply_register_by_name ("eip", &newpc, &mod); 110 if (mod) 120 transfer_direction dir, int size, Bool *mod) 125 *mod = False; 132 case 0: VG_(transfer) (&x86->guest_EAX, buf, dir, size, mod); break; 133 case 1: VG_(transfer) (&x86->guest_ECX, buf, dir, size, mod); break; 134 case 2: VG_(transfer) (&x86->guest_EDX, buf, dir, size, mod); break; 135 case 3: VG_(transfer) (&x86->guest_EBX, buf, dir, size, mod); break; 136 case 4: VG_(transfer) (&x86->guest_ESP, buf, dir, size, mod); break [all...] |
valgrind-low-arm.c | 118 Bool mod; local 119 supply_register_by_name ("pc", &newpc, &mod); 120 if (mod) 181 transfer_direction dir, int size, Bool *mod) 186 *mod = False; 193 case 0: VG_(transfer) (&arm->guest_R0, buf, dir, size, mod); break; 194 case 1: VG_(transfer) (&arm->guest_R1, buf, dir, size, mod); break; 195 case 2: VG_(transfer) (&arm->guest_R2, buf, dir, size, mod); break; 196 case 3: VG_(transfer) (&arm->guest_R3, buf, dir, size, mod); break; 197 case 4: VG_(transfer) (&arm->guest_R4, buf, dir, size, mod); break [all...] |
valgrind-low-ppc32.c | 168 Bool mod; local 169 supply_register_by_name ("pc", &newpc, &mod); 170 if (mod) 180 transfer_direction dir, int size, Bool *mod) 185 *mod = False; 192 case 0: VG_(transfer) (&ppc32->guest_GPR0, buf, dir, size, mod); break; 193 case 1: VG_(transfer) (&ppc32->guest_GPR1, buf, dir, size, mod); break; 194 case 2: VG_(transfer) (&ppc32->guest_GPR2, buf, dir, size, mod); break; 195 case 3: VG_(transfer) (&ppc32->guest_GPR3, buf, dir, size, mod); break; 196 case 4: VG_(transfer) (&ppc32->guest_GPR4, buf, dir, size, mod); break [all...] |
valgrind-low-ppc64.c | 165 Bool mod; local 166 supply_register_by_name ("pc", &newpc, &mod); 167 if (mod) 177 transfer_direction dir, int size, Bool *mod) 182 *mod = False; 189 case 0: VG_(transfer) (&ppc64->guest_GPR0, buf, dir, size, mod); break; 190 case 1: VG_(transfer) (&ppc64->guest_GPR1, buf, dir, size, mod); break; 191 case 2: VG_(transfer) (&ppc64->guest_GPR2, buf, dir, size, mod); break; 192 case 3: VG_(transfer) (&ppc64->guest_GPR3, buf, dir, size, mod); break; 193 case 4: VG_(transfer) (&ppc64->guest_GPR4, buf, dir, size, mod); break [all...] |
/external/fsck_msdos/ |
check.c | 65 int mod = 0; local 115 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat); 116 if (mod & FSFATAL) { 126 mod |= readfat(dosfs, &boot, i, ¤tFat); 128 if (mod & FSFATAL) { 133 mod |= comparefat(&boot, fat, currentFat, i); 135 if (mod & FSFATAL) { 144 mod |= checkfat(&boot, fat); 145 if (mod & FSFATAL) { 154 mod |= resetDosDirSection(&boot, fat) [all...] |
/external/qemu/distrib/sdl-1.2.15/test/ |
checkkeys.c | 22 int mod; local 24 mod = SDL_GetModState(); 25 if(!mod) { 29 if(mod & KMOD_LSHIFT) 31 if(mod & KMOD_RSHIFT) 33 if(mod & KMOD_LCTRL) 35 if(mod & KMOD_RCTRL) 37 if(mod & KMOD_LALT) 39 if(mod & KMOD_RALT) 41 if(mod & KMOD_LMETA [all...] |