Home
last modified time | relevance | path

Searched defs:stringtable (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Drcparse.y77 struct stringtable_data *stringtable; member
H A Dwindres.h178 struct stringtable *stringtable; member
637 struct stringtable struct
641 {
646 } strings[16];
H A Dresrc.c2448 const struct stringtable *stringtable) in write_rc_stringtable()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Drcparse.y75 struct stringtable_data *stringtable; member
H A Dwindres.h177 struct stringtable *stringtable; member
636 struct stringtable struct
640 {
645 } strings[16];
H A Drcparse.h17 struct stringtable_data *stringtable; member
H A Drcparse.c166 struct stringtable_data *stringtable; member
H A Dresrc.c2414 const struct stringtable *stringtable) in write_rc_stringtable()
/openbsd-src/gnu/llvm/lld/ELF/
H A DInputFiles.cpp1243 StringRef stringtable = obj->getStringTable(); in isNonCommonDef() local