Searched refs:kept (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/usr.bin/m4/
H A Dlook.c288 static char **kept = NULL; variable
298 kept = xreallocarray(kept, kept_capacity,
302 kept[kept_size++] = ptr;
324 if (!string_in_use(kept[i])) {
326 free(kept[i]);
328 kept[i] = kept[kept_size];
/freebsd-11-stable/share/mk/
H A Dbsd.dep.mk271 # targets are kept as they be used for generating something. The target is
272 # kept to allow 'make depend' to generate files.
/freebsd-11-stable/contrib/binutils/bfd/
H A Delflink.c8266 same size as the kept link-once section, ld will pretend that the
8267 symbol was actually defined in the kept section. Otherwise ld will
8308 /* Check if the kept section of a discarded section SEC can be used
8315 asection *kept;
8317 kept = sec->kept_section;
8318 if (kept != NULL)
8320 if ((kept->flags & SEC_GROUP) != 0)
8321 kept = match_group_member (sec, kept, info);
8322 if (kept !
8305 asection *kept; local
8672 asection *kept; local
[all...]
H A Delfxx-ia64.c2244 unsigned int i, kept, dup, diff, dest, src, len;
2273 /* For duplicates, make sure that the kept one has a valid
2275 kept = dest - 1;
2277 info [kept].got_offset = got_offset;
2296 /* Make sure that the kept one has a valid got_offset. */
2298 info [kept].got_offset = got_offset;
2306 /* Find the next duplicate. SRC will be kept. */
2318 /* For duplicates, make sure that the kept one has
2393 kept one has a valid got_offset. We also update count. */
2238 unsigned int i, kept, dup, diff, dest, src, len; local
H A Delf.c3215 asection *kept;
3220 /* Point to the kept section if it has the same
3222 kept = _bfd_elf_check_kept_section (s, link_info);
3223 if (kept == NULL)
3228 s = kept;
3210 asection *kept; local
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex149 representation should be kept as small as conveniently possible.

Completed in 309 milliseconds