Home
last modified time | relevance | path

Searched refs:sh_type (Results 76 – 96 of 96) sorted by relevance

1234

/freebsd/sys/kern/
H A Dlink_elf.c847 if (shdr[i].sh_type == SHT_ARM_EXIDX) { in link_elf_locate_exidx()
1277 if (shstrindex != 0 && shdr[shstrindex].sh_type == SHT_STRTAB && in link_elf_load_file()
1291 if (shdr[i].sh_type == SHT_SYMTAB) { in link_elf_load_file()
H A Dimgact_elf.c1958 shdr->sh_type = SHT_NULL; in __elfN()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_ppc64.cpp211 if (RelSect.sh_type == ELF::SHT_REL) in addRelocations()
/freebsd/contrib/file/src/
H A Dreadelf.c157 ? elf_getu32(swap, sh32.sh_type) \
158 : elf_getu32(swap, sh64.sh_type))
/freebsd/usr.bin/elfdump/
H A Delfdump.c115 offsetof(Elf32_Shdr, sh_name), offsetof(Elf32_Shdr, sh_type),
156 offsetof(Elf64_Shdr, sh_name), offsetof(Elf64_Shdr, sh_type),
/freebsd/stand/fdt/
H A Dfdt_loader_cmd.c148 if (shdr[i].sh_type == SHT_DYNSYM && symtab == 0) { in fdt_find_static_dtb()
151 } else if (shdr[i].sh_type == SHT_STRTAB && strtab == 0) { in fdt_find_static_dtb()
/freebsd/sys/arm64/linux/
H A Dlinux_sysvec.c551 switch (shdr[i].sh_type) { in linux_vdso_reloc()
/freebsd/usr.sbin/kldxref/
H A Delf.c423 if (shdr->sh_type != SHT_STRTAB) in elf_read_string_table()
/freebsd/contrib/elftoolchain/ar/
H A Dwrite.c867 if (shdr.sh_type != SHT_SYMTAB) in create_symtab_entry()
/freebsd/usr.bin/gcore/
H A Delfcore.c525 shdr->sh_type = SHT_NULL; in elf_puthdr()
/freebsd/usr.bin/ar/
H A Dwrite.c793 if (shdr.sh_type != SHT_SYMTAB) in create_symtab_entry()
/freebsd/sys/i386/linux/
H A Dlinux_sysvec.c757 switch (shdr[i].sh_type) { in linux_vdso_reloc()
/freebsd/sys/amd64/linux/
H A Dlinux_sysvec.c821 switch (shdr[i].sh_type) { in linux_vdso_reloc()
/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp66 shdr->sh_type = type; in writeHeaderTo()
H A DDriver.cpp965 if (sec.sh_type == SHT_RELA) { in processCallGraphRelocations()
972 if (sec.sh_type == SHT_REL) { in processCallGraphRelocations()
H A DRelocations.cpp539 if (elfSec.sh_type != SHT_GROUP) in maybeReportDiscarded()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2756 Elf32_Word sh_type; /* section type */ member
2770 Elf64_Word sh_type; /* section type */ member
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysvec.c916 switch (shdr[i].sh_type) { in linux_vdso_reloc()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1876 if (shdr.sh_type == SHT_SYMTAB) { in should_have_dwarf()
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c1161 s->type = sh.sh_type; in load_sections()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c7283 s->type = sh.sh_type; in load_sections()

1234