Home
last modified time | relevance | path

Searched refs:sh_type (Results 1 – 25 of 63) sorted by relevance

123

/openbmc/linux/arch/loongarch/kernel/
H A Dmodule-sections.c143 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
154 got_sec->sh_type = SHT_NOBITS; in module_frob_arch_sections()
162 plt_sec->sh_type = SHT_NOBITS; in module_frob_arch_sections()
170 plt_idx_sec->sh_type = SHT_NOBITS; in module_frob_arch_sections()
178 tramp->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/openbmc/linux/tools/perf/util/
H A Dgenelf.c197 shdr->sh_type = SHT_PROGBITS; in jit_add_eh_frame_info()
231 shdr->sh_type = SHT_PROGBITS; in jit_add_eh_frame_info()
333 shdr->sh_type = SHT_PROGBITS; in jit_write_elf()
380 shdr->sh_type = SHT_STRTAB; in jit_write_elf()
416 shdr->sh_type = SHT_SYMTAB; in jit_write_elf()
459 shdr->sh_type = SHT_STRTAB; in jit_write_elf()
501 shdr->sh_type = SHT_NOTE; in jit_write_elf()
H A Dgenelf_debug.c539 shdr->sh_type = SHT_PROGBITS; in jit_add_debug_info()
573 shdr->sh_type = SHT_PROGBITS; in jit_add_debug_info()
607 shdr->sh_type = SHT_PROGBITS; in jit_add_debug_info()
/openbmc/u-boot/tools/
H A Dmips-relocs.c197 unsigned int i, j, i_rel_shdr, sh_type, sh_entsize, sh_entries; in main() local
318 sh_type = shdr_field(i, sh_type); in main()
319 if ((sh_type != SHT_REL) && (sh_type != SHT_RELA)) in main()
350 if (sh_type == SHT_REL) { in main()
H A Dimg2srec.c283 getPtr = ExtractLong((uint32_t *)&sectHeader[i].sh_type, getPtr); in ConvertELF()
312 if ( (sectHeader[i].sh_type == SHT_PROGBITS) in ConvertELF()
/openbmc/linux/arch/riscv/kernel/
H A Dmodule-sections.c128 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
138 mod->arch.plt.shdr->sh_type = SHT_NOBITS; in module_frob_arch_sections()
145 mod->arch.got.shdr->sh_type = SHT_NOBITS; in module_frob_arch_sections()
152 mod->arch.got_plt.shdr->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/openbmc/u-boot/cmd/
H A Delf.c90 if (shdr->sh_type == SHT_STRTAB) in load_elf64_image_shdr()
105 (shdr->sh_type == SHT_NOBITS) ? "Clear" : "Load", in load_elf64_image_shdr()
111 if (shdr->sh_type == SHT_NOBITS) { in load_elf64_image_shdr()
195 if (shdr->sh_type == SHT_STRTAB) in load_elf_image_shdr()
210 (shdr->sh_type == SHT_NOBITS) ? "Clear" : "Load", in load_elf_image_shdr()
216 if (shdr->sh_type == SHT_NOBITS) { in load_elf_image_shdr()
/openbmc/linux/arch/mips/vdso/
H A Dgenvdso.h31 switch (swap_uint32(shdr->sh_type)) { in FUNC()
50 shdr->sh_type = swap_uint32(SHT_MIPS_ABIFLAGS); in FUNC()
76 if (swap_uint32(shdr->sh_type) == SHT_SYMTAB) in FUNC()
/openbmc/linux/arch/arm64/kernel/
H A Dmodule-plts.c302 else if (sechdrs[i].sh_type == SHT_SYMTAB) in module_frob_arch_sections()
320 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
345 pltsec->sh_type = SHT_NOBITS; in module_frob_arch_sections()
353 pltsec->sh_type = SHT_NOBITS; in module_frob_arch_sections()
361 tramp->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/openbmc/linux/tools/lib/bpf/
H A Delf.c50 static Elf_Scn *elf_find_next_scn_by_type(Elf *elf, int sh_type, Elf_Scn *scn) in elf_find_next_scn_by_type() argument
57 if (sh.sh_type == sh_type) in elf_find_next_scn_by_type()
81 int sh_type, int st_type) in elf_sym_iter_new() argument
94 scn = elf_find_next_scn_by_type(elf, sh_type, NULL); in elf_sym_iter_new()
H A Dlinker.c370 sec->shdr->sh_type = SHT_STRTAB; in init_output_elf()
410 sec->shdr->sh_type = SHT_SYMTAB; in init_output_elf()
487 if (shdr->sh_type == SHT_STRTAB) in is_ignored_sec()
491 if (shdr->sh_type == SHT_LLVM_ADDRSIG) in is_ignored_sec()
495 if (shdr->sh_type == SHT_PROGBITS && shdr->sh_size == 0 && in is_ignored_sec()
638 switch (shdr->sh_type) { in linker_load_obj_file()
726 switch (sec->shdr->sh_type) { in linker_sanity_check_elf()
751 sec->sec_idx, sec->sec_name, (size_t)sec->shdr->sh_type, obj->filename); in linker_sanity_check_elf()
776 if (link_sec->shdr->sh_type != SHT_STRTAB) { in linker_sanity_check_elf_symtab()
872 if (link_sec->shdr->sh_type != SHT_PROGBITS && link_sec->shdr->sh_type != SHT_NOBITS) { in linker_sanity_check_elf_relos()
[all …]
/openbmc/linux/arch/x86/tools/
H A Drelocs.c294 if (sec->shdr.sh_type != SHT_SYMTAB) in sym_lookup()
456 sec->shdr.sh_type = elf_word_to_cpu(shdr.sh_type); in read_shdrs()
476 if (sec->shdr.sh_type != SHT_STRTAB) { in read_strtabs()
504 switch (sec->shdr.sh_type) { in read_symtabs()
563 if (sec->shdr.sh_type != SHT_REL_TYPE) { in read_relocs()
609 if (sec->shdr.sh_type != SHT_SYMTAB) { in print_absolute_symbols()
648 if (sec->shdr.sh_type != SHT_REL_TYPE) { in print_absolute_relocs()
661 if (sec_applies->shdr.sh_type == SHT_NOTE) { in print_absolute_relocs()
741 if (sec->shdr.sh_type != SHT_REL_TYPE) { in walk_relocs()
755 if (sec_applies->shdr.sh_type == SHT_NOTE) in walk_relocs()
/openbmc/linux/arch/arm/kernel/
H A Dmodule-plts.c226 else if (s->sh_type == SHT_SYMTAB) in module_frob_arch_sections()
244 if (s->sh_type != SHT_REL) in module_frob_arch_sections()
262 mod->arch.core.plt->sh_type = SHT_NOBITS; in module_frob_arch_sections()
270 mod->arch.init.plt->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/openbmc/linux/arch/mips/boot/tools/
H A Drelocs.c280 sec->shdr.sh_type = elf_word_to_cpu(shdr.sh_type); in read_shdrs()
301 if (sec->shdr.sh_type != SHT_STRTAB) in read_strtabs()
325 if (sec->shdr.sh_type != SHT_SYMTAB) in read_symtabs()
369 if (sec->shdr.sh_type != SHT_REL_TYPE) in read_relocs()
415 if (sec->shdr.sh_type != SHT_REL_TYPE) in remove_relocs()
480 if (sec->shdr.sh_type != SHT_REL_TYPE) in walk_relocs()
/openbmc/linux/scripts/
H A Drecordmcount.h247 if (relhdr->sh_type == SHT_SYMTAB) in find_symtab()
249 else if (relhdr->sh_type == SHT_SYMTAB_SHNDX) in find_symtab()
309 mcsec.sh_type = w(SHT_PROGBITS); in append_func()
322 mcsec.sh_type = (sizeof(Elf_Rela) == rel_entsize) in append_func()
567 if (w(txthdr->sh_type) != SHT_PROGBITS || in __has_rel_mcount()
578 if (w(relhdr->sh_type) != SHT_REL && w(relhdr->sh_type) != SHT_RELA) in has_rel_mcount()
H A Dsorttable.h320 if ((r(&s->sh_type) == SHT_REL || in do_sort()
321 r(&s->sh_type) == SHT_RELA) && in do_sort()
326 if (r(&s->sh_type) == SHT_SYMTAB_SHNDX) in do_sort()
/openbmc/linux/kernel/
H A Dkexec_file.c828 if (sechdrs[i].sh_type != SHT_NOBITS) { in kexec_purgatory_setup_kbuf()
903 if (sechdrs[i].sh_type == SHT_NOBITS) { in kexec_purgatory_setup_sechdrs()
958 if (relsec->sh_type != SHT_RELA && in kexec_apply_relocations()
959 relsec->sh_type != SHT_REL) in kexec_apply_relocations()
990 if (relsec->sh_type == SHT_RELA) in kexec_apply_relocations()
993 else if (relsec->sh_type == SHT_REL) in kexec_apply_relocations()
1069 if (sechdrs[i].sh_type != SHT_SYMTAB) in kexec_purgatory_find_symbol()
1144 if (sec->sh_type == SHT_NOBITS) { in kexec_purgatory_get_set_symbol()
/openbmc/linux/arch/alpha/kernel/
H A Dmodule.c79 if (s->sh_type == SHT_SYMTAB) in module_frob_arch_sections()
106 got->sh_type = SHT_NOBITS; in module_frob_arch_sections()
111 if (s->sh_type == SHT_RELA) { in module_frob_arch_sections()
/openbmc/linux/arch/mips/kernel/
H A Dvpe.c620 if ((sechdrs[i].sh_type != SHT_NOBITS) && in vpe_elfload()
633 if (sechdrs[i].sh_type == SHT_SYMTAB) { in vpe_elfload()
658 if (sechdrs[i].sh_type != SHT_NOBITS) in vpe_elfload()
686 if (sechdrs[i].sh_type == SHT_REL) in vpe_elfload()
689 else if (sechdrs[i].sh_type == SHT_RELA) in vpe_elfload()
713 if (sechdrs[i].sh_type == SHT_SYMTAB) { in vpe_elfload()
/openbmc/linux/arch/sh/kernel/
H A Dhw_breakpoint.c135 int arch_bp_generic_fields(int sh_len, int sh_type, in arch_bp_generic_fields() argument
157 switch (sh_type) { in arch_bp_generic_fields()
/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_hw.c352 u32 type = be32_to_cpu(shdr->sh_type); in pe_load_pmem_section()
403 u32 type = be32_to_cpu(shdr->sh_type); in pe_load_dmem_section()
460 u32 type = be32_to_cpu(shdr->sh_type); in pe_load_ddr_section()
544 u32 type = be32_to_cpu(shdr->sh_type); in pe_load_pe_lmem_section()
/openbmc/openbmc/poky/scripts/
H A Drelocate_sdk.py138 sh_name, sh_type, sh_flags, sh_addr, sh_offset, sh_size, sh_link,\
144 if sh_type == 1:
/openbmc/linux/arch/ia64/kernel/
H A Dmodule.c455 if (s->sh_type != SHT_RELA) in module_frob_arch_sections()
466 mod->arch.core_plt->sh_type = SHT_NOBITS; in module_frob_arch_sections()
470 mod->arch.init_plt->sh_type = SHT_NOBITS; in module_frob_arch_sections()
474 mod->arch.got->sh_type = SHT_NOBITS; in module_frob_arch_sections()
478 mod->arch.opd->sh_type = SHT_NOBITS; in module_frob_arch_sections()
/openbmc/linux/kernel/module/
H A Dkallsyms.c57 sechdrs[sym->st_shndx].sh_type != SHT_NOBITS) { in elf_type()
65 if (sechdrs[sym->st_shndx].sh_type == SHT_NOBITS) { in elf_type()
235 if (!sect_empty(sechdr) && sechdr->sh_type == SHT_NOTE && in init_build_id()
/openbmc/linux/include/uapi/linux/
H A Delf.h310 Elf32_Word sh_type; member
323 Elf64_Word sh_type; /* Type of section */ member

123