Lines Matching defs:dynamic
77 * dynamic element indicates a full GNU object. An object that lacks
97 * a DT_VERSYM entry in the dynamic section: GNU ld produces these, and
305 * dynamic information simply points to a string table. Data such as
1551 * If this is a dynamic object, with symbol capabilities, then a
1681 * object file. If this is a dynamic object, this group should be associated
1880 * If there is no associated dynamic section, determine if one
1882 * associated dynamic section, validate it and get the data buffer
1916 * We validate the type of dynamic elements referenced
1918 * bad dynamic entries.
1965 * si_boundto is referencing a dynamic section. If we don't
1983 * The si_boundto reference expects a specific dynamic element
1984 * type at the given index. The dynamic element is always a
2003 /* Only complain about each dynamic element once */
2301 * The GNU ld puts a DT_VERSYM entry in the dynamic
2736 * Used by dynamic() to compare the value of a dynamic element against
2745 * dynsec_cnt - # of dynamic section being examined. The first
2746 * dynamic section is 1, the next is 2, and so on...
2758 * there is only one dynamic section in an object, and also only
2762 * aware of any case where more than one dynamic section would
2765 * To test multiple dynamic sections correctly would be more
2767 * containing all the dynamic elements. Then, we would use the address
2769 * the right type and that the address in the dynamic element is
2774 * In the highly unlikely case that there is more than one dynamic
2901 * Search for and process a .dynamic section.
2904 dynamic(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file)
2984 * into the DT_REL dynamic element.
3031 * If no dynamic section, return immediately. If more than one
3032 * dynamic section, then something odd is going on and an error
3111 * referenced by the dynamic section. Here, we
5177 dynamic(cache, shnum, ehdr, osabi, file);