| /kernel/linux/linux-6.6/arch/x86/boot/ |
| H A D | Makefile | |
| /kernel/linux/linux-5.10/tools/objtool/ |
| H A D | orc_gen.c | 89 static int write_orc_entry(struct elf *elf, struct section *orc_sec, in write_orc_entry() argument
|
| H A D | elf.h | 85 struct elf { struct 86 Elf *elf; member [all...] |
| /kernel/linux/linux-6.6/tools/objtool/ |
| H A D | orc_gen.c | 107 static int write_orc_entry(struct elf *elf, struct section *orc_sec, in write_orc_entry() argument
|
| H A D | special.c | 68 static int get_alt_entry(struct elf *elf, const struct special_entry *entry, in get_alt_entry() argument 140 int special_get_alts(struct elf *elf, struct list_head *alts) in special_get_alts() argument [all...] |
| /third_party/elfutils/libdwfl/ |
| H A D | dwfl_frame.c | 134 dwfl_attach_state (Dwfl *dwfl, Elf *elf, pid_t pid, in dwfl_attach_state() argument
|
| H A D | offline.c | 111 process_file(Dwfl *dwfl, const char *name, const char *file_name, int fd, Elf *elf, int (*predicate) (const char *module, const char *file)) process_file() argument 132 process_elf(Dwfl *dwfl, const char *name, const char *file_name, int fd, Elf *elf) process_elf() argument 285 Elf *elf; __libdwfl_report_offline() local [all...] |
| H A D | open.c | 52 decompress (int fd __attribute__ ((unused)), Elf **elf) in decompress() argument 133 Elf *elf = in libdw_open_elf() local [all...] |
| H A D | elf-from-memory.c | 361 Elf *elf = elf_memory ((char *) buffer, contents_size); in elf_from_remote_memory() local
|
| /third_party/elfutils/libelf/ |
| H A D | elf_getdata.c | 221 Elf *elf = scn->elf; in __libelf_set_rawdata_wrlock() local 442 Elf *elf = scn->elf; __libelf_set_data_list_rdlock() local 479 Elf *elf; __elf_getdata_rdlock() local [all...] |
| /third_party/elfutils/tests/ |
| H A D | dwarfcfi.c | 143 Elf *elf = elf_begin (fd, ELF_C_READ, NULL); in main() local
|
| H A D | elfcopy.c | 40 setshstrndx (Elf *elf, size_t ndx) in setshstrndx() argument [all...] |
| H A D | dwflsyms.c | 87 elf_section_name (Elf *elf, GElf_Word shndx) in elf_section_name() argument 98 addr_in_section (Elf *elf, GElf_Word shndx, GElf_Addr addr) in addr_in_section() argument 123 Elf *elf; in list_syms() local [all...] |
| H A D | addsections.c | 40 setshstrndx (Elf *elf, size_t ndx) in setshstrndx() argument 85 Elf *elf = elf_begin (fd, use_mmap ? ELF_C_RDWR_MMAP : ELF_C_RDWR, NULL); in add_sections() local [all...] |
| H A D | fillfile.c | 66 create_strtab (Elf *elf) in create_strtab() argument 130 add_data_section (Elf *elf, Elf_Scn *strtab, const char *sname) in add_data_section() argument 212 Elf *elf = elf_begin (fd, use_mmap ? ELF_C_WRITE_MMAP : ELF_C_WRITE, NULL); in check_elf() local [all...] |
| H A D | elfstrtab.c | 55 check_orig_strings (Elf *elf, int ndx, const char *msg) in check_orig_strings() argument 86 check_strings (Elf *elf, int ndx, const char *msg) in check_strings() argument 145 Elf *elf = elf_begin (fd, use_mmap ? ELF_C_WRITE_MMAP : ELF_C_WRITE, NULL); check_elf() local [all...] |
| /third_party/elfutils/libdw/ |
| H A D | dwarf_begin_elf.c | 392 global_read (Dwarf *result, Elf *elf, size_t shstrndx) in global_read() argument 414 scngrp_read (Dwarf *result, Elf *elf, size_t shstrndx, Elf_Scn *scngrp) in scngrp_read() argument 485 dwarf_begin_elf(Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp) dwarf_begin_elf() argument [all...] |
| /third_party/elfutils/libdwelf/ |
| H A D | dwelf_elf_gnu_build_id.c | 64 find_elf_build_id (Dwfl_Module *mod, int e_type, Elf *elf, in find_elf_build_id() argument 129 __libdwfl_find_elf_build_id (Dwfl_Module *mod, Elf *elf, in __libdwfl_find_elf_build_id() argument 147 dwelf_elf_gnu_build_id(Elf *elf, const void **build_idp) dwelf_elf_gnu_build_id() argument [all...] |
| /third_party/elfutils/backends/ |
| H A D | ppc_symbol.c | 98 find_dyn_got (Elf *elf, GElf_Addr *addr) in find_dyn_got() argument 139 ppc_check_special_symbol (Elf *elf, const GElf_Sym *sym, in ppc_check_special_symbol() argument 184 ppc_bss_plt_p (Elf *elf) in ppc_bss_plt_p() argument [all...] |
| H A D | common-reloc.c | 110 EBLHOOK(reloc_valid_use) (Elf *elf, int reloc) in reloc_valid_use() argument
|
| /third_party/elfutils/debuginfod/ |
| H A D | debuginfod-find.c | 159 Elf* elf = NULL; in main() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
| H A D | Magic.h | 25 elf, ///< ELF Unknown type enumerator
|
| /base/hiviewdfx/faultloggerd/tools/process_dump/ |
| H A D | dfx_fault_stack.cpp | 299 auto elf = DfxElf::Create(frame.mapName); in ParseUnwindStack() local
|
| /kernel/linux/linux-5.10/arch/mips/kernel/ |
| H A D | elf.c | 76 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, in arch_elf_pt_proc() argument
|
| /kernel/linux/linux-6.6/arch/mips/kernel/ |
| H A D | elf.c | 76 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, in arch_elf_pt_proc() argument
|