Source position: bfd.pas line 424
type symbol_cache_entry = record |
the_bfd: PBFD; |
name: pchar; |
value: symvalue; |
flags: flagword; |
section: PSec; |
udata: record |
case bfd_boolean of |
False: ( |
p: pointer; |
); |
True: ( |
i: bfd_vma; |
); |
end; |
end; |