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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf.c2885 asymbol **sect_syms;
2909 sect_syms = bfd_zalloc (abfd, amt);
2910 if (sect_syms == NULL)
2912 elf_section_syms (abfd) = sect_syms;
2915 /* Init sect_syms entries for any section symbols we have already
2943 the abort and the assignment to the sect_syms array.
2952 sect_syms[sec->index] = syms[idx];
2972 if (sect_syms[asect->index] == NULL)
3002 if (sect_syms[asect->index] == NULL)
3007 sect_syms[asec
2880 asymbol **sect_syms; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c3329 asymbol **sect_syms;
3351 sect_syms = bfd_zalloc2 (abfd, max_index, sizeof (asymbol *));
3352 if (sect_syms == NULL)
3354 elf_section_syms (abfd) = sect_syms;
3357 /* Init sect_syms entries for any section symbols we have already
3385 the abort and the assignment to the sect_syms array.
3394 sect_syms[sec->index] = syms[idx];
3414 if (sect_syms[asect->index] == NULL)
3443 if (sect_syms[asect->index] == NULL)
3448 sect_syms[asec
3324 asymbol **sect_syms; local
[all...]

Completed in 218 milliseconds