Home
last modified time | relevance | path

Searched defs:find_section (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dmodule.c22 static const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function
/openbmc/linux/arch/arm64/include/asm/
H A Dmodule.h54 static inline const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function
/openbmc/linux/arch/arm/kernel/
H A Dvdso.c104 static void * __init find_section(Elf32_Ehdr *ehdr, const char *name, in find_section() function
/openbmc/linux/arch/riscv/include/asm/
H A Dmodule.h115 static inline const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dintel_bios.c20 static void *find_section(struct bdb_header *bdb, int section_id) in find_section() function
/openbmc/linux/tools/perf/util/
H A Dconfig.c594 static struct perf_config_section *find_section(struct list_head *sections, in find_section() function