Home
last modified time | relevance | path

Searched refs:ebl_get_elfclass (Results 1 - 6 of 6) sorted by relevance

/third_party/elfutils/libebl/
H A Deblelfclass.c38 ebl_get_elfclass (Ebl *ebl) in ebl_get_elfclass() function
H A Dlibebl.h75 extern int ebl_get_elfclass (Ebl *ebl) __pure_attribute__;
/third_party/elfutils/libasm/
H A Dasm_begin.c86 int class = ebl_get_elfclass (ebl); in prepare_binary_output()
/third_party/elfutils/libdwfl/
H A Dlinux-pid-attach.c205 if (ebl_get_elfclass (process->ebl) == ELFCLASS32) in pid_memory_read()
213 if (ebl_get_elfclass (process->ebl) == ELFCLASS64) in pid_memory_read()
H A Dlinux-core-attach.c76 unsigned bytes = ebl_get_elfclass (process->ebl) == ELFCLASS64 ? 8 : 4; in core_memory_read()
H A Dframe_unwind.c73 if (ebl_get_elfclass (ebl) == ELFCLASS32) in __libdwfl_frame_reg_set()

Completed in 4 milliseconds