Lines Matching defs:bool
103 #ifndef bool
104 typedef int bool;
116 bool elfio_load( pelfio_t pelfio, const char* file_name );
117 bool elfio_save( pelfio_t pelfio, const char* file_name );
141 bool elfio_validate( pelfio_t pelfio, char* msg, int msg_len );
186 bool elfio_segment_is_offset_initialized( psegment_t psegment );
195 bool elfio_symbol_get_symbol( psymbol_t psymbol,
223 bool elfio_relocation_get_entry( prelocation_t prelocation,
229 bool elfio_relocation_set_entry( prelocation_t prelocation,
259 bool elfio_note_get_note( pnote_t pnote,
278 bool elfio_modinfo_get_attribute( pmodinfo_t pmodinfo,
284 bool elfio_modinfo_get_attribute_by_name( pmodinfo_t pmodinfo,
299 bool elfio_dynamic_get_entry( pdynamic_t pdynamic,
316 bool elfio_array_get_entry( parray_t parray,