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

/freebsd-10-stable/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h245 const Elf_Shdr *ESec; local
256 ESec = EF.getSection(ESym);
261 Result = ESec ? ESec->sh_offset : UnknownAddressOrSize;
266 Result = ESym->st_value + (ESec ? ESec->sh_offset : 0);
278 const Elf_Shdr *ESec; local
288 ESec = EF.getSection(ESym);
293 Result = ESec ? ESec
407 const Elf_Shdr *ESec = EF.getSection(ESym); local
[all...]
/freebsd-10-stable/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp318 const Elf_Shdr *ESec = EF.getSection(ESym); local
322 if (ESec) {
323 switch (ESec->sh_type) {
326 switch (ESec->sh_flags) {

Completed in 157 milliseconds