Searched refs:cursct (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dsymtab.c66 ELF_SHDR* cursct = NULL; local
92 for (cursct = shbuf, cnt = 0; cnt < ehdr.e_shnum; cnt++) {
93 scn_cache[cnt].c_shdr = cursct;
94 if (cursct->sh_type == SHT_SYMTAB ||
95 cursct->sh_type == SHT_STRTAB ||
96 cursct->sh_type == SHT_DYNSYM) {
97 if ( (scn_cache[cnt].c_data = read_section_data(fd, &ehdr, cursct)) == NULL) {
102 if (cursct->sh_type == SHT_SYMTAB)
105 if (cursct->sh_type == SHT_DYNSYM)
108 cursct
[all...]
/openjdk7/hotspot/agent/src/os/linux/
H A Dsymtab.c168 ELF_SHDR* cursct = NULL; local
174 = read_section_data(fd, ehdr, cursct)) == NULL) {
181 for (cursct = shbuf, cnt = 0;
183 cnt++, cursct++) {
184 if (strcmp(cursct->sh_name + strtab, name) == 0) {
185 scn_cache[cnt].c_data = read_section_data(fd, ehdr, cursct);
332 ELF_SHDR* cursct = NULL; local
358 for (cursct = shbuf, cnt = 0; cnt < ehdr.e_shnum; cnt++) {
359 scn_cache[cnt].c_shdr = cursct;
360 if (cursct
[all...]

Completed in 33 milliseconds