Home
last modified time | relevance | path

Searched defs:strtab (Results 1 – 25 of 25) sorted by relevance

/openbmc/linux/arch/m68k/kernel/
Dmodule.c
/openbmc/u-boot/cmd/
H A Delf.c80 unsigned char *strtab = 0; /* String table pointer */ in load_elf64_image_shdr() local
183 unsigned char *strtab = 0; /* String table pointer */ in load_elf_image_shdr() local
/openbmc/linux/arch/xtensa/kernel/
Dmodule.c
/openbmc/linux/arch/microblaze/kernel/
Dmodule.c
/openbmc/linux/arch/mips/vdso/
Dgenvdso.h
/openbmc/linux/drivers/remoteproc/
Dremoteproc_elf_helpers.h
/openbmc/linux/arch/hexagon/kernel/
Dmodule.c
/openbmc/linux/arch/csky/kernel/
Dmodule.c
/openbmc/linux/scripts/dtc/libfdt/
Dfdt_sw.c
Dfdt.c
Dfdt_rw.c
/openbmc/linux/arch/arc/kernel/
Dmodule.c
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt.c233 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_()
H A Dfdt_sw.c202 char *strtab = (char *)fdt + fdt_totalsize(fdt); in fdt_find_add_string_() local
H A Dfdt_rw.c154 char *strtab = (char *)fdt + fdt_off_dt_strings(fdt); in fdt_find_add_string_() local
/openbmc/linux/arch/alpha/kernel/
Dmodule.c
/openbmc/linux/arch/powerpc/kernel/
Dmodule_32.c
/openbmc/linux/scripts/
Dinsert-sys-cert.c
Dsorttable.h
/openbmc/qemu/bsd-user/
H A Delfload.c399 struct elf_shdr sechdr, symtab, strtab; in load_symbols() local
/openbmc/linux/arch/mips/boot/tools/
Drelocs.c
/openbmc/linux/tools/objtool/
Delf.c
/openbmc/qemu/dump/
H A Ddump.c401 const char strtab[] = ".shstrtab"; in prepare_elf_section_hdr_string() local
/openbmc/linux/tools/testing/selftests/bpf/
Dtest_offload.py
/openbmc/qemu/tcg/
H A Dtcg.c7107 static int find_string(const char *strtab, const char *str) in find_string()