Home
last modified time | relevance | path

Searched refs:src_entry (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/lib/libc/citrus/
H A Dcitrus_pivot_factory.c55 struct src_entry { struct
58 SIMPLEQ_ENTRY(src_entry) se_entry; argument
60 SIMPLEQ_HEAD(src_head, src_entry);
63 find_src(struct src_head *sh, struct src_entry **rse, const char *name) in find_src()
66 struct src_entry *se; in find_src()
98 struct src_entry *se; in free_src()
114 struct src_entry *se; in convert_line()
166 struct src_entry *se; in dump_db()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-xtensa.c9320 property_table_entry *the_add_entry, *src_entry, *target_entry = NULL; in move_shared_literal() local
9346 src_entry = elf_xtensa_find_property_entry in move_shared_literal()
9387 if (target_sec->alignment_power > 2 && target_entry != src_entry) in move_shared_literal()
9426 if (sec->alignment_power > 2 && target_entry != src_entry) in move_shared_literal()
9431 if (src_entry) in move_shared_literal()
9432 entry_sec_offset = src_entry->address - sec->vma + src_entry->size; in move_shared_literal()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-xtensa.c9327 property_table_entry *the_add_entry, *src_entry, *target_entry = NULL; in move_shared_literal() local
9353 src_entry = elf_xtensa_find_property_entry in move_shared_literal()
9394 if (target_sec->alignment_power > 2 && target_entry != src_entry) in move_shared_literal()
9433 if (sec->alignment_power > 2 && target_entry != src_entry) in move_shared_literal()
9438 if (src_entry) in move_shared_literal()
9439 entry_sec_offset = src_entry->address - sec->vma + src_entry->size; in move_shared_literal()