Home
last modified time | relevance | path

Searched defs:elf (Results 126 - 150 of 241) sorted by relevance

12345678910

/kernel/linux/linux-6.6/arch/x86/boot/
H A DMakefile
/kernel/linux/linux-5.10/tools/objtool/
H A Dorc_gen.c89 static int write_orc_entry(struct elf *elf, struct section *orc_sec, in write_orc_entry() argument
H A Delf.h85 struct elf { struct
86 Elf *elf; member
[all...]
/kernel/linux/linux-6.6/tools/objtool/
H A Dorc_gen.c107 static int write_orc_entry(struct elf *elf, struct section *orc_sec, in write_orc_entry() argument
H A Dspecial.c68 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 Ddwfl_frame.c134 dwfl_attach_state (Dwfl *dwfl, Elf *elf, pid_t pid, in dwfl_attach_state() argument
H A Doffline.c111 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 Dopen.c52 decompress (int fd __attribute__ ((unused)), Elf **elf) in decompress() argument
133 Elf *elf = in libdw_open_elf() local
[all...]
H A Delf-from-memory.c361 Elf *elf = elf_memory ((char *) buffer, contents_size); in elf_from_remote_memory() local
/third_party/elfutils/libelf/
H A Delf_getdata.c221 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 Ddwarfcfi.c143 Elf *elf = elf_begin (fd, ELF_C_READ, NULL); in main() local
H A Delfcopy.c40 setshstrndx (Elf *elf, size_t ndx) in setshstrndx() argument
[all...]
H A Ddwflsyms.c87 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 Daddsections.c40 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 Dfillfile.c66 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 Delfstrtab.c55 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 Ddwarf_begin_elf.c392 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 Ddwelf_elf_gnu_build_id.c64 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 Dppc_symbol.c98 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 Dcommon-reloc.c110 EBLHOOK(reloc_valid_use) (Elf *elf, int reloc) in reloc_valid_use() argument
/third_party/elfutils/debuginfod/
H A Ddebuginfod-find.c159 Elf* elf = NULL; in main() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMagic.h25 elf, ///< ELF Unknown type enumerator
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_fault_stack.cpp299 auto elf = DfxElf::Create(frame.mapName); in ParseUnwindStack() local
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Delf.c76 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 Delf.c76 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, in arch_elf_pt_proc() argument

Completed in 11 milliseconds

12345678910