Home
last modified time | relevance | path

Searched refs:idx (Results 1 – 12 of 12) sorted by relevance

/scripts/
A Dverify_builtin_ranges.awk133 idx = addr"-"name;
135 sym2mod[idx] = mod_name;
266 idx = sect":"$1;
267 if (!(idx in sect_addend)) {
270 printf "ADDEND %s = %016x\n", idx, sect_addend[idx] >"/dev/stderr";
311 idx = sect":"msect;
312 if (!(idx in sect_addend))
330 addr += sect_addend[idx];
332 idx = addr"-"$2;
334 if (idx in sym2mod) {
[all …]
A Dgenerate_builtin_ranges.awk62 function update_entry(osect, mod, soff, eoff, sect, idx) {
64 idx = sprintf("%016x", (soff + sect_base[osect]) * 2 + 1);
65 entries[idx] = sprintf("%s %08x-%08x %s", sect, soff, eoff, mod);
505 idx = sprintf("%016x", sect_base[sect] * 2);
506 entries[idx] = sect_anchor[sect];
A Dsorttable.c947 int idx; in do_sort() local
976 idx = shdr_name(shdr); in do_sort()
977 if (!strcmp(secstrings + idx, "__ex_table")) in do_sort()
979 if (!strcmp(secstrings + idx, ".symtab")) in do_sort()
981 if (!strcmp(secstrings + idx, ".strtab")) in do_sort()
990 if (!strcmp(secstrings + idx, ".init.data")) in do_sort()
996 if (!strcmp(secstrings + idx, ".orc_unwind_ip")) { in do_sort()
1001 if (!strcmp(secstrings + idx, ".orc_unwind")) { in do_sort()
A Drecordmcount.c112 off_t idx = 0; in uwrite() local
137 idx = aoffset - count; in uwrite()
145 memcpy(file_append + idx, buf + cnt, count - cnt); in uwrite()
A Dkallsyms.c520 static void compress_symbols(const unsigned char *str, int idx) in compress_symbols() argument
540 *p2 = idx; in compress_symbols()
/scripts/dtc/libfdt/
A Dfdt_wip.c15 uint32_t idx, const void *val, in fdt_setprop_inplace_namelen_partial() argument
26 if ((unsigned)proplen < (len + idx)) in fdt_setprop_inplace_namelen_partial()
29 memcpy((char *)propval + idx, val, len); in fdt_setprop_inplace_namelen_partial()
A Dfdt_ro.c780 int length, len, idx = 0; in fdt_stringlist_search() local
798 return idx; in fdt_stringlist_search()
801 idx++; in fdt_stringlist_search()
808 const char *property, int idx, in fdt_stringlist_get() argument
835 if (idx == 0) { in fdt_stringlist_get()
843 idx--; in fdt_stringlist_get()
A Dlibfdt.h1320 uint32_t idx, const void *val,
/scripts/gdb/linux/
A Dtimerlist.py28 def print_timer(rb_node, idx): argument
38 text = " #{}: <{}>, {}, ".format(idx, timer, function)
47 idx = 0
49 yield print_timer(curr, idx)
51 idx += 1
A Dmm.py155 idx = self.subsection_map_index(pfn)
156 return test_bit(idx, ms['usage']['subsection_map'])
/scripts/gcc-plugins/
A Drandomize_layout_plugin.c572 unsigned HOST_WIDE_INT idx; in check_bad_casts_in_constructor() local
576 FOR_EACH_CONSTRUCTOR_ELT(CONSTRUCTOR_ELTS(init), idx, field, val) { in check_bad_casts_in_constructor()
/scripts/kconfig/
A Dqconf.cc798 int idx, x; in mouseReleaseEvent() local
805 idx = header()->logicalIndexAt(x); in mouseReleaseEvent()
806 switch (idx) { in mouseReleaseEvent()

Completed in 28 milliseconds