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

/freebsd-10.0-release/sys/kern/
H A Dimgact_elf.c142 static Elf_Brandinfo *elf_brand_list[MAX_BRANDS]; variable
211 if (elf_brand_list[i] == NULL) {
212 elf_brand_list[i] = entry;
230 if (elf_brand_list[i] == entry) {
231 elf_brand_list[i] = NULL;
276 bi = elf_brand_list[i];
289 bi = elf_brand_list[i];
302 bi = elf_brand_list[i];
316 bi = elf_brand_list[i];
345 bi = elf_brand_list[
[all...]

Completed in 122 milliseconds