Home
last modified time | relevance | path

Searched defs:Define_symbol_in_section (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/binutils-2.27/gold/
H A Dsymtab.h1189 struct Define_symbol_in_section struct
1192 const char* name;
1196 const char* output_section;
1201 uint64_t value;
1203 uint64_t size;
1205 elfcpp::STT type;
1207 elfcpp::STB binding;
1209 elfcpp::STV visibility;
1211 unsigned char nonvis;
1214 bool offset_is_from_end;
[all …]
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dsymtab.h1225 struct Define_symbol_in_section struct
1228 const char* name;
1232 const char* output_section;
1237 uint64_t value;
1239 uint64_t size;
1241 elfcpp::STT type;
1243 elfcpp::STB binding;
1245 elfcpp::STV visibility;
1247 unsigned char nonvis;
1250 bool offset_is_from_end;
[all …]