readelf ¤ Classes: RelocationType – Functions: get_got_entry – Attributes: cmd_name – cmd_name module-attribute ¤ cmd_name = 'readelf' RelocationType ¤ Bases: Enum Attributes: JUMP_SLOT – GLOB_DAT – IRELATIVE – JUMP_SLOT class-attribute instance-attribute ¤ JUMP_SLOT = 1 GLOB_DAT class-attribute instance-attribute ¤ GLOB_DAT = 2 IRELATIVE class-attribute instance-attribute ¤ IRELATIVE = 3 get_got_entry ¤ get_got_entry(local_path: str) -> dict[RelocationType, list[str]]