Searched refs:section (Results 1 – 18 of 18) sorted by relevance
| /scripts/ |
| A D | check_extable.sh | 55 …eval $(objdump -rj .altinstructions ${obj} | grep -B1 "${section}+${section_offset}" | head -n1 | … 62 find_alt_replacement_target ${section} ${section_offset} 72 objdump -hwj ${section} ${obj} | grep -q CODE 78 if is_executable_section ${section}; then 83 echo "Warning: found a reference to section \"${section}\" in __ex_table:" 84 addr2line -fip -j ${section} -e ${obj} ${section_offset} | awk '{print "\t" $0}' 89 …echo "Error: found a reference to non-executable section \"${section}\" in __ex_table at offset ${… 96 case "${section}" in 98 handle_alt_replacement_reloc ${section} ${section_offset} 101 handle_suspicious_generic_reloc ${section} ${section_offset} [all …]
|
| A D | kernel-doc.pl | 286 my $section = $section_default; 509 my ($parameter, $section); 565 my ($parameter, $section); 605 my ($parameter, $section); 640 my ($parameter, $section); 655 my ($parameter, $section); 868 my $section; 1980 $section = $1; 2134 if ($section =~ m/^@/ || $section eq $section_context) { 2160 $section = $1; [all …]
|
| A D | generate_initcall_order.pl | 250 my $section; 253 $section = '.con_initcall.init'; 255 $section = ".initcall${level}.init"; 258 print "\t${section} : {\n"; 261 print "\t\t*(${section}..${secname}) ;\n";
|
| A D | head-object-list.txt | 7 # A counter approach is to control the section placement by the linker script. 8 # The code marked as __HEAD goes into the ".head.text" section, which is placed 9 # before the normal ".text" section.
|
| A D | Makefile.vmlinux | 16 cmd_strip_relocs = $(OBJCOPY) --remove-section='.rel*' --remove-section=!'.rel*.dyn' $< $@
|
| A D | link-vmlinux.sh | 125 ${OBJCOPY} --only-section=.BTF --set-section-flags .BTF=alloc,readonly \
|
| A D | Makefile.dtbs | 37 builtin-dtb-section = $(if $(filter arch/$(SRCARCH)/boot/dts%, $(obj)),.dtb.init.rodata,.rodata)
|
| A D | faddr2line | 110 local out=$(${READELF} --file-header --section-headers --symbols --wide $objfile)
|
| A D | spelling.txt | 1450 secion||section
|
| /scripts/gcc-plugins/ |
| A D | stackleak_plugin.c | 451 tree section; in stackleak_gate() local 453 section = lookup_attribute("section", in stackleak_gate() 455 if (section && TREE_VALUE(section)) { in stackleak_gate() 456 section = TREE_VALUE(TREE_VALUE(section)); in stackleak_gate() 458 if (STRING_EQUAL(section, ".init.text")) in stackleak_gate() 460 if (STRING_EQUAL(section, ".devinit.text")) in stackleak_gate() 462 if (STRING_EQUAL(section, ".cpuinit.text")) in stackleak_gate() 464 if (STRING_EQUAL(section, ".meminit.text")) in stackleak_gate() 466 if (STRING_EQUAL(section, ".noinstr.text")) in stackleak_gate() 468 if (STRING_EQUAL(section, ".entry.text")) in stackleak_gate() [all …]
|
| /scripts/gendwarfksyms/ |
| A D | symbols.c | 17 return hash_32(addr->section ^ addr_hash(addr->address)); in symbol_addr_hash() 32 if (match->addr.section == sym->addr.section && in __for_each_addr() 76 if (match->addr.section != SHN_UNDEF) in for_each() 151 sym->addr.section = SHN_UNDEF; in symbol_read_exports() 288 if (sym->addr.section == SHN_UNDEF) { in set_symbol_addr() 293 debug("%s -> { %u, %lx }", sym->name, sym->addr.section, in set_symbol_addr() 295 } else if (sym->addr.section != addr->section || in set_symbol_addr() 304 struct symbol_addr addr = { .section = xndx, .address = sym->st_value }; in elf_set_symbol_addr() 307 if (addr.section != SHN_UNDEF) in elf_set_symbol_addr()
|
| A D | gendwarfksyms.h | 108 uint32_t section; member
|
| /scripts/gendwarfksyms/examples/ |
| A D | symbolptr.c | 17 #define __section(section) __attribute__((__section__(section))) argument
|
| A D | kabi.h | 29 #define __section(section) __attribute__((__section__(section))) argument
|
| /scripts/lib/kdoc/ |
| A D | kdoc_output.py | 339 for section, text in args.sections.items(): 341 if section in self.nosymbol: 351 self.print_lineno(args.section_start_lines.get(section, 0)) 623 for section, text in args.sections.items(): 669 for section, text in args.sections.items(): 699 for section, text in args.sections.items(): 712 for section, text in args.sections.items(): 747 for section, text in args.sections.items():
|
| A D | kdoc_parser.py | 170 self.section = title 181 if self.section == SECTION_DEFAULT and not self._contents: 183 name = self.section 210 self.section = SECTION_DEFAULT 286 for section in ["Description", "Return"]: 287 if section in sections and not sections[section].rstrip(): 288 del sections[section] 495 for section in self.entry.sections: 496 if section not in self.entry.parameterlist and \ 497 not known_sections.search(section): [all …]
|
| /scripts/gdb/linux/ |
| A D | page_owner.py | 81 section = self.p_ops.pfn_to_section(pfn) 82 page_ext = section["page_ext"]
|
| /scripts/coccinelle/misc/ |
| A D | uninitialized_var.cocci | 17 /// uninitialized_var") removed this section because all initializations of
|
Completed in 22 milliseconds