Lines Matching defs:an

1 /* objdump.c -- dump information about an object file.
35 processed in order by display_bfd(). If the file is an archive each
128 /* Pointer to an array of 'only' structures.
287 /* 150 isn't special; it's just an arbitrary non-ASCII char value. */
384 /* Add an entry to the 'only' list. */
392 already have an entry for this name. */
407 tools like the GAS testsuite where an object file is dumped with a list of
669 const char *an;
688 an = bfd_asymbol_name (a);
690 anl = strlen (an);
695 af = (strstr (an, "gnu_compiled") != NULL
696 || strstr (an, "gcc2_compiled") != NULL);
716 af = file_symbol (a, an, anl);
776 if (an[0] == '.' && bn[0] != '.')
778 if (an[0] != '.' && bn[0] == '.')
783 return strcmp (an, bn);
809 /* Print an address (VMA) to the output stream in INFO.
999 an earlier address. */
1027 /* If we have not found an exact match for the specified address
1068 /* Print an address and the offset to the nearest symbol. */
1104 /* Undefined symbols in an executables and dynamic objects do not have
1106 an offset relative to them. Normally we would not be provided with
1108 and the code in find_symbol_for_address might return an as yet
1132 /* Print an address (VMA), symbolically if possible.
1656 /* Figure out how many characters to skip at the start of an
1708 the start of an instruction which happens to start with
1787 of an instruction at a given address without trying
2229 /* If a symbol is explicitly marked as being an object
2260 /* Disassemble the contents of an object file. */
2778 nul or a digit, then we match. I.e., we want either an exact
3577 /* If the file is an archive, process all of its elements. */
3587 /* Prevent corrupted files from spinning us into an
3588 infinite loop. 100 is an arbitrary heuristic. */
3746 /* Remove an unnecessary trailing '/' */