Lines Matching defs:bool
103 typedef int bool;
114 bool elfio_load( pelfio_t pelfio, const char* file_name );
115 bool elfio_save( pelfio_t pelfio, const char* file_name );
139 bool elfio_validate( pelfio_t pelfio, char* msg, int msg_len );
184 bool elfio_segment_is_offset_initialized( psegment_t psegment );
193 bool elfio_symbol_get_symbol( psymbol_t psymbol,
221 bool elfio_relocation_get_entry( prelocation_t prelocation,
227 bool elfio_relocation_set_entry( prelocation_t prelocation,
257 bool elfio_note_get_note( pnote_t pnote,
276 bool elfio_modinfo_get_attribute( pmodinfo_t pmodinfo,
282 bool elfio_modinfo_get_attribute_by_name( pmodinfo_t pmodinfo,
297 bool elfio_dynamic_get_entry( pdynamic_t pdynamic,
314 bool elfio_array_get_entry( parray_t parray,