Home | History | Annotate | Download | only in bfd

Lines Matching defs:Int

96 .    unsigned int max_entry;
97 . unsigned int next_entry;
129 . unsigned int id;
259 . unsigned int cacheable : 1;
264 . unsigned int target_defaulted : 1;
267 . unsigned int opened_once : 1;
271 . unsigned int mtime_set : 1;
274 . unsigned int no_export : 1;
278 . unsigned int output_has_begun : 1;
281 . unsigned int has_armap : 1;
284 . unsigned int is_thin_archive : 1;
287 . unsigned int no_element_cache : 1;
291 . unsigned int selective_search : 1;
294 . unsigned int is_linker_output : 1;
297 . unsigned int is_linker_input : 1;
303 . unsigned int lto_output : 1;
307 . unsigned int read_only : 1;
316 . unsigned int in_format_matches : 1;
346 . unsigned int section_count;
349 . int archive_plugin_fd;
352 . unsigned int archive_plugin_fd_open_count;
356 . int archive_pass;
370 . unsigned int symcount;
373 . unsigned int dynsymcount;
495 .static inline unsigned int
501 .static inline unsigned int
513 .static inline unsigned int
915 extern int errno;
979 int count = vasprintf (&_bfd_error_buf, fmt, ap);
1012 int i;
1021 Int,
1046 .typedef int (*bfd_print_callback) (void *, const char *, ...);
1049 static int
1055 int total_printed = 0;
1056 unsigned int arg_count = 0;
1060 int result;
1067 result = print (stream, "%.*s", (int) (end - ptr), ptr);
1082 int wide_width = 0, short_width = 0;
1083 unsigned int arg_no;
1108 int value;
1109 unsigned int arg_index;
1134 int value;
1135 unsigned int arg_index;
1191 if ((int) arg_no < 0)
1204 /* Short values are promoted to int, so just copy it
1205 as an int and trust the C library printf to cast it
1208 PRINT_TYPE (int, i);
1214 PRINT_TYPE (int, i);
1318 static unsigned int
1322 unsigned int arg_count = 0;
1324 for (unsigned int i = 0; i < MAX_ARGS; i++)
1339 int wide_width = 0, short_width = 0;
1340 unsigned int arg_no;
1341 int arg_type;
1365 unsigned int arg_index;
1376 args[arg_index].type = Int;
1390 unsigned int arg_index;
1401 args[arg_index].type = Int;
1440 if ((int) arg_no < 0)
1455 arg_type = Int;
1461 arg_type = Int;
1505 for (unsigned int i = 0; i < arg_count; i++)
1509 case Int:
1510 args[i].i = va_arg (ap, int);
1591 int left;
1596 static int
1603 int total = vsnprintf (s->ptr, s->left, fmt, ap);
1678 int count = 0;
1895 . int bfd_line);
1909 int bfd_line)
1951 unsigned int bfd_init (void);
1964 unsigned int
2209 (bfd *abfd, asection *sec, arelent **rel, unsigned int count);
2268 bfd_assert (const char *file, int line)
2279 _bfd_abort (const char *file, int line, const char *fn)
2300 int bfd_get_arch_size (bfd *abfd);
2312 int
2326 int bfd_get_sign_extend_vma (bfd *abfd);
2341 int
2403 unsigned int bfd_get_gp_size (bfd *abfd);
2411 unsigned int
2429 void bfd_set_gp_size (bfd *abfd, unsigned int i);
2438 bfd_set_gp_size (bfd *abfd, unsigned int i)
2509 bfd_vma bfd_scan_vma (const char *string, const char **end, int base);
2518 bfd_scan_vma (const char *string, const char **end, int base)
2746 bool, bool, unsigned int, struct bfd_section **);
2761 unsigned int count,
2766 unsigned int opb = bfd_octets_per_byte (abfd, NULL);
2861 bool bfd_alt_mach_code (bfd *abfd, int alternative);
2873 bfd_alt_mach_code (bfd *abfd, int alternative)
2877 int code;
2966 char *bfd_demangle (bfd *, const char *, int);
2977 bfd_demangle (bfd *abfd, const char *name, int options)