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

/openjdk7/hotspot/agent/src/os/linux/
H A Dsymtab.c38 struct elf_section { struct
162 static struct elf_section *find_section_by_name(char *name,
166 struct elf_section *scn_cache)
199 struct elf_section *scn_cache)
202 struct elf_section *debug_link = find_section_by_name(".gnu_debuglink", fd, ehdr,
263 struct elf_section *scn_cache)
329 struct elf_section *scn_cache = NULL;
352 scn_cache = (struct elf_section *)
353 calloc(ehdr.e_shnum * sizeof(struct elf_section), 1);
/openjdk7/hotspot/agent/src/os/bsd/
H A Dsymtab.c39 struct elf_section { struct
63 struct elf_section *scn_cache = NULL;

Completed in 32 milliseconds