Home
last modified time | relevance | path

Searched refs:fields (Results 1 – 6 of 6) sorted by relevance

/scripts/
Dfaddr2line195 local fields=($line)
196 local sym_addr=0x${fields[1]}
197 local sym_elf_size=${fields[2]}
198 local sym_sec=${fields[6]}
232 local fields=($line)
233 cur_sym_addr=0x${fields[1]}
234 local cur_sym_elf_size=${fields[2]}
235 local cur_sym_name=${fields[7]:-}
Dtags.sh273 --$CTAGS_EXTRA=+fq --c-kinds=+px --fields=+iaS --langmap=c:+.h \
/scripts/gdb/linux/
Dtasks.py88 if task_type.get_type().fields()[0].type == thread_info_type.get_type():
Dtimerlist.py193 max_clock_bases.type.fields()[max_clock_bases].enumval)
/scripts/gcc-plugins/
Drandomize_layout_plugin.c155 static void partition_struct(tree *fields, unsigned long length, struct partition_group *size_group… in partition_struct() argument
168 size_groups[group_idx].tree_start = fields[i]; in partition_struct()
173 accum_size += (unsigned long)int_size_in_bytes(TREE_TYPE(fields[i])); in partition_struct()
/scripts/coccinelle/api/
Dcheck_bq27xxx_data.cocci4 //# Doesn't unfold macros used in register or property fields.