Home
last modified time | relevance | path

Searched refs:_string_tables (Results 1 – 16 of 16) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DelfFile.cpp109 _string_tables(NULL), _symbol_tables(NULL), _funcDesc_table(NULL), in ElfFile()
152 if (_string_tables != NULL) { in cleanup_tables()
153 delete _string_tables; in cleanup_tables()
154 _string_tables = NULL; in cleanup_tables()
334 if (_string_tables == NULL) { in add_string_table()
335 _string_tables = table; in add_string_table()
337 table->set_next(_string_tables); in add_string_table()
338 _string_tables = table; in add_string_table()
343 ElfStringTable* p = _string_tables; in get_string_table()
H A DelfFile.hpp149 ElfStringTable* _string_tables; member in ElfFile
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A DelfFile.cpp110 _symbol_tables(NULL), _string_tables(NULL), _shdr_string_table(NULL), _funcDesc_table(NULL), in ElfFile()
152 if (_string_tables != NULL) { in cleanup_tables()
153 delete _string_tables; in cleanup_tables()
154 _string_tables = NULL; in cleanup_tables()
334 if (_string_tables == NULL) { in add_string_table()
335 _string_tables = table; in add_string_table()
337 table->set_next(_string_tables); in add_string_table()
338 _string_tables = table; in add_string_table()
343 ElfStringTable* p = _string_tables; in get_string_table()
H A DelfFile.hpp149 ElfStringTable* _string_tables; member in ElfFile
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A DelfFile.cpp110 _symbol_tables(NULL), _string_tables(NULL), _shdr_string_table(NULL), _funcDesc_table(NULL), in ElfFile()
152 if (_string_tables != NULL) { in cleanup_tables()
153 delete _string_tables; in cleanup_tables()
154 _string_tables = NULL; in cleanup_tables()
334 if (_string_tables == NULL) { in add_string_table()
335 _string_tables = table; in add_string_table()
337 table->set_next(_string_tables); in add_string_table()
338 _string_tables = table; in add_string_table()
343 ElfStringTable* p = _string_tables; in get_string_table()
H A DelfFile.hpp149 ElfStringTable* _string_tables; member in ElfFile
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A DelfFile.cpp110 _symbol_tables(NULL), _string_tables(NULL), _shdr_string_table(NULL), _funcDesc_table(NULL), in ElfFile()
152 if (_string_tables != NULL) { in cleanup_tables()
153 delete _string_tables; in cleanup_tables()
154 _string_tables = NULL; in cleanup_tables()
334 if (_string_tables == NULL) { in add_string_table()
335 _string_tables = table; in add_string_table()
337 table->set_next(_string_tables); in add_string_table()
338 _string_tables = table; in add_string_table()
343 ElfStringTable* p = _string_tables; in get_string_table()
H A DelfFile.hpp149 ElfStringTable* _string_tables; member in ElfFile
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A DelfFile.cpp110 _symbol_tables(NULL), _string_tables(NULL), _shdr_string_table(NULL), _funcDesc_table(NULL), in ElfFile()
152 if (_string_tables != NULL) { in cleanup_tables()
153 delete _string_tables; in cleanup_tables()
154 _string_tables = NULL; in cleanup_tables()
334 if (_string_tables == NULL) { in add_string_table()
335 _string_tables = table; in add_string_table()
337 table->set_next(_string_tables); in add_string_table()
338 _string_tables = table; in add_string_table()
343 ElfStringTable* p = _string_tables; in get_string_table()
H A DelfFile.hpp149 ElfStringTable* _string_tables; member in ElfFile
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DelfFile.cpp109 _string_tables(NULL), _symbol_tables(NULL), _funcDesc_table(NULL), in ElfFile()
152 if (_string_tables != NULL) { in cleanup_tables()
153 delete _string_tables; in cleanup_tables()
154 _string_tables = NULL; in cleanup_tables()
334 if (_string_tables == NULL) { in add_string_table()
335 _string_tables = table; in add_string_table()
337 table->set_next(_string_tables); in add_string_table()
338 _string_tables = table; in add_string_table()
343 ElfStringTable* p = _string_tables; in get_string_table()
H A DelfFile.hpp149 ElfStringTable* _string_tables; member in ElfFile
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A DelfFile.cpp110 _symbol_tables(NULL), _string_tables(NULL), _shdr_string_table(NULL), _funcDesc_table(NULL), in ElfFile()
152 if (_string_tables != NULL) { in cleanup_tables()
153 delete _string_tables; in cleanup_tables()
154 _string_tables = NULL; in cleanup_tables()
334 if (_string_tables == NULL) { in add_string_table()
335 _string_tables = table; in add_string_table()
337 table->set_next(_string_tables); in add_string_table()
338 _string_tables = table; in add_string_table()
343 ElfStringTable* p = _string_tables; in get_string_table()
H A DelfFile.hpp149 ElfStringTable* _string_tables; member in ElfFile
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A DelfFile.cpp110 _symbol_tables(NULL), _string_tables(NULL), _shdr_string_table(NULL), _funcDesc_table(NULL), in ElfFile()
152 if (_string_tables != NULL) { in cleanup_tables()
153 delete _string_tables; in cleanup_tables()
154 _string_tables = NULL; in cleanup_tables()
334 if (_string_tables == NULL) { in add_string_table()
335 _string_tables = table; in add_string_table()
337 table->set_next(_string_tables); in add_string_table()
338 _string_tables = table; in add_string_table()
343 ElfStringTable* p = _string_tables; in get_string_table()
H A DelfFile.hpp149 ElfStringTable* _string_tables; member in ElfFile