Searched refs:mod (Results 1 - 25 of 781) sorted by relevance

1234567891011>>

/external/elfutils/libdwfl/
H A Ddwfl_module_eh_cfi.c33 dwfl_module_eh_cfi (Dwfl_Module *mod, Dwarf_Addr *bias) argument
35 if (mod == NULL)
38 if (mod->eh_cfi != NULL)
40 *bias = dwfl_adjusted_address (mod, 0);
41 return mod->eh_cfi;
44 __libdwfl_getelf (mod);
45 if (mod->elferr != DWFL_E_NOERROR)
47 __libdwfl_seterrno (mod->elferr);
51 *bias = dwfl_adjusted_address (mod, 0);
52 return __libdwfl_set_cfi (mod,
[all...]
H A Ddwfl_module_getelf.c32 dwfl_module_getelf (Dwfl_Module *mod, GElf_Addr *loadbase) argument
34 if (mod == NULL)
37 __libdwfl_getelf (mod);
38 if (mod->elferr == DWFL_E_NOERROR)
40 if (mod->e_type == ET_REL && ! mod->main.relocated)
45 mod->main.relocated = true;
46 if (likely (__libdwfl_module_getebl (mod) == DWFL_E_NOERROR))
48 (void) __libdwfl_relocate (mod, mod
[all...]
H A Ddwfl_nextcu.c38 Dwfl_Module *mod; local
42 mod = dwfl->modulelist;
46 mod = cu->mod;
51 error = __libdwfl_nextcu (mod, cu, &cu);
57 *bias = dwfl_adjusted_dwarf_addr (mod, 0);
63 mod = mod->next;
66 if (mod == NULL)
69 if (mod
[all...]
H A Ddwfl_module_info.c32 dwfl_module_info (Dwfl_Module *mod, void ***userdata, argument
37 if (mod == NULL)
41 *userdata = &mod->userdata;
43 *start = mod->low_addr;
45 *end = mod->high_addr;
48 *dwbias = (mod->debug.elf == NULL ? (Dwarf_Addr) -1
49 : dwfl_adjusted_dwarf_addr (mod, 0));
51 *symbias = (mod->symfile == NULL ? (Dwarf_Addr) -1
52 : dwfl_adjusted_st_value (mod, mod
[all...]
H A Ddwfl_addrmodule.c34 Dwfl_Module *mod; local
35 (void) INTUSE(dwfl_addrsegment) (dwfl, address, &mod);
36 return mod;
H A Ddwfl_module_dwarf_cfi.c34 __libdwfl_set_cfi (Dwfl_Module *mod, Dwarf_CFI **slot, Dwarf_CFI *cfi) argument
38 Dwfl_Error error = __libdwfl_module_getebl (mod);
40 cfi->ebl = mod->ebl;
43 if (slot == &mod->eh_cfi)
54 dwfl_module_dwarf_cfi (Dwfl_Module *mod, Dwarf_Addr *bias) argument
56 if (mod == NULL)
59 if (mod->dwarf_cfi != NULL)
61 *bias = dwfl_adjusted_dwarf_addr (mod, 0);
62 return mod->dwarf_cfi;
65 return __libdwfl_set_cfi (mod,
[all...]
H A Ddwfl_module_report_build_id.c33 dwfl_module_report_build_id (Dwfl_Module *mod, argument
37 if (mod == NULL)
40 if (mod->main.elf != NULL)
45 if ((size_t) mod->build_id_len == len
46 && (mod->build_id_vaddr == vaddr || vaddr == 0)
47 && !memcmp (bits, mod->build_id_bits, len))
54 if (vaddr != 0 && (vaddr < mod->low_addr || vaddr + len > mod->high_addr))
72 free (mod->build_id_bits);
74 mod
[all...]
H A Ddwfl_module_build_id.c32 found_build_id (Dwfl_Module *mod, bool set, argument
39 return 1 + (mod->build_id_len == len
40 && !memcmp (bits, mod->build_id_bits, len));
49 mod->build_id_bits = memcpy (copy, bits, len);
50 mod->build_id_vaddr = vaddr;
51 mod->build_id_len = len;
57 __libdwfl_find_build_id (Dwfl_Module *mod, bool set, Elf *elf) argument
63 /* For mod == NULL use dwelf_elf_gnu_build_id directly. */
64 assert (mod != NULL);
66 int result = __libdwfl_find_elf_build_id (mod, el
77 dwfl_module_build_id(Dwfl_Module *mod, const unsigned char **bits, GElf_Addr *vaddr) argument
[all...]
H A Ddwfl_module_return_value_location.c33 dwfl_module_return_value_location (Dwfl_Module *mod, Dwarf_Die *functypedie, argument
36 if (mod == NULL)
39 if (mod->ebl == NULL)
41 Dwfl_Error error = __libdwfl_module_getebl (mod);
49 int nops = ebl_return_value_location (mod->ebl, functypedie, locops);
H A Ddwfl_module_getdwarf.c72 open_elf (Dwfl_Module *mod, struct dwfl_file *file) argument
151 if (file == &mod->main)
153 mod->e_type = ehdr->e_type;
156 if (mod->e_type == ET_EXEC && file->vaddr != mod->low_addr)
157 mod->e_type = ET_DYN;
160 assert (mod->main.elf != NULL);
168 mod_verify_build_id (Dwfl_Module *mod) argument
170 assert (mod->build_id_len > 0);
172 switch (__builtin_expect (__libdwfl_find_build_id (mod, fals
206 __libdwfl_getelf(Dwfl_Module *mod) argument
269 find_prelink_address_sync(Dwfl_Module *mod, struct dwfl_file *file) argument
522 find_debuginfo(Dwfl_Module *mod) argument
548 find_debug_altlink(Dwfl_Module *mod, const char *filename) argument
696 translate_offs(GElf_Addr adjust, Dwfl_Module *mod, size_t phnum, GElf_Addr addrs[i_max], GElf_Xword strsz, GElf_Ehdr *ehdr) argument
818 find_dynsym(Dwfl_Module *mod) argument
900 find_aux_address_sync(Dwfl_Module *mod) argument
1044 find_symtab(Dwfl_Module *mod) argument
1294 __libdwfl_module_getebl(Dwfl_Module *mod) argument
1311 load_dw(Dwfl_Module *mod, struct dwfl_file *debugfile) argument
1360 find_dw(Dwfl_Module *mod) argument
1422 dwfl_module_getdwarf(Dwfl_Module *mod, Dwarf_Addr *bias) argument
[all...]
H A Ddwfl_module.c59 __libdwfl_module_free (Dwfl_Module *mod) argument
61 if (mod->lazy_cu_root != NULL)
62 tdestroy (mod->lazy_cu_root, nofree);
64 if (mod->aranges != NULL)
65 free (mod->aranges);
67 if (mod->cu != NULL)
69 for (size_t i = 0; i < mod->ncu; ++i)
70 free_cu (mod->cu[i]);
71 free (mod->cu);
76 if (mod
144 use(Dwfl_Module *mod, Dwfl_Module **tailp, Dwfl *dwfl) argument
183 Dwfl_Module *mod = calloc (1, sizeof *mod); local
[all...]
H A Ddwfl_validate_address.c34 Dwfl_Module *mod = INTUSE(dwfl_addrmodule) (dwfl, address); local
35 if (mod == NULL)
39 int idx = INTUSE(dwfl_module_relocate_address) (mod, &relative);
47 if (relative >= mod->low_addr && relative <= mod->high_addr)
49 offset_idx = INTUSE(dwfl_module_relocate_address) (mod, &relative);
H A Ddwfl_module_addrname.c32 dwfl_module_addrname (Dwfl_Module *mod, GElf_Addr addr) argument
36 return INTUSE(dwfl_module_addrinfo) (mod, addr, &off, &sym,
H A Dderelocate.c70 cache_sections (Dwfl_Module *mod) argument
72 if (likely (mod->reloc_info != NULL))
73 return mod->reloc_info->count;
79 if (unlikely (elf_getshdrstrndx (mod->main.elf, &shstrndx) < 0))
89 while ((scn = elf_nextscn (mod->main.elf, scn)) != NULL)
97 && mod->e_type == ET_REL)
100 if (__libdwfl_relocate_value (mod, mod->main.elf, &shstrndx,
111 const char *name = elf_strptr (mod->main.elf, shstrndx,
128 newref->start = dwfl_adjusted_address (mod, shd
227 dwfl_module_relocations(Dwfl_Module *mod) argument
249 dwfl_module_relocation_info(Dwfl_Module *mod, unsigned int idx, Elf32_Word *shndxp) argument
287 check_module(Dwfl_Module *mod) argument
321 find_section(Dwfl_Module *mod, Dwarf_Addr *addr) argument
358 __libdwfl_find_section_ndx(Dwfl_Module *mod, Dwarf_Addr *addr) argument
368 dwfl_module_relocate_address(Dwfl_Module *mod, Dwarf_Addr *addr) argument
[all...]
/external/javassist/src/main/javassist/
H A DModifier.java51 public static boolean isPublic(int mod) { argument
52 return (mod & PUBLIC) != 0;
59 public static boolean isPrivate(int mod) { argument
60 return (mod & PRIVATE) != 0;
67 public static boolean isProtected(int mod) { argument
68 return (mod & PROTECTED) != 0;
75 public static boolean isPackage(int mod) { argument
76 return (mod & (PUBLIC | PRIVATE | PROTECTED)) == 0;
83 public static boolean isStatic(int mod) { argument
84 return (mod
91 isFinal(int mod) argument
99 isSynchronized(int mod) argument
107 isVolatile(int mod) argument
115 isTransient(int mod) argument
123 isNative(int mod) argument
131 isInterface(int mod) argument
141 isAnnotation(int mod) argument
151 isEnum(int mod) argument
159 isAbstract(int mod) argument
167 isStrict(int mod) argument
175 setPublic(int mod) argument
183 setProtected(int mod) argument
191 setPrivate(int mod) argument
198 setPackage(int mod) argument
205 clear(int mod, int clearBit) argument
215 toString(int mod) argument
[all...]
/external/kmod/testsuite/rootfs-pristine/test-modprobe/alias-to-none/etc/modprobe.d/
H A Dbogus.conf1 alias mod-simple deaddood
/external/kmod/testsuite/rootfs-pristine/test-modprobe/softdep-loop/etc/modprobe.d/
H A Ddumb-softdep.conf1 softdep mod-loop-b post: mod-loop-a
/external/kmod/testsuite/
H A Ddelete_module.c37 struct mod { struct
38 struct mod *next;
44 static struct mod *modules;
47 static void parse_retcodes(struct mod **_modules, const char *s)
55 struct mod *mod; local
89 mod = malloc(sizeof(*mod) + modnamelen + 1);
90 if (mod == NULL)
93 memcpy(mod
104 struct mod *mod; local
117 struct mod *mod; local
148 struct mod *mod; local
164 struct mod *mod = modules->next; local
[all...]
/external/kmod/testsuite/rootfs-pristine/test-modprobe/install-cmd-loop/etc/modprobe.d/
H A Ddumb-instal-loop.conf1 install mod-loop-b $MODPROBE --ignore-install mod-loop-b && { $MODPROBE --quiet mod-loop-a ; }
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DEventBuilder.java44 EventMod mod = new EventMod(EventMod.ModKind.Count);
45 mod.count = count;
46 modifiers.add(mod);
57 EventMod mod = new EventMod(EventMod.ModKind.ThreadOnly);
58 mod.thread = thread;
59 modifiers.add(mod);
70 EventMod mod = new EventMod(EventMod.ModKind.ClassOnly);
71 mod.clazz = classId;
72 modifiers.add(mod);
83 EventMod mod
[all...]
/external/adhd/cras/src/server/
H A Dcras_dsp_module.h28 int (*instantiate)(struct dsp_module *mod, unsigned long sample_rate);
35 void (*connect_port)(struct dsp_module *mod, unsigned long port,
45 int (*get_delay)(struct dsp_module *mod);
53 void (*run)(struct dsp_module *mod, unsigned long sample_count);
57 void (*deinstantiate)(struct dsp_module *mod);
63 void (*free_module)(struct dsp_module *mod);
67 int (*get_properties)(struct dsp_module *mod);
70 void (*dump)(struct dsp_module *mod, struct dumper *d);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
H A DMutablePatternModifierTest.java30 MutablePatternModifier mod = new MutablePatternModifier(false);
31 mod.setPatternInfo(PatternStringParser.parseToPatternInfo("a0b"));
32 mod.setPatternAttributes(SignDisplay.AUTO, false);
33 mod.setSymbols(
39 mod.setNumberProperties(false, null);
40 assertEquals("a", getPrefix(mod));
41 assertEquals("b", getSuffix(mod));
42 mod.setPatternAttributes(SignDisplay.ALWAYS, false);
43 assertEquals("+a", getPrefix(mod));
44 assertEquals("b", getSuffix(mod));
98 getPrefix(MutablePatternModifier mod) argument
104 getSuffix(MutablePatternModifier mod) argument
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DMutablePatternModifierTest.java27 MutablePatternModifier mod = new MutablePatternModifier(false);
28 mod.setPatternInfo(PatternStringParser.parseToPatternInfo("a0b"));
29 mod.setPatternAttributes(SignDisplay.AUTO, false);
30 mod.setSymbols(
36 mod.setNumberProperties(false, null);
37 assertEquals("a", getPrefix(mod));
38 assertEquals("b", getSuffix(mod));
39 mod.setPatternAttributes(SignDisplay.ALWAYS, false);
40 assertEquals("+a", getPrefix(mod));
41 assertEquals("b", getSuffix(mod));
95 getPrefix(MutablePatternModifier mod) argument
101 getSuffix(MutablePatternModifier mod) argument
[all...]
/external/valgrind/coregrind/m_gdbserver/
H A Dvalgrind-low-ppc64.c242 Bool mod; local
243 supply_register_by_name ("pc", &newpc, &mod);
244 if (mod)
254 transfer_direction dir, int size, Bool *mod)
261 *mod = False;
297 case 0: VG_(transfer) (&ppc64->guest_GPR0, buf, dir, size, mod); break;
298 case 1: VG_(transfer) (&ppc64->guest_GPR1, buf, dir, size, mod); break;
299 case 2: VG_(transfer) (&ppc64->guest_GPR2, buf, dir, size, mod); break;
300 case 3: VG_(transfer) (&ppc64->guest_GPR3, buf, dir, size, mod); break;
301 case 4: VG_(transfer) (&ppc64->guest_GPR4, buf, dir, size, mod); brea
253 transfer_register(ThreadId tid, int abs_regno, void * buf, transfer_direction dir, int size, Bool *mod) argument
[all...]
H A Dvalgrind-low-s390x.c109 Bool mod; local
110 supply_register_by_name ("pswa", &newpc, &mod);
111 if (mod)
121 transfer_direction dir, int size, Bool *mod)
126 *mod = False;
133 case 0: *mod = False; break; //GDBTD??? { "pswm", 0, 64 },
134 case 1: VG_(transfer) (&s390x->guest_IA, buf, dir, size, mod); break;
135 case 2: VG_(transfer) (&s390x->guest_r0, buf, dir, size, mod); break;
136 case 3: VG_(transfer) (&s390x->guest_r1, buf, dir, size, mod); break;
137 case 4: VG_(transfer) (&s390x->guest_r2, buf, dir, size, mod); brea
120 transfer_register(ThreadId tid, int abs_regno, void * buf, transfer_direction dir, int size, Bool *mod) argument
[all...]

Completed in 805 milliseconds

1234567891011>>